QC-QTP Integration - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: QC-QTP Integration (/Thread-QC-QTP-Integration) |
QC-QTP Integration - shipu - 04-29-2014 Hello, I am trying to attach a file in QC test lab-test set- current test from QTP. How can QTP tell which test is being run and then attach the file to the current test only? Please advise. -S RE: QC-QTP Integration - Jay - 05-29-2014 The following function will be useful : Code: Function DownloadAttachements(qtApp, tdc, testPath, strFSAPath) |