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 is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
can u explain what is frame work,can u show it on the paper by drawing ,have u done the frame work in winrunner automation
what is add-in manager in WinRunner?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
what load_dll in winrunner
Can we run WinRunner scripts on the backend?
What are the three windows displayed when a mismatch occurs in Bitmap verification
Where did you learn winrunner and testdirector?
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
how to create checklist in winrunner?
how do to stop the functionality of UDF
Besides Record and Replay what else can we do with WinRunner?