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 |
What is the function in WR for replacing the existed data to blank?
which checkpoint is used to analyze the appearance of AUT
What the Script for Database Test Using WinRunner
2 Answers Bally Technologies, CTS,
why you are doing software testing, why testing necessary
How to carry out manual testing for a background process which does't have any user interface
what is data driven framework?
Is load testing is possible with WR?
write a compilemodule function for loginscreen.
how do to stop the functionality of UDF
Have you performed debugging of the scripts?
what is compile module in WinRunner?
how are virtual object configured