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 Posted / 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 |
Post New Answer View All Answers
Where did you learn winrunner and testdirector?
i this is priya speaking, any 1 tell me project detail for NETBANKING and HELTHCARE pls send to this E-MAIL ADDRESS; (priyadharshni2@yahoo.com)pls qik, thank u once agajn.
How do you maintain the document information of the test scripts?
Name the different types of checkpoints?
What is the difference between writing a function and writing a script?
What all are the different databases winrunner can support?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
How to check property of specific icon is highlighted or not?
What happens when the gui map file get loaded?
global sheet and external excel sheet how it will work
What Framework is suitable to validate the Login screen.
What is the disadvantage of loading the GUI maps through start up scripts?
What are the synchronization points?
What is contained in the test scripts?