Test Plan vs Test Suite vs Test case
4 answers
Comments
Thanks Prasun, that does give me a better understanding of how to use Test Suites vs Test Cases. Still not entirely clear why, when only using the Test Suite Section in a Test Plan, the Test Cases do not show the link to the corresponding Test Plan when browsing all test cases under the construction menu..
If i look at the test artifact relationships (https://jazz.net/wiki/bin/view/Main/RqmApi#TestResRel) would the test cases part of a test suite that is linked to a test plan not inherit this relationship, and therefore show this as per my original screenshot
The relationship is not inherited because the purpose of the links "Test Plan -Test Case" and "Test Plan-Test Suite" is very different. The 1st link is for logically grouping of Test Cases and the 2nd is for tracking Test execution efforts.
1 vote
1. You add Test suite to the test plan if it is planned to be executed as part of test plan
2. You add Test cases to the test plan, if it is planned that all this test cases to be executed for this test plan.
Now there can be cases when Testcases planned for a test plan, are also part of the test suite.
In this case You add only test suite, if you do not bother executing individual testcase but bother about executing the test suite
If you plan to execute the test case individually, add it irrespective of whether it is plan of Test suite or not.
Comments
Hi, using CLM 4.0.1. I have a test plan, that has a test suite linked to it. In that test suite, i have on test case "Test Case 2". Also in my test plan is Test Case section wiwith "Test Case". When browsing all test cases, only Test Case shows that it is assigned to the Test Plan. Why do test cases that are part of a test suite linked to a test plan, not show this association?
plan, that has
1 vote
I agree with Daniel. If I add a test suite to a test plan conceptually I've also added to the plan all the test cases that belong to the suite. So I'd like to find a way to automize it (also because is quite frustrating select single tests to be linked to the suite and then doing it again with the plan).