Selenium Project
Selenium Project
Website to Automate:
Here's a list of scenarios that will help you practice different Selenium Java
concepts:
o Assert that the actual title of the page matches the expected
title.
o For each category, verify that the correct product listing page
is displayed (e.g., the URL contains "/category?id=1" for
Phones).
User Interactions:
o Assert that the added product is present in the cart with the
correct name and price.
o Assert that the product is removed from the cart (either the
row disappears or a "Cart is empty" message is displayed).
Advanced Scenarios:
o Assert that the "Thank you for your purchase!" modal appears.
ID
Name
ClassName
TagName
LinkText
PartialLinkText
CSS Selectors
o Analyze which locators are most effective and robust for
different elements on the page.