This project is implemented using Maven, Selenium and TestNG.
/testsFolder contains test case scripts./pagesFolder contains locators of screen elements and methods that use them for actions and asserts./commonsFolder contains BasePage and BaseTest for commons methods.
To run the test:
- Execute the testng.xml file.