Explain Bug/Defect Life cycle?
Answers were Sorted based on User's Feedback
Answer / kumar
bug found-send it developer for fixing-developer fix the
bug and closed-the tester test the bugfixed properly or not
if it fixed means they closed and then do the regression
testing if the bug is not fix properly means the tester
reopen the bug and send to the developer again
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajendra
Bug found
|
|------>Test Engineer Finds Bug and Assigns that bug to
| Developper
|
Open ---->During Developper fixing bug it's status will
| be changes to open
|
|------>Developper fixes the bug
Resolved---->then developper changes its status to Resolved
|
|
|
Closed=------>Test engineer tests the system f it is fixed
then he will change the bug status to closed
So Bug has mainly three statuses
1.Open
2.Resolves
3.Closed
byeeeeeee friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / rexline
Check the below URL's
http://bugzilla.ximian.com/bug_status.html
http://www.bugzilla.org/docs/2.18/html/lifecycle.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rashmi
s\w build is released and ready for testing .Tester will test the Build by executing the steps of test-cases . when the test-case was FAILED then, tester send a DEFECT to developer through Test Lead.
When the developer accept the defect and fix the defect then that is known as BUG . Also when customer face any problem by using s\w that is also known as bug.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / n@n!
Bug Life Cycle:
----------------
Bug Rised
|
|
Internal Bug Riview
|
|
Bug Submit to Developer ----------|
| |
| |
Validate-----(yes)----(Close) |
|(No) |
| |
Bug Accepted |
| |
| |
Try to Bug Fix |
| |
| |
Validate----(No)------------------
|(Yes)
|
Bug Close
Bug Status:
Open,Close,Reject,Reopen,Pending,Fix,Retest
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mfsi_chinmayb`
Defect statuses in bug/defect life cycles are:
When tester finds a defect it is assigned status
1) new
2) Rejected/dropped.
3)deffered
4)duplicate
5)in progress
6)Fixed status
7)Closed
8)Re open
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you scope ,Organize and execute a test project?
What is the different cost elements involved in implementing process in an organization?
What will you do if developer is not able to reproduce defect ?
.what are the diff between desktop and web applications?
Where will you give the Reproduce option in Bug report?
what is the output of this query selet * from employee where 1=2
how do we update the test cases if the requirements change in manual testing. if we r not using quality center. depending on the changed requirements do i need to write a new test case or can we update the old test case.basically i want to update i dont want to write a new test case. so plzzzzzz answer.
What is coverage and what are the different types of coverage techniques?
White Box testing won't detect missing function? a. True b. False
specify another matrix/table used for same functionality as of tracibility matrix?
what is software testing
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"