Are you created any custom dialog box during test runs?
Answer / srikanth.m
yes.i have created custom dialog box with the help of
following script
create_input_dialog("enter somhing like that");
by using this u can give keyboard inputs at runtime.
this is mainly used in DATA DRIVEN TESTING.
if there is any doubt plz mail me @
srikanthm.testing@gmail.com
Is This Answer Correct ? | 1 Yes | 0 No |
hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com
What is the Purpose of Virtual Object Wizard in WinRunner?
What is the Winrunner Framework in your organisation?
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 are virtual object configured
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
How do you clear a gui map files?
How to Get data from database(table) to an excel sheet
After saving the tsl script of winrunner in TestDirector, if suppose any changes made to the script in ur winrunner would it get updated in TestDirector also???????
Is 'public' allowed inside of the function declarations?
How do you determine what to test?
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example