What the Script for Database Test Using WinRunner
Answer Posted / ramprasad.s
db_connect("session","DSN = ---");
db_execute_querry("session"," "DML statement" variable);
For Loop
{
db_get_row("session",i,variable);
}
db_disconnect("session");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the synchronization points?
How do you copy and move objects between different gui map files?
How do you configure gui map?
How do you load GUI map?
How to integrate automated scripts from testdirector to winrunner scripts?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
How to find the local host name using winrunner ?
Which function to use to compare the application date with system date?
How do you execute your tests from windows run command?
Where do you found that you can't use winrunner for automation?
What is the disadvantage of loading the GUI maps through start up scripts?
What is the difference between writing a function and writing a script?
Explain difference between winrunner and test director?
How do you find out which is the start up file in winrunner?