Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Scenario:

When the Software delivered to the end user, after the bug raised and reentering to fix the bug by the developer. After the bug resolved, what type of testing will be takes place by the Tester?



Regards
R SANTHYA
Posted
Comments
ZurdoDev 15-Mar-12 7:59am    
Is this a homework question? It does not make much sense what you are looking for.
RDBurmon 15-Mar-12 10:00am    
ryanb31 , this is not a way to response the OP question moreover OP ask suggestion and from our answer he will try to learn something new.And you as a active member of CP (I believe) you should guide OP in right direction rather than re-questing him about his request.

1 solution

Hello CP ,

As a quality analysis engineer for project you have to first analyze the method where bug had introduce and then plan your test cases and execute them either by manual method or automatic method.

I give you example

1)Suppose say bug had introduce in saveemployee functionality where no one can add/update "EmployeeDetails" more than 50 characters.
2)Developer resolved this
3)Then you have to create test plan to test that functionality to add notes which has less than 50 chars , which has exactly 50 chars , which has more than 50 chars.
4) also you have to create test case to modify details of employee from less than 50 chars to more than 50 chars and viceversa

Still if you have not cleared on idea then tell us the condition where bug occurred and give us full details of bug so that we can provide you meaning full details about testing of future.

Hope this helps
--Rahul D.
Active member of Code Project Ltd.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900