It's all about the answers!

Ask a question

Testcase mapping with test suite


Komal Mirchandani (1266) | asked Feb 04 '13, 3:49 a.m.
1) How to find out what all testcases have been executed in a test suite and how many are left?
2) How to figure out how many testcases are not mapped with any of the testsuite?

2 answers



permanent link
Rajat Singh (59833545) | answered Feb 04 '13, 3:59 a.m.
 You will need to look into 'Test Suite Execution Records' which will show you the last result of that execution record.
If the test case has been run, it will show it with its verdict. Else if its not run, the status will show as 'Not Run'.

Best Regards
Rajat

Comments
Komal Mirchandani commented Feb 04 '13, 4:09 a.m.

Thanks Rajat.

On the 1st point, Can I get report on the executed and non executed testcases from a test suite? I just want to filter on a particular test suite and want to see what all testcases are executed and what are not.

2nd point - Can I get report on testcases which are not included in any of the suite?


Rajat Singh commented Feb 04 '13, 4:14 a.m.

Yes a pdf report can be generated showing the executed and non executed test cases of a test suite.

In the above screenshot of 'Test Suite Execution Records', you have a pdf icon that can be selected to export this report.


Komal Mirchandani commented Feb 04 '13, 4:34 a.m.

 Rajat, if I get pdf from 'Test Suite Execution Records', I get below screen. Can you please mention exact steps to get executed TC and non executed TC.


And, how to get testcases which are not in testplan. Please mention steps 


Rajat Singh commented Feb 04 '13, 4:45 a.m.

You may need to add the "Last Result' Column in the editor.
This can be done by clicking on the below icon:



Add the 'Last Result' section and click on OK.

Now generate the pdf.

Best Regards
Rajat


Rajat Singh commented Feb 04 '13, 4:55 a.m.

Steps to get test cases that are not part of any test plan:

1. On RQM Dashboard, Click on Construction->Browse Test Cases.
2.Click on the arrow to show inline filter:


3.Locate the 'Test Plan' column (if not present, add through column display settings as shown above for 'Last Result' column)
4. Click on the Test Plan Column to get the below option:

5. Select the 'Not in any test plan' and click on 'Run'.

This will list all the test cases in the project area that are not associated to any test plan.

Best Regards
Rajat


permanent link
Rajat Singh (59833545) | answered Feb 04 '13, 4:04 a.m.
edited Feb 04 '13, 4:09 p.m.
 For your 2nd question, I think it will be an enhancement in the tool as I could not find any setting to find how many test cases are not mapped with a test suite.

Currently you can only find out the test cases that are not mapped to any test plan


Best Regards
Rajat

Your answer


Register or 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.