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 different types of checkpoints?
What is the extension of gui map file?
Explain data parameterization in winrunner?
you hae a inbox and got a mail how can you know it is there or not write script.
can i get apex technologies interview questions in testing
Explain the purpose of loading winrunner add-ins?
What is the purpose of regexp_label property?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
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 unload the GUI map?
How to have winrunner insert yesterdays date into a field in the application?
What are data driven tests?
What is the purpose of different record methods?
What are the Win Runner tools for functional testing?
What actually happens when you load GUI map?