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 IDNameDependencyPriority
1Purchase Itemnone2
2Receive InvoiceTest 13
3Receive GoodsTest 12
4Send PaymentTest 23
5Report PaymentsTest 41

Answer Options

A.5, 1, 3, 2, 4
B.1, 2, 4, 5, 3โœ“
C.1, 3, 2, 4, 5
D.3, 4, 5, 1, 2

Correct Answer

B: 1, 2, 4, 5, 3

More Questions from This Exam