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 |
Why don’t we normally load the gui maps through start up scripts?
What is the difference bitween Client/Server Applications and Web Applicaions?
which checkpoint is used to analyze the appearance of AUT
How to use winrunner?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner
What is the use of gui map?
what is automation life cycle?
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
What is Global GUI Map?
How to write TSL for exception handling
How winrunner Handles varying window Labels?