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 |
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?
What is the extension of GUI check points check list file?
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
What are the reasons that winrunner fails to identify gui object?
Write test scripts on a scenario where you have to transfer data from one table to another.
How should we create a compiled module? What is its importance?
how do you use DLLs in winnrunner?
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?
What is the exact difference between Integration & System testing, give me examples with your project.
what is the key combination to terminate script execution
If the object does not have a name then what will be the logical name?
The extension of the Script file is .mts ok Whis is stand for mts?