![]() |
Want to automate qc using 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Want to automate qc using qtp (/Thread-Want-to-automate-qc-using-qtp) |
Want to automate qc using qtp - venkatkoritala - 03-25-2014 i want to automate hp alm qc edition using with qtp but after login i am unable to locate objects is there any suggestions to do RE: Want to automate qc using qtp - basanth27 - 03-26-2014 QC's API's are exposed for QTP to explore. There is a function called qcutil available from QTP or you can use the TDAPIOLE object to read further into QC's API's. Code: Set QCConnection = CreateObject("TDApiOle80.TDConnection") You may also search in this forum and you will get a lot of information related to your query. |