Manipulate a manual run from QTP - 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: Manipulate a manual run from QTP (/Thread-Manipulate-a-manual-run-from-QTP) |
Manipulate a manual run from QTP - hammersandnails - 05-22-2012 For performance and ease of maintenance I am trying to move away from executing test from Quality Center. I would still like to have results stored there. 1. I need to create a test case in QC - Done 2. create a test set 3. create instance of manual test in new test set 4. create a run, set the status of the steps (pass fail) 5. attach results. I cant figure out how to do step 4. I'm including I found that works for step 1 in case it helps anyone else. Code: Dim td 'As TDConnection |