Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

0 Answers  


We added data driven test in to our test script, how to remove the data driven wizard from the script?

1 Answers   Wipro,


how to invoke the window based application in win runner

1 Answers   Satyam,


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

0 Answers  


what is the winrunner framework?

1 Answers   Agile Software, GE,


how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"

2 Answers  


What is the purpose of regexp_label property?

0 Answers  


When Bitmap check point fails..How many windows will appear?

3 Answers   Symphony,


what is mean SRS and URS . differns btwn SRS and URS

3 Answers  


What are the synchronization points?

0 Answers  


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?

2 Answers   Accenture,


is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.

2 Answers  


Categories