Tutorial 7 – Automate E2E Test case in Cypress Adding the PDF link as the images are not fully loaded: https://docs.google.com/document/d/1a5Fv-M2wlhs7FTWUxgiyhRy8dNv-NPhObalEbK1tU2w/edit?usp=sharing What you will Learn : Automate End-to-End test case in cypress Automate End-to-End test case in cypress We have studied about locators in the previous sessions. Let us practically use the concept to automate an end-to-end business process in cypress. Below are the steps that we will automate: Launch https://demo.nopcommerce.com/ in chrome browser Enter ‘Lenovo IdeaCentre 600 All-in-One PC’ text in search text field Click Search button Click ADD TO CART button Click ‘Shopping cart’ link at the page top Clear the quantity 1 from the Qty text field Enter 2 in Qty text field Click ‘Update shopping cart’ button Verify the ‘Total’ amount Let us first navigate these steps manually. Create E2E.spec.js file. Note: W...
Blog which contains C#, asp.net, asp.net MVC, Selenium webdriver with core java, Bootstrap, Jquery and many more