Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?
A . TC4, TC3, TC2, TC6, TC5. TC1
B . TC4, TC6, TC3, TC2, TC5, TC1
C . TC3, TC5, TC6, TC1, TC4, TC3
D . TC4, TC3, TC2, TC6, TC1, TC5

Answer: D

Explanation:

This answer is correct because it follows the logical dependencies and allows executing the test cases in priority order. TC4, TC3, and TC2 are executed first because they have the highest priority. TC6 is executed next because it has a logical dependency on TC2. TC1 is executed next because it has a logical dependency on TC5. Finally, TC5 is executed last because it has the lowest priority.

Reference: ISTQB Certified Tester Foundation Level (CTFL) v4.0 documents

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments