Comments
you may use these steps Making GUI map CreatingTest Debug Test Running Test Viewing Results Reporting Defects
Posted by HamidAliKhan
It consists of following steps.
Making GUI map
CreatingTest
Debug Test
Running Test
Viewing Results
Reporting Defects
Posted by waqqas1
http://interviews.c-sharpcorner.com/Answer/Answers.aspx?QuestionId=94&MajorCategoryId=7&MinorCategoryId=25
Posted by Hash007
WinRunner has basically 6 main steps in testing process.
1.)Create GUI map
2.)Create Test
3.)Debug Test
4.)Run Test
5.)View Results
6.)Report Defects
Posted by sagitraz
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.
Posted by shaw