Is there a way to export Parameter Names/Descriptions from QC?
Question ID: 104262
0
0

I am using QC 10 and BPT. I am trying to take the parameter names and descriptions out of QC so that BAs can see this information while filling out external spreadsheets.

Marked as spam
Posted by (Questions: 2, Answers: 0)
Asked on October 28, 2010 3:48 pm
77 views
Answers (3)
0
Private answer

Hello
I wanted to create a report so that i can show the client all the requirments in HPQC 10. I wanted to create a query so that i can run this query instead . I also wanted to create a RTM showing requirements and testscripts. pinkybabes@yahoo.com

Also does anyone have experience with HPQC with SOLMAN integration. Why is the SM keyword in the requirement section greyouted.

Marked as spam
Posted by (Questions: 0, Answers: 5)
Answered on January 28, 2011 6:36 pm
0
Private answer

It looks like you could create some workflow code in QC using the OTA and a customized toolbar button to generate a file with the parameter outputs. Take a look at the OTA guide ComponentParam object. If I get some time tonight I could try throwing together some sample code for you.

Marked as spam
Posted by (Questions: 2, Answers: 1)
Answered on October 28, 2010 6:22 pm
0
Private answer

You can do this realy quickly using SQL.

Login to the database, obtain the domain and project name replace <QCSchemaName> with the [Domain]_QC_[Project].

Then run this query:

SELECT a.al_item_id, a.al_description, b.al_description  
FROM <QCSchemaName>.all_lists a, <QCSchemaName>.all_lists b
WHERE a.al_item_id = b.al_father_id

In QC 10 you can run queries inside of the Dashobard, so you can remove the
<QCSchemaName>. entirely

Marked as spam
Posted by (Questions: 2, Answers: 2)
Answered on November 25, 2010 11:15 pm
EyeOnTesting

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

X
Scroll to Top