Votes
Answers
Views
Question
10
votes
5
answers
63
views
asked 11 years ago by manzer
updated 11 years ago by bubblehead712
Tags:
In multiple UFT tests I have been declaring a variable "system" and assigning it a value system = "host1" , then later in the test script performing various Select Case system Case "host1" to do different things based on the value. Then I use Test Batch Runner to execute thes...