Micro Focus QTP (UFT) Forums
Uploading Attachments to Test Run Instance QC(Programming) - 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: Uploading Attachments to Test Run Instance QC(Programming) (/Thread-Uploading-Attachments-to-Test-Run-Instance-QC-Programming)



Uploading Attachments to Test Run Instance QC(Programming) - Vamsi Krishna - 05-28-2009

We have to capture the screen of our application, and save them to the local system.

Now we got new requirement that the captured screens should be uploaded to Test Run Instance of test lab in QC. Please provide the solution using QC Open Test Architecture.

I have following code and not able to proceed further.

Code:
Set QCConnection = QCUtil.QCConnection
Set QCCurrentRun=QCConnection.RunFactory.Run

Regards,
Vamsi.


RE: Uploading Attachments to Test Run Instance QC(Programming) - Jackomcnabb - 05-28-2009

please search my other posts on this subject
https://www.learnqtp.com/forums/Thread-All-captured-images-I-want-to-assign-to-Test-results-in-QC


RE: Uploading Attachments to Test Run Instance QC(Programming) - Vamsi Krishna - 05-29-2009

thanks, its working.