What the Script for Database Test Using WinRunner

Answers were Sorted based on User's Feedback



What the Script for Database Test Using WinRunner..

Answer / nehasahu

db_connect("session","dsn=");
db_execute_query("session","query",n);
db_get_row("session","row no", variable);
db_disconnect("session")

Is This Answer Correct ?    0 Yes 0 No

What the Script for Database Test Using WinRunner..

Answer / 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

More WinRunner Interview Questions

Have you ever written test cases or did you just execute those written by others?

2 Answers  


During debugging how do you monitor the value of the variables?

1 Answers  


Hi all,Can anybody tell me what does AUT stands for in winrunner,because now only iam learning

4 Answers   Google,


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

0 Answers  


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???????

2 Answers   Ness Technologies,






How will you automate a test case?How will u find a IPconfig of an appln or a machine?

1 Answers   FIC,


can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?

2 Answers  


What are the standards will you maintain at the timing of writing TSL script in WinRunner?

5 Answers   AppLabs,


what is def of MAINTEST

1 Answers   Exalt,


What id DB Folder? when it will be created and what it consists?

2 Answers   BeBo Technologies,


What information is contained in the checklist file and in which file expected results are stored?

0 Answers  


What is framework? If u dont have framework how you manage your automation?

1 Answers  


Categories