Explain WinRunner testing process?
Answers were Sorted based on User's Feedback
Answer / preeeety
WinRunner testing process involves six main stages Create
GUI Map File so that WinRunner can recognize the GUI objects
in the application being tested Create test scripts by
recording, programming, or a combination of both. While
recording tests, insert checkpoints where you want to check
the response of the application being tested.
Debug Test: run tests in Debug mode to make sure they run
smoothly
Run Tests: run tests in Verify mode to test your application.
View Results: determines the success or failure of the tests.
Report Defects: If a test run fails due to a defect in the
application being tested, you can report information about
the defect directly from the Test Results window.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abu
Win Runner is an Functionality Regression Testing tool,its
an platform dependent tool,win runner runs only in windows
platform appart from the windows platform win runner can be
used by using "x" runner
Is This Answer Correct ? | 0 Yes | 1 No |
Tell me the function to export the content from one data table to the other?
1 Answers Landscape Technologies,
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
how to create checklist in winrunner?
where can i get realtime projects
How do you view the contents of the GUI map?
what is Retesting and what is the difference between Retesting and Regression testing?
7 Answers Accenture, Infeneon Technologies,
Tell me the function to move to the next row in a data table?
2 Answers Accenture, Landscape Technologies,
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
How to know the on which OS and version the application is running through script in winrunner?
If I dont have GUI spy on my machine how I do I manage to map my custom object properties
How do you handle tsl exceptions?
What is the function of eval function?