Votes
Answers
Views
Question
0
1
136
Objective: be able to run uft script command line and pass arguments to the test via batch/command lineuftBatchRunnerCMD -source "c:\UFT\Scripts\GUITest2a" -parameter "Parameter1=Hello;Parameter2=Bye"How do I render these parameters in the test (GUITest2a)?I have:1. Right clicked on the actions and ...
2
1
118
The process that I execute for automated software testing requires that an active user is logged on to the remote host machines so that we can execute the library of scripts across multiple host machines. This allows us to complete automated testing in about 30 hours instead of executing the scripts...
1
1
71
asked 10 years ago by kaptainkayoss
updated 10 years ago by rich-text
I'm trying to set up UFT 12.02 to run in normal mode from a batch test in ALM. In QTP, I used to be able to modify the [RemoteAgent] in an .ini file. That doesn't work now and was wondering if there is a different setting or something now?
1
2
105
asked 10 years ago by kaptainkayoss
updated 10 years ago by jacepaxton
I want to be able to kick off a batch file on a remote machine by using UFT so that it runs during part of a test. The machine I want to run the batch file on doesn't have UFT so I'm not sure how to pull this off.
2
1
167
asked 13 years ago by The Danny
updated 13 years ago by Captain Mercury
I know how to execute ST tests from the command line, that's in the help. The problem is I need to point to a directory and run all the HP Service Test tests in that directory. does anyone have a batch file command that would do this. I am not very good with batch files.