what is the winrunner framework?
Answer / subhasis panda
It is nothing but the Template test provides a basic
framework of an automated test that navigates through your
application. It opens and closes each window, leaving space
for you to add code (through recording or programming) that
checks the window
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you do debugging in winrunner?
what is Add-wathch, how will it work?
How would you define a "bug?"
What is the extension of GUI check points check list file?
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
what is the use of _set_window in winrunner?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
How to Get data from database(table) to an excel sheet
What is the purpose of regexp_msw_class property?
In the flight example flight(select flights) button is recognizing ,it recognizes as object how to gui map configure to button pls explain
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 are the advantages and disadvantages of Context sensitive and Analog Recording?