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
What are the platforms that WinRunner can be used?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Name the different types of checkpoints?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
How do u check FONTS in Login Window?
What are different types of checkpoints?
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.
What is the usage of Test case Design Techniques,in Integration/System Testing?
How to have winrunner insert yesterdays date into a field in the application?
What do you verify with the database check point custom and what command it generates, explain syntax?
Explain the synchronization points?
Explain the winrunner testing process?
What is the purpose of the temp GUI map file?
Write test scripts on a scenario where you have to transfer data from one table to another.
What is the purpose of gui spy?