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.
In src/com/hrms/lib/General.java , the String variable url requires a URL to open the Application Under Test (AUT).