What are the steps involved in Manual Testing
Answers were Sorted based on User's Feedback
Answer / karunakar
1) Studying/Understanding the requirements from SRS docs
2) Understanding the functionality of the application.
3) Preparation of Test Cases
4) Execution of Test Cases
5) Posting the bugs in the Bug Tracking tool
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / sujatha
The steps involved in the manual testing are :
1. First study the requirements from SRS.
2. Understand the application
3. Creation of test cases
4. Review of the testcases against requirements.
5. Execution of testcases
6. Logging the bugs in the tracker and reporting to the
developer.
7. Test Closure.
8. Releasing.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / sriram
Steps involved in manual testin are
1.initiation
2.preparation
3.execution
4.closer
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / satya
Steps in Manual testing
1.Reviewing requirement document which we got from client
2.Understanding client requirement and functionality
3.While reviewing the doc if we get any doubt or question, we should ask our business analyst
4.List out all possible functionality or scenarios
5.write test cases for all scenarios which we listed out
6.Prepare test data if any test cases required
7.Map all requirements and test cases into RTM
8.After getting confirmation mail from deployment team, we should start executing test cases
9.if all test cases got passed, change the status in RTM (In rtm on requirement or functionality may contain 1 or more test cases, if all test cases passed then only particular requirement will be passed, if one test case is failed for a requirement total requirement will be failed) and intimate to superior
if some test cases are failed,
10. Post the bugs in bug tracking tool(bug status: NEW)
11. Developer will open that issue to fix (Bug Status: OPen)
12. Developer fixed the bug (Bug Status: Fixed)
13. Tester need to verify that bug whether it is fixed or not (if bug is fixed, bug status: Closed, if bug is not fixed bug status: Reopen until bug is fixed)
how do you know whether all requirements are passed or not
or
when we need to stop the testing?
by using RTM we will know that, whether all requirements have been passed or not
if all requirements are passed in rtm, that means application is being as per client requirements.
the is the testing process.
| Is This Answer Correct ? | 7 Yes | 0 No |
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella
what are the levels in testing? (Asked in Zensar Hyderabad today(17-1-12010))
Is it mandatory to use USECASES or directly one can write test casesfrom requirments?
What makes a good QA or Test Manager?
What do u mean by Functional Testers and Performance Testers? Need the Answer Immediately. Thank u
what are all requirements need for create gmail login page
what is data stratification
what is testing process in related to Application testing
What is an equivalence class?
How to write integration test cases? And as a black box tester do we write integrated test cases and how?
what is the difference between the severity and priority and tell me high severity and low priority ,low severity and high priority ,high severity and high priority ,low severity and low priority
what are the contents of SRS documents?