Selenium
Xpath
TestNG
This project involves automating the Flipkart e-commerce website and operating on the number of likes, reviews, etc and printing relevant item-details.
This project involves automating the Flipkart e-commerce website and operating on the number of likes, reviews, etc and printing relevant item-details.
- Automated the following Test Cases:
- Went to flipkart.com. Searched for "Washing Machine". Sorted by popularity and printed the count of items with rating less than or equal to 4 stars.
- Searched "iPhone", printed the Titles and discount % of items with more than 17% discount.
- Searched "Coffee Mug", selected 4 stars and above, and printed the Title and image URL of the 5 items with highest number of reviews.
Selenium
Xpath
TestNG
- Java 21
- Gradle 7.5.1
- VS Code 1.89.1
Clear steps to set up and run the project locally.
- Make clone of this repo
- Open in VS code IDE
- Build using
./gradlew build
command - Run test using
./gradlew test
command
Flipkart Web Application
Gradle build
Gradle test