Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 974 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 974 Bytes

Browserstack-_FK_Automation

Objective: Run a Automation Test session on BrowserStack’s infrastructure. Start on BrowserStack to automate this test case using any programming language of your choice.

  1. Using Selenium, load the flipkart.com desktop home page.
  2. Search for the product "Samsung Galaxy S10" on that page.
  3. On the search results click on "Mobiles" in categories.
  4. Apply the following filters (in filters section on the left hand side):
    1. Brand: Samsung
    2. Select Flipkart assured
  5. Sort the entries with Price -> High to Low.
  6. Read the set of results that show up on page 1.
  7. Create a list with the following parameters, and print this on the console.
    1. Product Name
    2. Display Price
    3. Link to Product Details Page

Please configure such that the same test case is run in parallel on different desktop browser / OS combinations, using the 5 parallels of your free trial account on BrowserStack Automate product.