what is the tsl statement for selecting the position of
item in list box in winrunner?
Answer Posted / 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 |
Post New Answer View All Answers
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
How do you make the configuration and mappings permanent?
Which are default codes winrunner generates when we start the application?
What are the Win Runner tools for functional testing?
Name the two modes of recording?
can i get apex technologies interview questions in testing
What is the purpose of regexp_label property?
What is the purpose of set_window command?
What are the three modes of running the scripts?
What is test parameter
What are the two modes of recording?
How do you select multiple objects during merging the files?
global sheet and external excel sheet how it will work
How do you load GUI map?
Explain the winrunner testing process?