(automationpractice.com) website automation project with selenium java
- http://automationpractice.com/index.php
- Create two new accounts
- Login with the any of the new account
- Go to the Casual Dresses section and add a dress into the cart
- Go to the T-shirt section > Filter the list with blue color > Add a shirt from the filter list
- Now checkout and select the payment process ‘Payment by check’
- Sign out from the account
Run the above cycle for another user.
- Java
- Maven
- Selenium
- TestNG
- Page Object Model
- Data-Driven
- Page Factory
- Allure Report
alllure serve [abs path of allure-results]
Gnerating report:
allure generate ./allure-results --clean
Display report using server:
allure open ./allure-report