cse442-at-ub / project_s23-gofly

project_s23-gobites created by GitHub Classroom
0 stars 1 forks source link

As a frequent traveler, I want to easily search for flights on the flight booking website, so that I can quickly find the most convenient and affordable flights based on my preferences. #60

Closed Monty0252 closed 1 year ago

Monty0252 commented 1 year ago

Acceptances Tasks

Test 1: Valid Search

  1. Go to the homepage of the flight booking website
  2. Enter a valid departure and arrival cities, travel dates, and the number of passengers in the search bar
  3. Click on the "Search" button
  4. Verify that the search results display all available flights that match the user's search criteria, including the airline, departure and arrival times, flight duration, and ticket prices.

Test 2: No Inputs

  1. Go to the homepage of the flight booking website (Link)
  2. Go to the search bar but do not fill in any of the fields.
  3. Click on search.
  4. Verify that a message pops up asking to fill out the fields before pressing search.

Test 3: Leaving an input blank

  1. Go to the homepage of the flight booking website (Link)
  2. Set a departure and arrival city, but do not select any date.
  3. Click on the search button
  4. Verify that it prompts you to enter a date before you can search.