what is the tsl statement for selecting the position of
item in list box in winrunner?
Answers were Sorted based on User's Feedback
Answer / sriharsha
list_select_item i think this is it...
if m wrong plz correct me
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / r. sugumar, 9751004657
list_select_item ( list, item [,button [, offset ] ]);
list - logical name
item - selected item
button, offset optional.
------------------------
list_get_item("list",0,lvalue); used to count the list box
values.
list - list's logical name.
0 - which value u want to get
lvalue - variable, to store value of 0th position
--------------------------------------------------
list_get_items_count("list",outval);
list - logical name of the list box
outval - variable used to store the output value
------------------------------------------------
| Is This Answer Correct ? | 0 Yes | 0 No |
The Concatenation Operator in TSL is?
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
what is the extension of the gui expected results file?
How to Know through script which add-ins are loaded with winrunner?
What are data driven tests?
What is the different between GUI map and GUI map files?
What Framework is suitable to validate the Login screen.
What is the difference between gui map and gui map files?
Where are the expected results will be stored?
What are command line options?How to invoke winrunner with vb add in using command line options?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to Import(insert) data from an excel sheet to Database(table).