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

how to upload an application in winrunner which we want to test

1 Answers  


what is the file extension for object in AUT captured by WR

1 Answers  


Can any one plz tell me any site where i could find some free testing tools like winrunner,load runner etc.plz reply on my mail if possible.Regards nitin9360@gmail.com

1 Answers  


In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?

2 Answers   Stag Computers,


What is the difference between a Defect & an Error?

3 Answers  


Have you performed debugging of the scripts?

1 Answers  


What is the function of eval function?

1 Answers   Accenture,


How to get the system date and time in winrunner?

2 Answers   Accenture,


How do you run your test scripts?

1 Answers  


hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id mateen_012005@yahoo.com

3 Answers   Satyam,


What is the usage of Test case Design Techniques,in Integration/System Testing?

0 Answers  


descriptive program for web application.

0 Answers  


Categories