What the Script for Database Test Using WinRunner
Answer Posted / 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 View All Answers
what is the testing high level architecture
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
How do you execute your tests from windows run command?
What is the use of gui map and what happens when the gui map file get loaded?
Explain the purpose of gui map configuration?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
Where did you learn winrunner and testdirector?
What Framework is suitable to validate the Login screen.
What is debug mode in Winrunner?
What are data driven tests?
What in contained in the GUI map?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How do you suppress a regular expression?
what is qtp licence
What is toogle breakpoints? How does it differ from break points?