Is it possible to place a Logical name in a data table and
can use that logical name in the script? Tell me with
mentioning function names..?
Answer / winrunner
Yes it's possible to place logical names in a data table and
use in the script.
First create the data table with logical Names.
and in the script
use ddt_open() statment to open the data table.
ddt_get_row_count() to know the records in the data table.
Loop with that..
set the row with ddt_set_row() ..
get the value from the data table using
ddt_val(datatable,col_Name) and store this in a variable
Let's say var1.
assign this value to the function ..
suppose the logical name "OK" stored in the data table.
so var1="OK"
use that variable in Let's say button_press(var1).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different modes of recording in winrunner?
What is the use of Merge option provided in WR
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
please tell me how to explain the project by taking any project (like banking product), how to start explaing?what will be the order of priority e.g.,like purpose, modules, HLDs LLDs etc., in testing point of view (as a testengineer). rightnow i can't explain my project though i've done successfully..so plz help me ..
9 Answers HCL, IBM, ITC Infotech, Raisoni, TCS, Wipro,
How do you handle dynamically changing area of the window in the bitmap checkpoints?
Where can I find a tutorial on WinRunner 7.0?
what is the tsl statement for selecting the position of item in list box in winrunner?
How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....
how u can do parameterization in winrunner? tell me the sample code.
what is the use of add-ins in winrunner?
how do you know which software with version(ex.msoffice)available in our system,using tsl functions
can anybody tell me in realtime how tester access web based build and window based build