You are on page 1of 11

Selenium Script

for
Flipkart & Snapdeal Products price
comparison.
Prepared By Yeshendra Kumar, Utkarsh Dubey,
Ashutosh Kumar

Description of Script
This script is used to compare the prices of the products
selected from two different e-commerce web sites (Flipkart &
Snapdeal).
Price comparison is as such, if it is same on both websites then
the test is passed, else failed.
Specific name of the product is used as a search string in both
the web sites due to name differences, also pattern.
After completion of the script an excel sheet is generated
showing results of the products tested.
Implementation of Object Oriented concepts is done to ease
the access of code, and also to manipulate it.

List of Products have been checked.

Description Of Classes

Methods Class

Poi Code

Product Pojo

Companies Pojo

Result of the test held

Future Perspectives
Taking input from User.
Searching on the basis of input taken from user.
Code optimization using dummy list and dummy
variable.
Providing skeleton in Interfaces.
Providing options to test on various browsers.

THANK YOU!!

You might also like