Automation using selenium and python/java interview question to order a product in e commerce website.

 1. Open the browser 

2.  Go to the address bar and type  "https://www.flipkart.com/"

    
   
3. Select the search bar and enter "poco c65 mobiles"

4. Select the desired mobile by clicking on it.

5. Click on add to cart button.
6. Click  the place order button.



7.Enter mobile number and click continue.
8.Enter the OTP and click sign up.


9. After entering multiple wrong OTP the  system throws an error
All the above steps should be automated.

Comments

Popular posts from this blog

Python program to sum up the Salary when the Name and Age matches with subsequent rows.