Posts

Showing posts from April, 2022

Automation task practice paper

Lot of interviewers nowadays give some practical problems to solve. One of such problem we will share in this article. It is often used to test your knowledge on the core concepts of Selenium Automation. Make sure you practice this before appearing for the interview. Automation task practice paper 1. Open the browser 2. Enter the URL http://practice.automationtesting.in/ 3. Click on Shop Menu 4. Now click on Home menu button 5. Test whether the Home page has Three Arrivals only 6. Now click on one of the images in Arrivals 7. Click on the ADD TO BASKET button 8. Test whether the VIEW BASKET button is visible and click on it 9. Now user can find total and subtotal values just above the Proceed to Checkout button, test if the total is greater than the subtotal 10. Click the PROCEED TO CHECKOUT button 11. Fill in all required fields, set Cash on Delivery as your payment method, and click PLACE ORDER. 12. Check if the Payment method is set to Cash on Delivery in both fields Try to solve t