what is the tsl statement for selecting the position of
item in list box in winrunner?
Answer Posted / allin
Hi Sowmya,
List_get_item_num("","",number);
This function returns the numeric position in a list of an
item
arg1 is the list name
arg2 is the item string
arg3 is the returned item number.
Ratna Rao,
9833847339.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How should we write and execute a user define function using WinRunner.
When would you use 'set_window' and when would you use 'win_activate'?
what is the difference between toggle checkpoint and checkpoint?
What is the use of gui map?
Define parameterizing?
What are the two modes of recording?
How do you modify the logical name or the physical description of the objects in gui map?
What are different types of checkpoints?
How do you load GUI map?
Why don’t we normally load the gui maps through start up scripts?
What is the purpose of the temp GUI map file?
Which function to use to compare the application date with system date?
what is mean by release in quality center and who will perfom?
When do you feel you need to modify the logical name?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....