Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.01 KB

selenium-web-automation-gradle

Technology:

  • Tool: selenium
  • IDE: IntelIJ
  • Build tool: Gradle
  • Language: Java
  • Framework: TestNG

Requirement:

  1. Navigate to an ecommerce site
  2. Register a customer account with unique email
  3. Login to customer account
  4. Search for an item by typing 'dress' on search box
  5. Add to cart
  6. Checkout item
  7. Assert with purchase confirmation message

Prerequisite:

  1. Need to install jdk 1.8
  2. Need good internet connectivity

Run the automation script:

  1. Open cmd to the project folder
  2. Type this command:
gradle clean test
  1. Selenium will open the browser and start automation.
  2. To view report, type this command:
allure generate allure-results --clean -o allure-report
allure serve allure-results

Report View

alluresult allureresult2