what is def of MAINTEST
Explain the synchronization points?
how to test online application
WHAT IS THE MEANING OF AUT?
Explain the difference between gui map and gui map files?
What are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
How do you add a property to the checkpoint from the script?
what is data driven framework?
Explain the winrunner testing process?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
What is the use of 'Show' button in GUI Map Editor?
How do handle error/exceptions in winrunner.
is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.