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
by useing qtp where the maximum people feeling difficult
What Framework is suitable to validate the Login screen.
How to check property of specific icon is highlighted or not?
How can withwin runner to make single scripts which supports multiple languages?
When do you feel you need to modify the logical name?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
What in contained in the GUI map?
When it is appropriate to change physical description?
What do you mean by the logical name of the object.
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
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
How do you identify which files are loaded in the gui map?
What is the purpose of regexp_label property?
What is parameterizing?
Which are default codes winrunner generates when we start the application?