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 qtp licence
What is the disadvantage of loading the GUI maps through start up scripts?
How to get the system date and time in winrunner?
What are Optinal Properties and Obligation Properties? please explain in detail.
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
in which file Data of a Table is stored for further analysis
If we send the bug report but the developer didnt understood the bug report then will the tester do?
What is the purpose of Wdiff utility?
what is contained in the GUI check list?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
how many license keys are there for winrunner in your company?
If I dont have GUI spy on my machine how I do I manage to map my custom object properties