ExamGecko
Question list
Search
Search

Related questions











Question 23 - CTFL-2018 discussion

Report
Export

The following Test Cases have been created for a simple web-based airline booking system.

Test Case 1: Search for an item Available Flights

Test Case 2: View selected item in My Flights

Test Case 3: Login to the system: Login is accepted

Test Case 4: Select an available flight: item added to My Flights

Test Case 5: Print confirmation receipt, then exit

Test Case 6: In My Flights, confirm details and book flight

Which of the following is the correct logical order for the test cases?

A.
6, 3, 1, 4, 2, 5
Answers
A.
6, 3, 1, 4, 2, 5
B.
3, 4, 1, 2, 5, 6
Answers
B.
3, 4, 1, 2, 5, 6
C.
3, 2, 1, 4, 6, 5
Answers
C.
3, 2, 1, 4, 6, 5
D.
3, 1, 4, 2, 6, 5
Answers
D.
3, 1, 4, 2, 6, 5
Suggested answer: D

Explanation:

The correct logical order for the test cases is 3, 1, 4, 2, 6, 5. This order follows the logical sequence of actions that a user would perform to book a flight using a web-based airline booking system. The order also respects the dependencies between test cases, such as logging in before searching for flights or booking a flight before printing a confirmation receipt . The other options are incorrect logical orders for the test cases. Option A does not follow the logical sequence of actions and does not respect the dependencies between test cases. For example, it starts with confirming details and booking a flight before logging in or selecting a flight. Option B does not follow the logical sequence of actions and does not respect the dependencies between test cases. For example, it starts with selecting a flight before logging in or searching for flights. Option C does not follow the logical sequence of actions and does not respect the dependencies between test cases. For example, it starts with viewing selected items in My Flights before selecting any flights.

asked 18/09/2024
PRABHAT VAIBHAV
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first