felixlapierre / campus-guide

Concordia Campus Guide application - SOEN390
3 stars 2 forks source link

Acceptance Test for #11: As a user, I want a list of possible travel routes so I can pick my preferred route #238

Open sharon-ho opened 4 years ago

sharon-ho commented 4 years ago

User Story Covered:

11 As a user, I want a list of possible travel routes so I can pick my preferred route

Acceptance Criteria: Given that I am on the directions page, And that I have selected the Bus routes option, Then I should see different possible travel routes to choose from (a recommended route, a route with least walking, and a route with fewest transfers).

Steps for Acceptance Test:

  1. Open the application
  2. Tap on the "Directions" button found in the bottom left of the bottom navigation bar
  3. Select "Search for location" in order to enter your destination location
  4. Type any place for the destination location (ex. Grey Nuns Building)
  5. Select "Search for location" in order to enter your start location
  6. Type any place for the start location (ex. Henry F. Hall Building)
  7. In the directions page, tap on the second-to-left option in the travel options bar underneath the start and destination location located on the top of the screen; this is the travel mode option for transit
  8. You will now see a list of possible travel routes in order to reach the destination (i.e. "Recommended Route", "Less Walking" and "Fewer Transfers")
  9. Tap on any of the travel routes listed to see its corresponding directions path
  10. Repeat steps 7-9 to view the other possible travel routes suggested from the list

Please refer to this video for a demonstration of this acceptance criteria

Note:

jodavimehran commented 4 years ago

Accepted