ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what is bug life cycle?
 Question Submitted By :: Pushpa
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is bug life cycle?
Answer
# 1
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 ?    1 Yes 1 No
Sashikanth
 
  Re: what is bug life cycle?
Answer
# 2
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 ?    2 Yes 0 No
Latha
 
 
 
  Re: what is bug life cycle?
Answer
# 3
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
Srikanth
 
  Re: what is bug life cycle?
Answer
# 4
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 ?    1 Yes 0 No
Archana
 
  Re: what is bug life cycle?
Answer
# 5
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 ?    0 Yes 0 No
Nitin Verma Hcl
 
  Re: what is bug life cycle?
Answer
# 6
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
Lokesh Chauhan
 
  Re: what is bug life cycle?
Answer
# 7
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 ?    0 Yes 0 No
Ashok
 
  Re: what is bug life cycle?
Answer
# 8
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
Deeptish, Tcs Mumbai Qa Gorup
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
How do you find synchronisation problems normally?  2
hi am new to testing please anyone suggest a text book or materails so that it will help me to understand testing.please give me as soon as possible  1
what is a test case?  5
What is meant by back-end testing?  3
hi ,, what is testing methodologies ,and what is test strategy pls tel me ... advance thanks for all Synergy2
which test is used for memory leakage? HCL6
how to do manual test?  2
What is endurance testing? MBT7
what is meant by cyclomatic complexity??? Philips3
Can u specify one Deadlock or Processlock issue in a client server application? Kanbay1
Generally Where do we more concentrate on Web Based Applications Testing....means which functional area...Thanks in advance  1
What is ISO 9000?  2
who is releasing the project?PM/TL?  3
what methodologies you are following Wipro3
Why white box testing techniques are also called as clear and glass box testing teschniques? synfosys10
difference between smoke testing and sanity testing? Mastek4
Explain defect lifecycle. Hexaware2
who will do impact analysis in testing? iSoft2
what is meant by database testing? what is the strategy to be followed for database testing? MedePresence2
What r the different types of testcase techniques?  10
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com