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 statement for selecting the position of item in list box in winrunner?
If we send the bug report but the developer didnt understood the bug report then will the tester do?
The Concatenation Operator in TSL is?
What is Analog Recording?
how will u perform bug tracking using winrunner?
global sheet and external excel sheet how it will work
What is framework? If u dont have framework how you manage your automation?
How do you load GUI map?
how u can connect database without using any wizard in winrunner?
what happens when the script is executed in verify mode
How do you create a startup script in winrunner and what is consists generally?
What is boundary test?