What is the bug life cycle?

Answers were Sorted based on User's Feedback



What is the bug life cycle?..

Answer / rahul pandey

BUG CYCLE
1.NEW- first of all a new defect is reported by test er to his test manager.
2.Open- than that defect is opened by the test manager and the next step performed by the test manager is "REVIEW" in which he will check for three things
a.whether the defect is duplicate or not
b.whether the defect is valid or invalid
c.Deferred-it means if the defect is not much that imp.
and can be handled at next version than that defect is
set as new
3.Assigned- Now the test manager will assign that valid defect to developer for fixing it
4.Fixed-here it's developer responsibilities to fix that bug allocated by his test manager.if the test is fixed it is sent to tester for retest.
5.Retest-now the tester will retest that part only that was having defect.if that bug has been fixed than tester will close that defect if not than it will "REJECT FIX" and that will again "OPEN"
6.Closed-if the bug has been fixed tester will close it ...and after closing regression testing is being performed to check whether any change has been arrived due to testing in any unchanged product...

again bug life cycle starts

Is This Answer Correct ?    2 Yes 0 No

What is the bug life cycle?..

Answer / jhuma

A bug life cycle may be like this...........
1.new:-when the bug is first time found/revealed by the tester,he communicates with his lead to be sure about the validity of the bug.If it is valid,then it is reported and the status becomes "new"
2.Assigned:-After a bug is reported new,it comes to the development team and and the lead verifies the bug and if found valid he assigns it to a particular developer.Now the status becomes assigned.
3.open:;when a developer is assigned a bug,he opens it to work on the bug.He changes the status to "open".
4.fixed:-once the developer makes necessary changes to the code,he changes the status to "fixed".
5.retest:-then it comes to the tester for retesting.now the tester changes the status to "retest".
6.closed:-if the tester is satisfied with the changes or the fixing of the bug after retesting,he closes the bug and changes the status to "close".
reopen:-if after retesting,the tester finds any defects or wrong,he reopens the bug and changes the status to"reopen".
7.rejected:-if the developer finds the bug is invalid,he rejects the bug and changes the status to "rejected".
8.Deferred:-if the developer thinks that the bug can be fixed later because of less importance of the bug,he can defer it and now the status becomes "deferred".

Is This Answer Correct ?    3 Yes 4 No

What is the bug life cycle?..

Answer / tejasri

There are Different Stages in bug life cycle
New: When the bug is found by tester first first the status'
of the bug is "NEW".
Open: When the status is in "OPEN" This gives that the
developer is currently on the bug.
Fixed:After the bug is corrected by the developer with some
changes in the code the status of bug is "FIXED".
DEFERRED:When bug status is in "DEFERRED" it means the bug
will fix later(or) Postpone
DUPLICATE:When the status of bug is "DUPLICATE" it means
that the bug which the tester posted is same like the other bug.
REJECTED:When the bug is in "REJECTED" status then the bug
is not accepted by the developer.
CLOSED:This status"CLOSED" is posted by the tester after the
regression test is completed and if the bug is working correct.
REOPEN: This status "REOPEN" is posted when after regression
test if the defect is still exist.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.?

7 Answers   Wipro,


How to write mail to bug report in manual testing with example?

2 Answers  


How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?

0 Answers  


I need a Test case templetes for Yahoo Mail ID

1 Answers  


what format do u follow in ur company to make a test repot? test report format.

4 Answers   Hexaware,






Artifacts in design phase of SDLC ?

1 Answers  


Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.

1 Answers  


What is known as data-driven testing?

0 Answers  


What is the test scenario? What is the difference between test strategy and test scenario.?

8 Answers   poonam industries,


Compatibility Testing

1 Answers  


Can you please explain me how to do testing of an E-insurance project end to end process..

0 Answers   Xchanging,


After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance

2 Answers  


Categories