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

How to write a content in to the file..which function did u use for that..?

1 Answers   Accenture,


When do you use break points?

1 Answers  


What is test parameter

0 Answers   Infosys,


What are the advantages of Global gui over gui map per test mode?

3 Answers   Accenture,


Explain in detail the parameterization steps in DDT?

1 Answers  






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?

1 Answers  


Which is the default Record Method for Static Text Object?

8 Answers   Accenture,


What is the difference between gui map and gui map files?

0 Answers  


Are you created any custom dialog box during test runs?

1 Answers   MBT,


If we send the bug report but the developer didnt understood the bug report then will the tester do?

1 Answers  


Categories