Automation Engineering Projects

Project 1: Airbnb

Link: https://www.airbnb.com

Instructions - Total of 5 scenarios - Each scenario should have both positive and negative test cases - Use Assert for each test - Take screenshot on failed test cases after 2 retry

Scenarios

  • Search for a property Steps : 1 - Where - NYC - When any date from next month - Adults - 2 - Children - 3 Step 2: Search and print out first 5 listing Print in this format:
  • Total Number of listing: 653 stays Name: Townhouse Number of beds and bedroom: 4 beds . 3 bedrooms Amount: $4,000 mon Bonus: get the link - baseURL + hrefAttribute https://www.airbnb.com/rooms/53110689?adults=2&children=3&infants=0&check_in=2022-06-19&check_out=2022-07-19&federated_search_id=a12c5321-c642-4c99-a96e-84c5907b35cd&source_impression_id=p3_1654733067_DT1GR8rE8eGRrDMN

  • Filter results
    • Enter minimum and max price range
    • Select two other options
    • Click show results
    • Print first 3 results using the same format from scenario one
  • Change language - Change to Spanish (Espanol) - Validate any two texts
  • Two other scenarios of your choice
  • Project 2

  • 10 scenarios - at least 5 should be done
  • Product search - Choose a category Left of search input and then search for items - 2 categories
  • Search result filter (sort by price)
  • Left sidebar filters
  • Add new address
  • Order history -> View order details If you don’t have it - Automate recommendations (Your account -> Recommendation)
  • Add 3 items to cart and delete one after and validate 2 items left
  • Validate Save for later by moving and item and checking if moved to Saved for later section in Your items
  • Validate cart items (Price, Total, In Stock)
  • Prime video - (Your account -> Watchlist) and search for movie
  • Any other scenario of your choice
  • Back to all articles