what is bug life cycle?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
what is performance testing?
What do you like about computers?
what is difference between win 98 and win 2000 poertating system?which is better one?
What is reliable testing? Give me an example
what is authorization & authentication?
On which basis u'll prepare the test cases.
Hi, I am new to testing field.Plese answer my question.Do we prepare separate test plan and test case for manual testing and automation testing or do we prepare one for both types of testings?
Hi freinds..im priyan 4rm banglore. i recently got an job on 2+(manual testing) by faq experience.in 2 days im going 2 join in company. now, can u any tel me pls how s there n company & environment. and what work did they give for me in starting & vat work shal i do there..? pls give me reply & help me soon. pls dont mind.
wat is another name of retesting can we callit a retesting also
When is Ad-hoc Testing done in a project?
What are the ways to check memory leak?
1.What is the difference between QA and verfication? 2.What is the difference between QA and verfication? 3.what is the difference between teststrategy and test methodologies? 4.what is the difference between teststrategy and test methodologies?