Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - 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: Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) (/Thread-Can-I-run-the-QTP-Test-on-Machine-1-QTP-Machine-from-Machine-2-Non-QTP-Machine) |
Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - farhanalam - 04-01-2009 Hi All, Machine 1: This machine has a QTP installation, and there is a test script. Machine 2: It has a java class. There is no QTP on this machine. Question: Can I run the QTP Test on Machine 1 from Machine 2. (Say On machine 2 we have a java class and/or using run time command from M1). Thanks & Regards RE: Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - Tarik Sheth - 04-02-2009 I guess QTP tests can be run on the machine where qtp has been installed without qtp getting installed it can not be run. RE: Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - farhanalam - 04-06-2009 Let me re-word my question: Can we send a request from another machine (Say Machine 2) to the QTP machine to run a test? RE: Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - Tarik Sheth - 04-06-2009 well, then Machine 2 should have Quality Center and machine 1 should be configured as Host machine in the test lab of Quality Center. However again one will not be able to see the qtp scripts in machine 2 so it is not possible to even execute from remote machine. RE: Can I run the QTP Test on Machine 1 (QTP Machine) from Machine 2 (Non QTP Machine) - kishoreinchennai - 04-07-2009 1)Just install VNC in machine 1 login and run 2)please create a vbs file in that file create a QTP object set the neccesary things and call that file using wscript. If you could kickstart wsscript with the vbs file as parameter from your first machine More Details here: https://www.learnqtp.com/forums/Thread-VBS-to-launch-QTP-9-2-and-invoke-script-automatically |