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 is the use of generate script that is avaliable 3 places(file settings, tools, object identification)

0 Answers  


Name the three modes of running the scripts?

0 Answers  


What is the XML test cases creation?

0 Answers   IBM,


what is contained in the GUI check list?

1 Answers   FCG,


write a function for addition of two numbers

1 Answers   Polaris,






Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz

1 Answers  


What is test parameter

0 Answers   Infosys,


what is the regular expression for dd-mm-yyyy?

2 Answers   IBM,


Are you created any custom dialog box during test runs?

1 Answers   MBT,


where can i get realtime projects

2 Answers   Zensar,


how can you explain your Real Estate Project in front of interviewer..? please step by step......

0 Answers  


Please any one Knows Send the Website for Writing different TestCases with different Examples

0 Answers  


Categories