Hi Bob,
In short, no you shouldn't include them.
Test cases have a different life cycle than bug work items. A bug is filed, fixed, verified, and then closed. Once closed, no further action is needed by anyone on the bug. It "dies" effectively. A test case is created but is expected to be re-run against new builds until it is no longer relevant. Since the test can be run against many different configurations and builds, we cannot use work item tracking to track the outcome of running the test. Therefore, test results are stored in a separate area of the database, which is not accessible to Project.
A test case doesn't "die" until its state is marked Closed. That typically only happens when the functional area that the test tests is deleted, or fundamentally changed to the point where the old test is no good.
I hope this makes sense.
Thanks,
-JP
- Proposed As Answer byJustin Pinnix - MSFTMSFTTuesday, November 03, 2009 3:52 PM
- Marked As Answer byBobHardister Thursday, November 05, 2009 8:34 PM
-