Skip to content

kajaleprashant24/fyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

To Run the test cases follow the steps:-
1.Clone the project to a directory.
2.cd to project directory.
3.run following command from cmd:-
mvn clean test

By default this tests will run on chrome browser. This tests can be configured to run on firefox,chrome and IE. Execution is tested on Windows machine against Firefox 54 browser.

Result will be generated under target->surefire-reports->Exercise suite

Note:-
1.package com.fyber.selenium.test.suite has test case/suite implementation
2.package com.fyber.selenium.test.base has implementation specific to application pages/functionality.
3.package com.fyber.selenium.webdriver.base has implementation specific to webdriver like initialising webdriver instance etc.

Refer com.fyber.selenium.test.suite.AssignmentTestSuite.java for Test case implementation
Refer com.fyber.selenium.test.base.Home.java for Page Object Implementation for app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages