Is there a way to determine the total number of Test Plans for all Projects in QC 10.0?
Question ID: 104863
0
0

We are starting a project to convert our manual tests to automated tests. We would like to know the total number of Test Plans in QC across all projects, so we can estimate how long the conversion process may take.

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on February 25, 2013 2:03 pm
56 views
Answers (1)
0
Private answer

What do you consider a ''Test Plan''? Test Plan is the name of a module which contains Test Folders and Test Cases.

You could write SQL queries to count the number of appropriate entities in each project's database, and tally up the counts. I wrote a console application in Visual Basic that actually reads the Site Admin schema to get a list of the projects and their database names, then executes SQL queries against each database to count the number of many of the different entities (i.e. Requirements, Tests, Test Steps, Test Instances, etc.). I run this program weekly to help me monitor which projects have activity and how the projects grow or shrink over time.

Marked as spam
Posted by (Questions: 1, Answers: 101)
Answered on February 26, 2013 8:30 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top