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 |
What is the function of eval function?
How do you create a new expected results in winrunner?
how to create checklist in winrunner?
What is Configuration Management?
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
how do you analyze the properties associated with object
What are the reasons that winrunner fails to identify gui object?
how to test online application
Is it possible to run a WinRunner script without using GUI Map file? If yes how?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
How to find the local host name using winrunner ?
What is the difference bitween Client/Server Applications and Web Applicaions?