What does it do?
This maven project contains automated test cases to test the login feature of Swag labs application.
These tests are built using Selenium Webdriver Framework with a layer of TestNG using Page Object Model design coded with Java.
Setup and Execution:
1)Clone the project using the command: git clone https://github.com/sadacs2005/AssignmentAequilibrium.git [Ensure GIT is installed locally]
2)Open the project in the editor, Locate testng.xml in the project directory and Run as->TestNG Suite
3)The execution report can be found here : test-output/ExtentReportsTestNG.html
4)The screenshot of the failures can be found here: Screenshots/
Overview:
This framework can be easily reused, maintained and scaled to automate the Webapps using Selenium Webdriver.