what is bug life cycle?

Answers were Sorted based on User's Feedback



what is bug life cycle?..

Answer / latha

Bug life cycle has
New - when the bug is found.
Assign- Test lead assign the bug to developer to rectify.
Open- Once the developer starts working on it, then the
state is open.
Fix- Once the bug is fixed
Reopen-If the fixed bug is erraneous, then it will go for
retesting.
Close- Once all the bugs are fixed and completed.

Is This Answer Correct ?    6 Yes 2 No

what is bug life cycle?..

Answer / archana

basically there r 5 steps of bug life cycle
1.creation:
in this step identification of bug can be done by tester
2.Assinged:
in this step the bug assinged to a developement team.
3.Evaluation:
in this step bug is evaluated which is done by developer.
it means which module or what line of codes are creating
the problem which is identified by developer.
4.Fixing:
in this step bugs r fixed and its makes change in source
repository.
5.verify:
in this step bugs r verified that bugs r fixed or not
which is conducted by testing.

Is This Answer Correct ?    3 Yes 0 No

what is bug life cycle?..

Answer / nitin verma hcl

Hi,

There are seven different life cycles that a bug can passes
through:

< I > Cycle I:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) Test lead finds that the bug is not valid and the bug is
‘Rejected’.

< II > Cycle II:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with
status as ‘New’.
4) The development leader and team verify if it is a valid
bug. The bug is invalid and is marked with a status of
‘Pending Reject’ before passing it back to the testing team.
5) After getting a satisfactory reply from the development
side, the test leader marks the bug as ‘Rejected’.

< III > Cycle III:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with
status as ‘New’.
4) The development leader and team verify if it is a valid
bug. The bug is valid and the development leader assigns a
developer to it marking the status as ‘Assigned’.
5) The developer solves the problem and marks the bug as
‘Fixed’ and passes it back to the Development leader.
6) The development leader changes the status of the bug to
‘Pending Retest’ and passes on to the testing team for retest.
7) The test leader changes the status of the bug to ‘Retest’
and passes it to a tester for retest.
8) The tester retests the bug and it is working fine, so the
tester closes the bug and marks it as ‘Closed’.

< IV > Cycle IV:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with
status as ‘New’.
4) The development leader and team verify if it is a valid
bug. The bug is valid and the development leader assigns a
developer to it marking the status as ‘Assigned’.
5) The developer solves the problem and marks the bug as
‘Fixed’ and passes it back to the Development leader.
6) The development leader changes the status of the bug to
‘Pending Retest’ and passes on to the testing team for retest.
7) The test leader changes the status of the bug to ‘Retest’
and passes it to a tester for retest.
8) The tester retests the bug and the same problem persists,
so the tester after confirmation from test leader reopens
the bug and marks it with ‘Reopen’ status. And the bug is
passed back to the development team for fixing.

< V > Cycle V:
1) A tester finds a bug and reports it to Test Lead.
2) The Test lead verifies if the bug is valid or not.
3) The bug is verified and reported to development team with
status as ‘New’.
4) The developer tries to verify if the bug is valid but
fails in replicate the same scenario as was at the time of
testing, but fails in that and asks for help from testing team.
5) The tester also fails to re-generate the scenario in
which the bug was found. And developer rejects the bug
marking it ‘Rejected’.

< VI > Cycle VI:
1) After confirmation that the data is unavailable or
certain functionality is unavailable, the solution and
retest of the bug is postponed for indefinite time and it is
marked as ‘Postponed’.

< VII > Cycle VII:
1) If the bug does not stand importance and can be/needed to
be postponed, then it is given a status as ‘Deferred’.

Plz correct me if i m wrong...
Regards..
nitin9360@gmail.com

Is This Answer Correct ?    3 Yes 0 No

what is bug life cycle?..

Answer / sashikanth

when a bug is raised for the first time then the satus of
the bug is said to be New
when the bug is fixed by the developer then the developer
will update the staus of the bug as fixed
when the tester observes the same bug on a modified
application then the status of the bug is said to be reopen
when the tester observes the bug is fixed then the tester
will update the status as close
when there is a Controversy over a raised bug than the bug
status is update to hold till the immediate supervisor or
the client clarifies

Is This Answer Correct ?    3 Yes 2 No

what is bug life cycle?..

Answer / srikanth

Hi,

There is no new status for the bug in the real time.

Whenever a bug occurs tester will give open as status then
sends it to the development team to resolve it. Then the
status changes from open to fixed/resolved. After bug
fixing developer sends that to testing team for
verification, then its status is verified. If the bug is
resolved completely tester will close the bug otherwise he
wil reopens the bug and sends it to development team for
resolution.
open-tester
fixed/resolved-developer,rejected due to duplicate, deffered
verified-Tester Not a bug
close-Tester
Re-open- tester

Is This Answer Correct ?    1 Yes 0 No

what is bug life cycle?..

Answer / lokesh chauhan

Bug life cycle starts with the identification of defect in
the application. Bug is reported to the developer n
developer fix the bug (tester never fix any bug )


Plz correct me if i m wrong...
Regards..
Lokesh Kumar Chauhan
lokesh_kumar_chauhan@yahoo.com
Mobile - 09350229669
Noida

Is This Answer Correct ?    1 Yes 0 No

what is bug life cycle?..

Answer / ashok

The Bug Life Cycle,

New(Tester) -
Assigned(To Developers)
Open(Developers)
Fixed (Developers)
Reopen(After Fix the Defect Executed by the Testers again
the defect is not fixed change the Status as Reopen and
Send to Developers)
Closed(Review By TL or Testers)

SR.Ashok - Perot Systems.

Is This Answer Correct ?    1 Yes 0 No

what is bug life cycle?..

Answer / nagk24

Defect life cycle:Find new defect-->Reproduce(confirmation)-->
Report defect-->Fix defect/resolve(By
developer)-->Regression/retest-->Close defect if it has no
defects in regression or retest OR Reopen AND REPORT TO
DEVELOPER if find ANY NEW

DEFECT STATUS;-during above life cycle defect has various status
1)new(when new defect is find)
2)open(assigned to developer)
3)fixed(resolved by developer)
4)defer(developer postpone fixing)
5)Duplicate(current defect is arise due to previous,if
previous resolved it will be resolved automatically )
6)Reject(developer dint accept the defect)
7)closed(defect fixed)
8)reopen(if defect found in regression or retest)

Is This Answer Correct ?    1 Yes 0 No

what is bug life cycle?..

Answer / deeptish, tcs mumbai qa gorup

adding some more steps or word to the above like
unconfirmed,resolved,verified details in picture

http://www.gb.nrao.edu/~mclark/bug_cycle.jpg

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A columns all three rows

7 Answers   Hewitt,


where testing exactly starts in v-model?

19 Answers   MBT, Planit,


give some good bugs that u have found ?

1 Answers   CTS,


What is the difference between sanity testing and smoke testing

12 Answers   HCL, Patni,


What is your Approach when you find 10 Sev-1 bugs in 50 test cases?

0 Answers  






what are the major observations that you made when you are doing compatibility testing particularly in web applications?

3 Answers   ADITI,


What You will do after you find a bug ?

3 Answers   iGate,


What components will be covered in the web site testing?

2 Answers  


What is latent bug? the people who is know about this plz kindly give the ans.

1 Answers  


does tester use design document for writing testcases

4 Answers   CMC,


Can you tell me some thing about source code testing tools?

2 Answers   Infosys,


I am murthy new commer for this site? Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc., my mail id is shenbagamurthy_r@yahoo.co.in

0 Answers   TCS,


Categories