Which is the better way to explain tipical bug life cycle?
Answer Posted / sunder
1 indentify the bug and reproduce the bug
2. reporting the bug
3. assign the bug
4. verify the bug and reproducing the bug
5. fix the bug (if it is valid)
6. verify the bug after fixing
7. close the bug
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How did you do unit testing in your project?
Why we have to do manual testing?
what is test scenario and test condition?
hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me
How can I do Server side Interface testing in Web Testing?
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
Did you ever worked with B.A's and when?
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
What is bug, deffect, issue, error?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
how many meeting in realtime environment? what are they?plz explain?
What r the things,u prefer and prepare before starting testing?
Where we have to use perl scripting in Testing approach and its importance
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; }