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 wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
Where do we use Regular Expression? And what exactly Regular Expression means?
6 Answers College School Exams Tests, JVS,
When do you use verify, Debug and Update modes?
Name the different types of checkpoints?
How many check points are there in winrunner? what are they?
Where are multiple properties of object stored
How winrunner recognise window/object apart from GUI map file?
How to remove the data driven wizard from the script?
How do you view the contents of the GUI map?
can any one provide some testing material?
Some of the importent functions in data driven test(ddt)?
What is parameterizing in winrunner?