what is the tsl statement for selecting the position of
item in list box in winrunner?

Answers were Sorted based on User's Feedback



what is the tsl statement for selecting the position of item in list box in winrunner?..

Answer / sriharsha

list_select_item i think this is it...
if m wrong plz correct me

Is This Answer Correct ?    0 Yes 0 No

what is the tsl statement for selecting the position of item in list box in winrunner?..

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

what is the tsl statement for selecting the position of item in list box in winrunner?..

Answer / rajesh

list_get_item_info();
contains 4 parameters.i.e.list,item,state,output value
it returns the state of a list box

Is This Answer Correct ?    0 Yes 0 No

what is the tsl statement for selecting the position of item in list box in winrunner?..

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

Post New Answer

More WinRunner Interview Questions

What are the reasons that winrunner fails to identify gui object?

0 Answers  


What is the use of test director testing tool?

0 Answers  


what are Obligatory and Optional properties in Winrunner? what is the use of those explain in detail..

2 Answers   Kanbay,


Name the two modes of recording?

0 Answers  


Name the different types of checkpoints?

0 Answers  






which option allows to execute script from a given location

1 Answers  


Will TSL supports function overloading and operator overloading?

1 Answers   Accenture,


Explain the use of test director software?

0 Answers  


i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?

1 Answers  


What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?

1 Answers   Logica CMG,


What is the add-in used to test the web application in winrunner?

1 Answers   Hanu Software, Second Foundation,


what is mean by v module . pls give answer with example

2 Answers  


Categories