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
What is the purpose of different record methods?
What is the usage of Test case Design Techniques,in Integration/System Testing?
Name the different types of checkpoints?
What is boundary test?
How do you filter the objects in the gui map?
you hae a inbox and got a mail how can you know it is there or not write script.
what is qtp licence
i would like to know the steps to write tsl exception and object exception with a simple example
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
How do you make the configuration and mappings permanent?
How do you unload the GUI map?
What are the platforms that WinRunner can be used?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
How do you handle pop-up exceptions?