How do I generate test case execution records when using suites?
2 answers
A test suite is a collection of test cases that are grouped for test execution purposes. As such, you generate/run an test suite execution record for a test suite (see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.rational.test.qm.doc/topics/c_testsuite_work_flow.html). If you want to create/run
test suite execution record(s) for the test case(s) in the test suite, you can do this in the test plan editor (see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.rational.test.qm.doc/topics/t_create_tser_from_plan.html).
test suite execution record(s) for the test case(s) in the test suite, you can do this in the test plan editor (see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.rational.test.qm.doc/topics/t_create_tser_from_plan.html).
When using suites, you can generate Test Suite Execution Records(TSER).
You can generate the Test Case Execution Records(TCER) by directly browsing to the test case.
To have the traceability, you may want to associate your test cases and test suites to test plan.
This way you have both the option of generating a TSER and TCER and have its coverage wrt testplan.
Best Regards
Rajat