Skip to content

FardinArpon/TestNG-POM-Selenium.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages