Let's say I have a Project X.
Test Plan would be "PX Release 2.0"
In that release, I will have builds B1, B2, B3 etc.
If I have 200 TCs in the test plan, all show up as cases in B1.
Say I run 50 TCs against B1.
"General Test Plan Metrics" show the "Overall Build Status" for B1 as 200 TCs, 150 Not Run, 40 Passed, 10 Failed, 0 Blocked.
Now I have B2. All 200 cases show up in B2. Ok, i'll use some filter to tell me which ones have not been run yet so I can run them on B2 now.
But the "General Test Plan Metrics" show the "Overall Build Status" for B1 as 200 TCs, 150 Not Run, 40 Passed, 10 Failed, 0 Blocked.
1. How do I get it to show Overall Build Status for B2 (as well as B1 or just B2 as the latest)?
2. Will it show only those that are executed against B2? If yes, how do I get Overall progress for the Test Plan to indicate total execution across all builds?
I know "Results by Tester per Build" gives me status by build B1, B2, B3 etc. But then, for me to report project progress to my management, I need overall execution. If I test 50 (unique) cases on B1 and 25 (unique) on B2 and 10 (5 of which are unique) on B3, I want to be able to report out of total 200 cases, 120 not run, 65 Passed, 10Failed, 5 Blocked.
Is this not doable? What am I missing?
Thanks in advance for a response.