What the Script for Database Test Using WinRunner
Answers were Sorted based on User's Feedback
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 |
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 |
how to upload an application in winrunner which we want to test
what is the file extension for object in AUT captured by WR
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
In an Interview on person asked me about WR frame work. in what way i have to explain and what is the answer?
What is the difference between a Defect & an Error?
Have you performed debugging of the scripts?
What is the function of eval function?
How to get the system date and time in winrunner?
How do you run your test scripts?
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
What is the usage of Test case Design Techniques,in Integration/System Testing?
descriptive program for web application.