Votes
Answers
Views
Question
3
1
74
I have created an action with an object repository. I need to create more actions with the same OR. How do I copy the OR from one to the other?
0
1
326
Hi. I have a vbs file that drives UFT tests. I have a series of UFT Tests or 'Actions'. How can I exit/stop UFT from executing more tests, if it fails 1? My understanding is, ExitRun, ExitAction only pertains to a specific action, and if there is another test after it in the pipeline, it will contin...