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

what is the tsl statement for selecting the position of item in list box in winrunner?

4 Answers   MBT,


what is risk?

0 Answers   TCS,


what is the difference between unit testing,integration testing and interface testing?

4 Answers  


How should we create a compiled module? What is its importance?

1 Answers  


how can we upload manul test caseses in to test director

1 Answers  






what is automation frmaeworks..which type ofs automation is using yr company..what is contains in automation frmeworks.who will prepare automation frmeworks

0 Answers   L&T,


is manual testing knowledge is enough for attending interviews

2 Answers  


The title of the window consists of date and time.What is the regular expression to recognize the window as unique?

0 Answers  


Can anyone tell me the real usage of compiled modules and user defined functions stating real time example

1 Answers  


I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.

0 Answers  


what is the purpose of verify,update and debug modes in wr?

3 Answers   Accenture,


latest version

1 Answers  


Categories