Skip to content

vageeshb/CAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Framework on Rails (SeRa)

This is an implementation of creating a Selenium framework on top of Rails framework.

The application needs to be launched at a server to which the clients will be connecting. Users can then access and perform testing remotely.

New Updates

  1. Added execution notification

  2. Added Queueing of jobs

Functioning Components:

  1. Object Repositories:

– Create Repositiories as required – Add Web Elements to your repositories

  1. Test Suite Creation:

– Create Test Suites/Test Cases/Test Steps – Link Object repository elements to your test steps

  1. Execute a complete test case or individual test step.

  2. View Execution summary reports.

To Do:

  1. Add Test Data Management Functionality

  2. More selenium functionality:

a. Looping
b. Drag and drop

Requirements/Dependencies:

  1. Sidekiq for execution management

  2. Faye for server/client notifications about job completion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages