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 are the synchronization points?
What is the use of gui map?
Explain the purpose of gui spy?
Without the gui map, use the phy desc directly?
What are the modes of script recording in winrunner ?
Where do you found that you can't use winrunner for automation?
you hae a inbox and got a mail how can you know it is there or not write script.
How can withwin runner to make single scripts which supports multiple languages?
When do you feel you need to modify the logical name?
How do you clear a gui map files?
How do you make the configuration and mappings permanent?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
What is the purpose of regexp_label property?
What in contained in the GUI map?
When it is appropriate to change physical description?