UndostresTest - This repo contains the code for test assignment for Undostres
src/main/java :
- browsermanager : responsible for getting the driver instance
- pageactions : common actions to be performed on web pages
- testbase : base class for supporting all test cases
src/test/java:
- listeners - Test listener class for general test level logging
- tests - All test will be residing here.
- utils - Test reporter (Extent Reports) util added here.
src/test/resources :
- log4j config file
- TestReports : HTML Test report generated by Extent Reporter.