Mar 24 2008 05:53 PM 1784 2 Open QTP on Network rahul.kgupta79 Write a script to open QTP from other machine on the network whackozhacko Profile Answers by whackozhacko Questions by whackozhacko Jan 17th, 2010 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). Answer Question Select Best Answer
Mar 24 2008 05:53 PM 1784 2 Open QTP on Network rahul.kgupta79 Write a script to open QTP from other machine on the network whackozhacko Profile Answers by whackozhacko Questions by whackozhacko Jan 17th, 2010 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). Answer Question Select Best Answer
whackozhacko Profile Answers by whackozhacko Questions by whackozhacko Jan 17th, 2010 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).