Open QTP on Network

Write a script to open QTP from other machine on the network

Questions by rahul.kgupta79

Showing Answers 1 - 1 of 1 Answers

Use QTP object automation model like
 "Set qtpObj = CreateObject( "QuickTest.Application", <<remote-machine-name>> )"
This will start the QTP process on the remote machine (if it's installed).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions