![]() |
Attaching QTP result to Quality Center - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Attaching QTP result to Quality Center (/Thread-Attaching-QTP-result-to-Quality-Center) |
Attaching QTP result to Quality Center - vikas_dhir - 01-13-2008 Hi, I have a testing framework wherein the results from QTP are stored in a Word Doc. I am running QTP tests from Quality Center. How can I attach this result document to Quality Center? RE: Attaching QTP result to Quality Center - Ankur - 01-13-2008 If you wish to do this manually its straightforward. For automating the task you can use the code below: Code: LocalFilePath = "C:\Results\Result1.txt" 'Path where your file to be uploaded is located in 'your local hard disk. RE: Attaching QTP result to Quality Center - vikas_dhir - 01-15-2008 Ankur, Thanks for your response. I tried the above code but it did not work. I get the error "Node not found" everytime. Below is the code I have used: Code: LocalFilePath = "C:\TestResult.doc" Here's what I want to do. I want to attach the 'C:\TestResult.doc' to the test case placed in the 'Test Lab' in Quality Center under the path "Root\Automation\Automation". The name of the test case is "Test Case 01" Now i tried various permutations and combinations for nodebypath---- "Subject\Automation\Automation" "Root\Automation\Automation" "Subject\Automation\Automation\Test Case 01" "Root\Automation\Automation\Test Case 01" "[Quality Center]Subject\Automation\Automation\Test Case 01" "[Quality Center]Root\Automation\Automation\Test Case 01" I tried to debug this issue using value from nodebyID (in a messagebox) instead of nodebypath and I found that 'Set folder = treeManager.nodebyID(1)' returns a field from Defects Tab of QC. RE: Attaching QTP result to Quality Center - Praj - 02-06-2009 Hi, I am trying to attach test result to Test Lab in Quality center but its giving me error of "Root" node not found. Code for same: Code: strFilePath="C:\Test.xls" Please let me know!! Thanks in advance. Praj RE: Attaching QTP result to Quality Center - kiranreddy08556 - 05-20-2011 Hi Ankur, Can u please elaborate this code for downloading the scripts path files from excel(batch testing) to qtp and after running in qtp, the results should be uploaded to QC RE: Attaching QTP result to Quality Center - Swetha_Bayya - 01-06-2017 (01-15-2008, 12:35 AM)vikas_dhir Wrote: Ankur,Hi Vikas, Did this issue get resolved. I am getting an error "node not found". Could you please help me at this. Regards, Swetha |