This is a discussion on manual testing process within the Interview Questions forums, part of the Interviews and Job Listings category; Hi can anyone explain me, manual testing process in detail Thanks I appreciate it...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Re:manual testing process
please take a look here ..
http://www.exforsys.com/content/category/162/124/ Post edited by: sanereddy, at: 2004/11/12 23:04 |
|
|||
|
Re:manual testing process
Pleas use the link below...
http://www.exforsys.com/Tech-Articles/Testing/ You can navigate from the menu Tch Arcles--> Testing Thanks, |
|
|||
|
Manual Testing Process :
Process is a roadmap to develop the project is consists a number of sequential steps. Software Testing Life Cycle: • Test Plan • Test Development • Test Execution • Analyse Results • Defect Tracking • Summarise Report Test Plan : It is a document which describes the testing environment, purpose, scope, objectives, test strategy, schedules, mile stones, testing tool, roles and responsibilities, risks, training, staffing and who is going to test the application, what type of tests should be performed and how it will track the defects. Test Development : • Preparing test cases • Preparing test data • Preparing test procedure • Preparing test scenario • Writing test script Test Execution : In this phase we execute the documents those are prepared in test development phase. Analyse result : Once executed documents will get results either pass or fail. we need to analyse the results during this phase. Defect Tracking : When ever we get defect on the application we need to prepare the bug report file and forwards to Test Team Lead and Dev Team. The Dev Team will fix the bug. Again we have to test the application. This cycle repeats till we get the software with our defects. Summarise Reports : • Test Reports • Bug Reports • Test Documentation |