Start QTP from a JUnit test - 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: Start QTP from a JUnit test (/Thread-Start-QTP-from-a-JUnit-test) |
Start QTP from a JUnit test - michael123 - 11-03-2008 Hello, i´m new to this forum and i hope you can get me some support. Is it possible to start a QTP-Test from a call in a Java-Programm, especially JUnit? Are there any ways to solve this Problem? Another Question is how to integrate QTP in our Continuous Integration Environment. Do we need the QC for this purpose? Thanks, Michael RE: Start QTP from a JUnit test - Ankur - 11-03-2008 Yes, ou can do that. QTP provides Automation Object model through which you can perform such tasks. RE: Start QTP from a JUnit test - michael123 - 11-03-2008 Thank you for your help. I´ll have a look on the article. Greetings Michael |