Differentiate defect life cycle and test cycle.
Answers were Sorted based on User's Feedback
Answer / kalpa k.s
Defect life cycle
when u get a new defect its named NEW
Then team leader will check and named as OPEN
If TL feels its a good bug then he sednds it to
developer and named as ASSIGN
If developer feels its not a bug named as REJECTED
If developer feels it can be fixed in later
versions named as DEFFERED
If he feels its a bug and starts testing named as
TEST
If the test is complete then named as VERIFIED
If the defect is not there then named as CLOSED
again when testers test if its there then named as
RE-OPENED
Test life cycle:
Requirement study
Test plan
Test case generation
Execution of test case
Reporting of bugs
Stop criteria if yes closed else retest.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiran 4m vizag
kalpana adding to ur answer, Defect life cycle need not be
the same in every company. Each company has different
defect life cycles. In my org,
1. New defect raised - New
2. BA or Development manager ot Dev TL accpets and assigns
to developer - Open
3. Deveoper fixed the defect - Fixed
4. Given to testing team to retest - Rolled
5. Fixed - Close
6. Defect still exists - Reopen.
7. When a new defect raised BA thins it is invalid -
Rejected.
8. When a new defect raised BA thins it is invalid -
Rejected
9. When a new defect cannot be fixed at that point of time -
Deferred
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sujatha
When talking about the defect life cycle we will discuss
only about the bug process i.e
When new bug is found the bug status is OPEN,then if the
developer feels it is a valid bug then he fixes the
bug ,then the status changes to FIXED,else if the bug is
invalid then he rejects the bug, here the status is
REJECTED, else if the bug is enhancement then the bug
status is HOLD.
The tester retests the fixed bug , it it gets close then he
closes the bug with status CLOSED else if still some
problem with the same bug he will mark the status as REOPEN.
Now, coming to the test cycle, here we discuss about the
entire test life cycle where bug life cycle is part of it.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is installation in software referred to as?
How do u make sure the test cases are not repeated?
how to write a testcase for coke vewnding machine
What is Testers role in a s/w firm?
our testing team is very very small(how do u initiate the team members
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
what is the role of QA manager
If the bug is found by customer and he will put that bug in DTS , that bug is visible 1 - Dev Team 2 - Test Team 3 - B. A. Team 4 - 1 & 2
what is impact analysis?....and base line version?...
can i manage putting fake experience in manual testing what they will do if am caught
Is Validation Test & Negative Tests have same meaning???Are both same???