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 |
what is the key combination to terminate script execution
Name the different types of checkpoints?
what is software metrics
what is risk?
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?
I am new to testing. Can anyone send a sample test script in which variables are used to automate the flight login page.
how u can connect database without using any wizard in winrunner?
The default type of Constants and variables supported by TSL are..
How could we Learn the Application Initially for Testing- Need Realtime Explanation? Who will Record the Application?
write a compilemodule function for loginscreen.
Where exactly testing comes in to picture in S.D.L.C?
ca n u give the example for low severity & low priority in ur Internet Banking project