How to get total number of test cases for a specific Master Plan for Sales_Marketing_QM_20.04 ?
How to get total number of test cases for a specific Master Plan for Sales_Marketing_QM_20.04
Conditions:
-- Mater Plan contains Many Child plans
-- Each Child plan contains several Test Suits
--we have only master plan id.
-- want to get total number of test cases in the master plan.
Note :- Need shortest way to find the required number of test cases, Do not want to traverse through each child plans since the number of child plans are high.
All
|
2 answers
From the Web UI you could get the count of all directly related test cases of all children test plans for the master test plan by:
Please note that this will only return all test cases that are directly added to the children test plans. For indirectly related test cases that are added to test suites that belong to children test plans, you can repeat this process by finding all test cases filtered by parent test suites. Please note that you've to first find all test suites that belong to the children test plans. Here is a screen shot:
You may also be able to get this answer from report builder.
|
Hi Rahul,
|
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.