02-07-2008, 08:10 PM
Is there possibility that u will write example in it.
I have the same problem in my company, we bought qtp.
And we like to make a test on 50 machines
Is there option to generate script code on one machine (vbs) like :
(we use this way cuz our java add-in dont work with our java technology, send double action)
and we woudl like to dont waste time on installing qtp on each machine. Just to write selfworking script that will 'click' on our application.
best regards
I have the same problem in my company, we bought qtp.
And we like to make a test on 50 machines
Is there option to generate script code on one machine (vbs) like :
Code:
Window("Window").Click 445,79
wait(0),100
Window("Window").Type "admi"
wait(0),100
and we woudl like to dont waste time on installing qtp on each machine. Just to write selfworking script that will 'click' on our application.
best regards