Question: SELENIUM AUTOMATION ASSIGNMENTDevelop an automation script that does the following:Open Google Chrome and log into the following site: amazon.inSearch for two different products using the

SELENIUM AUTOMATION ASSIGNMENTDevelop an automation script that does the following:Open Google Chrome and log into the following site: amazon.inSearch for two different products using the search text box and buttonWait for results to load (Implicit and Explicit Wait)Identify and add the products to the cart (Dynamic Xpath)Handle any alerts/popups accordinglyNavigate to Cart page and print the details of the productValidate that the product details match the selected products (AssertionLibrary)Verify that total cart value matches the sum of item prices and quantitiesFill in the required details in Checkout section (BasePageObject) and Capture a screenshot of the confirmationNOTES:Use exception handling to handle any exceptionsCreate Stepdefinition, pages and the methods in standard format (camel case functions, exceptions, no hardcoding values and provide appropriate variable names)please try to include the following concepts : AssertionLibrary, Exceptions, Dynamic Xpaths , ExplicitWait)Please include screenshots wherever required and the statements for the evidences

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!