
Strengths and Weaknesses are up in the air!
Jeremy Berriault provided an example from this presentation at QAI Quest 2017 for us to count test case points. Jeremy, QA Corner, indicated baseline data was required to effectively run the three test cases in his example
The logon, transaction
, reports and expected output blocks represent verification points. The arrows from one test case to another represent interfaces and steps are. . .steps. The results of the count is as follows:
Test Case | Number of Steps |
Interfaces | Verification Points |
Baseline Test Data |
Complexity |
test case 1 |
4 | 0 |
4 |
required | medium |
test case 2 |
4 |
0 |
4 |
required | medium |
test case 3 | 3 | 2 | 3 | required |
medium |
Deriving the complexity leverages the following chart: (more…)