This is a practice project for Web Testing in Selenium. It uses Maven and TestNG... and other few libraries. It uses Google Chrome to run.
Demoblaze.com is a ecommerce mockup site. It serves to practice automation.
The goal is to certify if is possible to generate a purchase, passing by all the necessary elements.
- Do a purchase correctly.
Before execute the project is needed to install chromedriver in
src/test/resources/driver/
You can download it from here
Then just run the project itself
mvn clean test
Simple ¯_(ツ)_/¯