qc

How to read the user email address in HP QC Script Editor?

Inside the HP Quality Center Scripting Editor, I can access current user info (like user name or full name) with the "user" object. How do I access the current user E-Mail address property? ...

Qtp, export datatable to Quality Center

I have my QTP Scripts in Test Scripts Tab and datasheets in the Attachment Tab of TestPlan of QC. I import these datasheets to Datatable (Global) of QTP and use the data in my application using the QTP Script Parameterization and then Script updates this Global Datatable with auto generated values from application. Now, the issue is whe...

QTP, access to QC field by label

I want to update a custom user field in QC using the Label of field instead of the name At the moment we are doing it this way Set currentRun = QCUtil.CurrentRun currentRun.Field("RN_USER_03") = 1 currentRun.Post But I would like to do it this way Set currentRun = QCUtil.CurrentRun currentRun.Field("Data Rows Passed") = 4 currentRun...

Tracking History in HP QC(Quality Center)

Hi All, Is there a way to tracking a bug's history in QC? What I am trying to get is how many bugs are being reopened over a release and how many times it got reopened. From the QC, I can only see the "status" as "closed" but it won't give me the information about have many times it changed from "closed" to "reopen" then "fixed" then "r...

opening, Editing and saving the new version of the attachment in QC using QTP

Hi, I want to open an attachment already existing in QC for the current test, edit the attachment and save to QC again. I appreciate any insights into this scenario. Code examples would be helpfull tounderstand it better. I am able to download and upload the attachments into the QC using QTP, however i am not able to save the updated ne...