Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is there a TestManager Build Logs equivalent in Quality Manager

We need a way to track the number of possible iterations we have to execute the test cases within a test plan.  In TestManager we accomplished this by setting up a build folder and added a log folder to track each iteration.  I've looked into RQM's timeline and iteration feature.  However we don't know upfront whether we will have one iteration or multiple. 

Here is our scenario.  When we begin executing a test plan, we will run all the test cases in round 1.  If a test case fails during the first execution, then we will have to rerun it again in round 2, after the fix has been applied.  We need a way to identify which test cases ran in round 1 and which test cases were rerun in round 2.  I had experimented with using test case categories but that didn't work b/c it created a linear approach. 

This is an example fo the hierachy we need and be able to track the execution of test cases per round.

Test Plan

    > Round 1

        > test case 1

        > test case 2

   > Round 2

       > test case 2

0 votes



One answer

Permanent link
Hi Lynn,

Actually RQM records which test case is run in which iteration by Test Case Execution Record(TCER).  

In RQM, every time you run one test case, one TCER is created.  And you could generate TCER for test case to plan the test activities.  This TCER has the iteration and the test case information, so I think you could count the number of TCER to calculate what you want by using the query of TCER.   You could even export the query result as Excel and then use the calculate functionality of Excel to get it.   Sure the complex of this calculation depends on how you are using TCER to plan test test activities, only one TCER for one iteration for one test case, or more.  Hope it helps.

About how to create query for RQM artifacts, you could refer http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m2/topic/com.ibm.rational.test.qm.doc/topics/t_using_filters.html

Best Regards,

Bing Dong

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014
× 1,381

Question asked: Jun 01 '13, 9:57 a.m.

Question was seen: 4,632 times

Last updated: Jun 03 '13, 1:25 p.m.

Confirmation Cancel Confirm