What are the steps involved in Manual Testing
Answer Posted / 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 |
Post New Answer View All Answers
Hi friends Does anyone have screen shot of POWERMHS and please can anyone post anything which will be helpful to understand POWERMHS. thanks.
Have u ever done testing related to a database,give examples to support u r answer.
I want to do certification in ISTQB please anybody hepl me with the details and site to refer for further details.............if possible give me the material as well on my mail id a.vishwakarma@aol.com. Please help me........Thanks
What is severity and priority of bug? Give some example.
What are different types of verifications?
how to creat 2 test plan in 2 different environment exp:tour and travel
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
6 what do you like least about testing?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
what are metrics and what are metrics did u collect in you are project
What is mean by incident logging system ?
Are there more defects in the design phase or in the coding phase?
Can anyone list out major scenarios for an application managing drug composition?