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 difference between bitmap checkpoint and image checkpoint

1 Answers   Ness Technologies,


If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?

2 Answers   Sonata,


Explain the purpose of gui map configuration?

0 Answers  


How to remove the data driven wizard from the script?

0 Answers   TCS,


What is the purpose of different record methods?

0 Answers  






How to know the on which OS and version the application is running through script in winrunner?

1 Answers   Accenture,


Difference between winrunner and test director?

0 Answers  


For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)

3 Answers  


hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com

1 Answers  


How winrunner Handles varying window Labels?

2 Answers   FCG,


Using the WinRunner Tool What that Regular Expression Scripts

5 Answers   CTS,


What is the default type of constant TSL supports?

1 Answers  


Categories