You have been given the following set of test cases to run. You have been instructed to run them in order by risk and to accomplish the testing as quickly as possible to provide feedback to the developers as soon as possible. Given this information, what is the best order in which to run these tests? Test Case ID Duration Risk Priority Dependency 1 30 mins Low 6 2 10 mins Medium none 3 45 mins High 1 4 30 mins High 2 5 10 mins Medium 4 6 15 mins Low 2

Developer VoteTester Vote
First vote38
Second vote58
Third vote55
Test Case IDDurationRisk PriorityDependency
130 minsLow6
210 minsMediumnone
345 minsHigh1
430 minsHigh2
510 minsMedium4
615 minsLow2

Các đáp án

A.2, 4, 5, 6, 1, 3
B.4, 3, 2, 5, 6, 1
C.2, 5, 6, 4, 1, 3
D.6, 1, 3, 2, 4, 5

Đáp án đúng

A: 2, 4, 5, 6, 1, 3

Giải thích

A is correct because it addresses the highest risk and fastest tests first. It runs a fast medium test before a slow and more dependent high-risk test because this will give feedback to the developers more quickly.

Câu hỏi khác trong đề thi này