0
910views
What is measuring effectiveness of prioritized test suites? Consider a program with 5 faults and a test suite of 5 test cases, as shown in table below:
written 5.8 years ago by | • modified 3.0 years ago |
- | T1 | T2 | T3 | T4 | T5 |
---|---|---|---|---|---|
F1 | - | - | x | - | x |
F2 | - | x | x | x | - |
F3 | x | - | - | - | x |
F4 | - | - | x | x | x |
F5 | x | - | - | x | - |
Calculate APFD for this program.
ADD COMMENT
EDIT