Frage 116Foundation 2018 Sample Exam 2
Consider the following test cases that are used to test an accounting system: Test ID Name Dependency Priority 1 Purchase Item none 2 2 Receive Invoice Test 1 3 3 Receive Goods Test 1 2 4 Send Payment Test 2 3 5 Report Payments Test 4 1 Given this information, what is the proper order in which to execute these test cases?
| Test ID | Name | Dependency | Priority |
|---|---|---|---|
| 1 | Purchase Item | none | 2 |
| 2 | Receive Invoice | Test 1 | 3 |
| 3 | Receive Goods | Test 1 | 2 |
| 4 | Send Payment | Test 2 | 3 |
| 5 | Report Payments | Test 4 | 1 |
Antwortmöglichkeiten
A.5, 1, 3, 2, 4
B.1, 2, 4, 5, 3✓
C.1, 3, 2, 4, 5
D.3, 4, 5, 1, 2
Richtige Antwort
B: 1, 2, 4, 5, 3