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 |
How to write a content in to the file..which function did u use for that..?
When do you use break points?
What is test parameter
What are the advantages of Global gui over gui map per test mode?
Explain in detail the parameterization steps in DDT?
what are Recoring modea available in winrunner?
3 Answers Second Foundation, TCS,
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
Have you performed debugging of the scripts?
Which is the default Record Method for Static Text Object?
What is the difference between gui map and gui map files?
Are you created any custom dialog box during test runs?
If we send the bug report but the developer didnt understood the bug report then will the tester do?