Anybody Explain me Bug Life Cycle..?
Answers were Sorted based on User's Feedback
Answer / manikandan
new - when a bug is found to first time is called new.
open- when a bug is assing to test lead or developer is
called open.
fixed - when a developer acccept a bug is bug is called
fixed
reopen - when a defect was retested after fixed by the
developer is called.
reject - when a developer not accept a bug is bug is called
reject.
close - when bug life cycle close is close
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ayub
Bug life Cycle:
1) Submitted
2) Assigned
3) Work Completed
4) QFT (Queqed for Test)
5) Fixed/Implemented then the CR will be in Validated state
and it can be closed.
6) Failed/Record generated then The Child CR will be
created and the process will continue
Ex: if CR12345 is Failed then CR12345A will be the Child CR
for CR12345 and, The CR12345 will be in Validated state.
Please correct me if I am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshmi
In the process of Test Execution when a discrepancy is
found between the Actual and the Expected Result the Test
Engineers raise a bug.
The initial status of the bug is NEW
When the raised bug is assigned to the DEVT lead then the
status changes to OPEN
When the DEVT Lead assigns the Bug to the developers the
Status changes to ASSIGN
When the developers feel that it is not a bug the status
changes to REJECT and if the raised bug is duplicated
DUPLICATE and when he fix the bug it is FIXED
When the fixed bug is assigned to the Test Engineers it
will be in RETEST status
When the bug has been resolved it will be in CLOSED Status
When the raised bug exists after retest it will be in
RERAISE status.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh.pothina
THE BUG LIFE CYCLE IS
.NEW
.OPEN
.CLOSE
.REOPEN
.FIX
| Is This Answer Correct ? | 1 Yes | 8 No |
what is localization testing?is it a WBT or BBT technique? thanx mahendar for ur valuable answer.
What is a day's work in a QA Tester's life?
What is Cycle Testing? Not Testing Life Cycle?
Suppose u got Change Request from client just before release, What is your approach and how do you convenience the client.
what is the role of test engineer while doing unit and integration testing. unit and integration testing is already done by developers
define SOA?
Multiple class testing is too complex to be tested using random test cases. is it
WHAT is Spring in term of Agile model?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
What is function points??????
What are teh characters of a good tester
What is a test severity and test priority? difference between them with suitable examples?