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 |
wat is the d/b windows 95&98&xp?could anybody give reply ?
What is toogle breakpoints? How does it differ from break points?
can anybody give me example of 5 critical,major,& low severity and priority bug
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
tell me the detailed exaplanation of different types of tesiting
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What are the different modes of recording?
What are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
What are the three modes of running the scripts?
what is automation life cycle?
write a function for addition of two numbers
What are the synchronization points?