Frage 77Foundation 2018 Sample Exam 1
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
| 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 |
Antwortmöglichkeiten
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
Richtige Antwort
A: 2, 4, 5, 6, 1, 3