Skip to content

samhyder/modular-AutomationFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modular-AutomationFramework

This repo is useful for understanding how the modular framework is used with Selenium Webdriver.

Under src/com/hrms/lib, Global.java is used to maintain all the required and reusable test data and objects. General.java is used to maintain all the required and reusable functions.

Under src/com/hrms/testScripts is where the test cases to be executed can be found.

NOTE:

In src/com/hrms/lib/General.java , the String variable url requires a URL to open the Application Under Test (AUT).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages