Explain about Bug Life Cycle
Answers were Sorted based on User's Feedback
Answer / ratha .a
the testers find a bug in execution time bug status is
NEW.testers create a bug report and send to
developers.developers open the bug.now bug status as OPEN.
Developers fix the bug.If the bug is fixed. Bug status is
FIXED. It goes to testing team. testers will involved in
retesting they check the bug is fixed or not.If the bug is
fixed testers close the bug.Status is CLOSED.If the bug is
again reocur in regression teting Bug status is REOPENED.it
will agaain send to developers.Suppose developers could not
fix the bug the status of bug is DEFERED.
testing
-
-
NEW
-
-
OPEN
-
-
---- > Development<--- REOPENED
- - -
- - -
DEFERED<----- FIXED--------->closed----
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / tina
bug life cycle and defect life cycle are same .when tester
found a bug in build they report it into bug reporting tool
then the status of bug is checked whether that bug is new
or reopend then send it to the developer team ,they open
the bug and fix it,then testig team again check bug is
fixed or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jak
The bug cycle can be explained simply as follows:
TESTING
|
|
OPEN----> NOT ISSUE
-------->| |
| | |
| V V
REOPEN<-----FIXED(by dev)---->CLOSE
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bhavya_b
Bug Life Cycle is as follows
1. First when the bug is found, the status of the bug
should be NEW
2. And then there would be a triage meeting, where in the
QA Leads would meet in and verify whether the bug is valid
or not.
3. And if the bug is a valid one, the status of the bug
would be changed to "To Dev".
4. From To Dev, it goes to In Dev when the developers start
working on the bug
5. And when the Bug is fixed, the status of the bug would
be changed to "To QA" for the QA to retest the bug
6. From ToQA the status goes to InQA when the QA starts to
work on the bug
7. And finally if the bug is fixed, the status would be
changed to Closed. If not, the bug would be in FAiled QA
from where it would go again to "To Dev"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rupali
Testers,developers,Business Analyst posted the bug first
time in 'submitted' status.
the technical lead assign the bug to respective developer
in 'assigned' status.
If the bug is present developer opened the bug in 'Opened'
status,Fixed it & send to the tester to test it.
during resolution if the bug is fixed properly then the
tester will change the statusa to closed.
If the bug does not stand important to the particular
release then developer can postporn it to 'Postporned'
status
| Is This Answer Correct ? | 0 Yes | 0 No |
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
can we do iterative testing in v-model?
How did u perform regression testing what r the steps involved?
what is cookies. how do we test the cookies
How much experience do we have to become a QA? What are the responsibilities of QA?
What is the ONE key element of ‘test case’? What is the ONE key element of a Test Plan?
What will you do if developer is not able to reproduce defect ?
what did your base to your test cases?
is Business requirment doc is configurations item or not how you control configurations control
cAN ANY ONE PLEASE EXPLAIN THESE TERMS AND THEIR RELATION : BALCKBOX TESTING, FUNCTIONAL TESTING, FUNCTIONALITY TESTING, SYSTEM TESTING....... AND TEST METHODOLOGIES, TESTING TECCHNOLOGIES, TESTING TYPE.....
what is major challenges in Real time system testing? Explain the way of Testing for Real-Time Systems.
How do u write integration test cases?do u have any special format?