Anybody Explain me Bug Life Cycle..?
Answers were Sorted based on User's Feedback
Answer / balakumaran.l.s
a.New:
When a bug is found/revealed for the first time,
the software tester communicates it to his/her team leader
(Test Leader) in order to confirm if that is a valid bug.
After getting confirmation from the Test Lead, the software
tester logs the bug and the status of ‘New’ is assigned to
the bug.
b.Assigned:
After the bug is reported as ‘New’, it comes to the
Development Team. The development team verifies if the bug
is valid. If the bug is valid, development leader assigns
it to a developer to fix it and a status of ‘Assigned’ is
assigned to it.
c.Open:
Once the developer starts working on the bug,
he/she changes the status of the bug to ‘Open’ to indicate
that he/she is working on it to find a solution.
d.Fixed:
Once the developer makes necessary changes in the
code and verifies the code, he/she marks the bug as ‘Fixed’
and passes it over to the Development Lead in order to pass
it to the Testing team.
e.Pending Retest:
After the bug is fixed, it is passed back to the
testing team to get retested and the status of ‘Pending
Retest’ is assigned to it.
f.Retest:
The testing team leader changes the status of the
bug, which is previously marked with ‘Pending Retest’
to ‘Retest’ and assigns it to a tester for retesting.
g.Closed:
After the bug is assigned a status of ‘Retest’, it
is again tested. If the problem is solved, the tester
closes it and marks it with ‘Closed’ status.
h.Reopen:
If after retesting the software for the bug opened,
if the system behaves in the same way or same bug arises
once again, then the tester reopens the bug and again sends
it back to the developer marking its status as ‘Reopen’.
i.Pending Rejected:
If the developers think that a particular behavior
of the system, which the tester reports as a bug has to be
same and the bug is invalid, in that case, the bug is
rejected and marked as ‘Pending Reject’.
j. Rejected:
If the Testing Leader finds that the system is
working according to the specifications or the bug is
invalid as per the explanation from the development, he/she
rejects the bug and marks its status as ‘Rejected’.
k.Postponed:
Sometimes, testing of a particular bug has to be
postponed for an indefinite period. This situation may
occur because of many reasons, such as unavailability of
Test data, unavailability of particular functionality etc.
That time, the bug is marked with ‘Postponed’ status.
l.Deferred:
In some cases a particular bug stands no importance
and is needed to be/can be avoided, that time it is marked
with ‘Deferred’ status.
Balakumaran.L.S
CAC software
Chennai.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vidya
1)New
2)Open
3)Assign
4)Reopen/Rejected/Deferred
5)Closed
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sudhakar reddy
There diffrent stages in the bug life cycle they r as
follows
1)NEW
2)OPEN
i)DUPLICATE
ii)REJECTED
iii)POSTPONED
3)ASSIGNED
4)FIXED
5)VALIDATE(after vlidationif the bug is still not not fixed
it is rejected n sent back to (OPEN))
6)CLOSE
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naik
In the process of test case execution, if at all any defect
is detected, its raised in the defect tracking tool with
status "NEW".
Now the defect is assigned to the concerned developer by
the Lead. Now the status is "OPEN".
If the developer rejects that defect, the status will
be "REJECT".
If the developer accepts the defect, after fixing the bug,
he changed the ststus to "FIXED".
Now tester re-tests that particular fix. If the bug is
fixed, then the status will be "CLOSED". Otherwise he again
raises the issue changing the status to "RE-OPEN".
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramprasad.s
Hi
Anuja
Bug Life cycle
1. Open
2. Review
3. Assign
4. Fixed
5. Retest
6. Closed
7. Deferred.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shalini
Hi Balakumaran. Excellent ans posted from you.Vey good.Keep
it up.Keep posting.It will be very useful
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anuja
Thanx rajesh, jmk & vidya for answering me but I Wan
detail.. explaination so p/z send me details..Thanx once
again..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satya priya
new
open
assign
test
verified
deffred
reopened
duplicate
rejected
closed
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between functional specifications and business requirement specification?
How do u prepare test environment for ur application?
What kind of testing to be done in client server application and web application? Explain
What is show stopper defect and explain with example ?
What are the database testing questions that can be asked in interview . as a fresher and seniore tester. How to identify which particular tests you are going to use to test each module. Define each and every testing with examples and what stage it is to be used. if you take a particular module, all testing types have to be performed or few types. i am a fresher...Testcase is ok. But how to write functional testcase, system testcase etc separately. How we come to know that only this kind of testing should be done for an given application. If it is a functional testing, what all to be tested and if it is performance what all to be tested....can u plz explain me with examples? what is client side and server side validation what are the testing types that are follwed in client /server, web application, and desktop application. i am a fresher .preparing for interview..can u please send me the answers as earlier as possible thanks in advance..Help me out please.......
will any one told me if any interviewer ask u that wat type of defect tracking tool we use in project then wat will be the answer?
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
when there is minimal or no document available to carry out the testing for a login screen, what will you do?
What different types of manual testing are there?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
What are the different types of integration testing?