Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.09 KB

File metadata and controls

30 lines (19 loc) · 1.09 KB

Java Selenium Automation Challenge

Automate the Web UI for the Website https://www.saucedemo.com/ with Cucumber / Gherkins and on language that we are using on this Project is Java with Selenium including the Allure Report result in this Project

Worked Done in this Project

  1. To log on to the Web application.
  2. Select a Product from the Product Page list.
  3. Add to Cart Product into the cart.
  4. Goto Cart List.
  5. Checkout from the Cart Page with all details Entered.
  6. Checkout Overview for Product Payment, Shipping, and Price.
  7. Checkout Complete and Exit.

How to Execute the Project

Just clone the Project on your PC

prerequisite things: IntelliJ IDE installed on your PC

Just Open the Project on IntelliJ IDE with Maven and Java's latest Version to build the Project and now you can run the BaseTest.feature file from the Path mentioned -> src/test/java/Featurefile

Thing used in this Project:

Java https://www.java.com/en/

Selenium https://www.selenium.dev

Cucumber / Gherkins https://cucumber.io/ & Gherkins Dependencies

Allure Report https://docs.qameta.io/allure/