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
Explain data parameterization in winrunner?
What is the purpose of gui map configuration?
What is the use of gui map and what happens when gui map file get loaded?
What is the use of test director testing tool?
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.
Name the three modes of running the scripts?
what is the difference between toggle checkpoint and checkpoint?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How do you find an object in an gui map.
How do you find out which is the start up file in winrunner?
How do you handle pop-up exceptions?
What is the use of gui map and what happens when the gui map file get loaded?
Explain the purpose of loading winrunner add-ins?
How to check property of specific icon is highlighted or not?
What are data driven tests?