Automation project with Selenium.
npm install selenium-standalone@latest -g
selenium-standalone install
selenium-standalone start
- Get the IDE: IntellJ
- Git clone:
git clone
- Open the project with the IDE
- Right click on TestNG.xml and select RUN
- The logo appears and redirects to homepage.
- Executing an invalid search displays other options.
- Executing a valid search and displaying results.
- There is a search button.
- Cannot login with empty fields.
- The form has all the fields and buttons for the secure login.
- The form has all the fields and buttons for the normal login.