Your client has a Microsoft Visual Studio Team Foundation Server (TFS) 2013 installation with Lab Management. The client uses the Microsoft stack to test tools. The testing team uses manual and automated testing.
You are testing the following two scenarios of Acceptance Criteria for the story:
Scenario 1
"Given a non-rewards member goes to the reservations site,
when entering Tampa, FL, as the city
and an arrival date of 12/25/2014
and a departure date of 1/1/2015,
then the website should show a hotel room with the price of $225 per night and another hotel room with a price of $199 per night."
Scenario 2
"Given a non-rewards member goes to the reservations site,
when entering Denver, CO, as the city
and an arrival date of 1/25/2015
and a departure date of 1/27/2015,
then the website should show a hotel room with the price of $145 per night and another hotel room with a price of $186 per night."
You need to create a flexible manual test case that can accommodate the two scenarios. The test should include three parameters, one for the city, one for the trip dates, and one for the results.
What should you do?
