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

TEST-5 CSS TEST-1

Java Program to create a large array and copy its values equally to two small arrays and display the second array only

TEST-3 HTML TEST-3