(Choose 1 answer)
You have been provided with a set of test cases to execute. Your given instructions are to prioritize the tests based on risk and complete the testing process as efficiently as possible to provide prompt feedback to the developers. With these guidelines, what is the optimal sequence for running these tests?
Test Case ID
Duration
Risk Priority
Dependency
6
1
30 mins LoW
50 mins High
1 23456
10 mins LoW none
10 mins Medium 5
35 mins High
15 mins Low
A. 3, 6, 4, 5, 2, 1
B. 3, 5, 6, 4, 1, 2
C. 3, 6, 5, 4, 2, 1
D. 3, 5, 4, 6, 1, 2
3