Micro Focus QTP (UFT) Forums
QTP results in QC test lab - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: QTP results in QC test lab (/Thread-QTP-results-in-QC-test-lab)



QTP results in QC test lab - Desh - 10-07-2009

Hi,

I am crated a QTP script to cover 25 data point validations( 25 rows of data in my Global sheet). It is created to cover 25 manual test cases.
If I execute this script from QC, I can see only one Pass or Fail for my test script.
My question is how I can show in the Quality Center for each of my data line pass or fail. I mean I want to see 25 results seperate in the Quality Center Test Lab.

Please, any solutions!!!

Regards,
Desh


RE: QTP results in QC test lab - basanth27 - 10-08-2009

Heard of anything called Run Iteration Results on QC ? If not,

Select the test which had completed the automation execution on your test lab, double click the test, you will see run iterations. Select the report for the execution you wanted and click on download report.

PS : You will need to install QTP Addin for QC from the Addins page on QC. Only then the report will be visible in the HTml Format.


RE: QTP results in QC test lab - Desh - 10-08-2009

Basanth,
Thanks for the reply.
I understood what you are saying. But, I am looking for 25 results seperately. Here we are getting 25 iteration in one result. Is there any way?

Regards,
Desh


RE: QTP results in QC test lab - basanth27 - 10-09-2009

Yes, You can exploit QC AOM and download the reports, Start's like this,

Code:
Set oQC = CreateObject("TDAPIOLE80.Connect")

Then, Exploit the TestFactory and the RunFactory. Iterations are stored in the RunFactory.

Search this forum and you will get what you are looking for.
Sorry Desh, Please correct,

Code:
Set oQC = CreateObject("TDAPIOLE80.Connect")
to
Set oQC = CreateObject("TDAPIOLE80.TDConnection")