define defect lifecycle step by step
Answers were Sorted based on User's Feedback
Answer / sumithra
1. Once you raise the bug the stage will be submit
2. when the dev accepts the bug it will be in Assigned state
3. when they deliver the fix it will be in Verify state.
4. Once you verify and it is not reproducable and if you
close it. It will be in closed state
5. After the fix is delivered and if you see the issue you
can reject the fix and then the bug status will be in re-
fix and will be in assigned state back
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / samsirsameer
Bug Life Cycle:
Stage#1:
New: Test Engg finds a bug, drafts it and post in in Bug
Tracking system (BugZilla, PVCS, JEERA..ect)
Initially the bug is assigned to POC (testing) or TeamLoead
(development) or the test enggg directly assigns it to the
concerned developer (if he knows)
Stage#2:
i. Assigned: The Teamlead or POC or the tester himself (if
he is aware of teh developer working on that bug) assigns
the bug to the Concerned developer
OR
The POC or the development lead thinks that the posted bug
is NOT A BUG or NO PLAN TO FIX IN THIS RELEASE or
ENHANCEMENT (future request), he changes the status and
assigns the Bug back to the TEst Enginner. The TEst ENgg,
then closes the bug as per the lead/poc comments.
Stage#3:
The concerned Developer to whom the bug is assigned, will
look in to the isue
i.He may not be able to reproduce the bug. NOT ABLE TO
REPODUCE. He will assign it to the concerned test engg, the
test enginner willll verify and if repro he willl add his
comments (more detailed steps and assign) it to the
developer. If not reproduces, he will add conmmnents and
close it.
ii. Developer will fix and cnahe the status to
RESOLVED/FIXED and assigns it to Test Enginner
Stage#4:The test engg will reverify the bug in the fixed
build and if
it si fixed, he will add coments admn close it
if not fixed, he will add comments and assigns back to the
developer.
Again Stage#3 will come into picture and then Stage#4 until
the bug is verfied and closed.
Bug States:
New
Assigned
No plan to fix/Not a bug
Resolved/Fixed
NotFixed/Re-open
Fixed/Closed
Thanks, SamsirSameer
samsirsameer@gmail.com
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / binny
new-->Assign-->devlopement in progresss-->devlopement comlete-->awaiting state-->testing in progress-->testing complete-->if(pass) then close else reopen.
when a test engg find any defect,he inform to the devlopement
team,at the mean time the default status of the defect is treated as new or open.
if he got 10 defects.then all 10 defects are not fixed at a time,9 are ain reopenkeep just in hold that is asssigned phase.1 which is going to be fix is treated as devlopement in progress.
after fixing the defect the devlopement lead change the status of the defect,it is terminated as devlopement in complete.
in testing progress,the test engg chk whatever the defect fix by the devlopement is properly fixed or not.
if all things are done properly than its status should be close.else it again reopen.reopen is very shameful for devloper.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venumadhuri
new- when a defect is identified
open- when projmang agress it as valid
assign- promgr will assign bug to respective developer
resolved- by developer if bug is fixed
differed- if not a valid bug
pending- when it needs some time to fix
accepted- when bug is accepted by developer
asdesigned- when the bug is not a bug. [It is as per client
requirement ]
reopen- By tester when the bug is not fixed
closed- when the bug is fixed
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ch.harikrishna
1)New
2)Assigned
3)open
4)Fixed
5)Re-test(If the bug is fixed then status is close or if the bug is not fixed then status is re-open)
6)re-open
7)Close
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chhabrachhagan
New
|
open
|
Assigned
|
Fixed
|
Retest--------------Reopen
|
|
Closed
These are main of bug life cycle
1.New-----Bug is found.(TL confirms)
2.Open----Bug is in open state.
3.Assigned-----Bug is assigned to developer.(DEV TL Assigned to devloper)
4.Fixed---Bug is fixed.
5.Retest---Bug has been fixed or not.
6.Reopen----If bug is not fixed then we reopen it and its again assigned to that developer.
7.If bug is fixed then it is in fixed state.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / preethi.v.s
1.Log new defect
2.Bug status description
a)new
b)deferred
c)assigned
d)resolved/fixed
e)could not reproduce
f)need more information
g)reopen
h)closed
i)rejected/invalid
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / nag
Hi Preethi, Bug life cycle is not correct. Please Provide
the step by step process
Thanks
| Is This Answer Correct ? | 1 Yes | 4 No |
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What is the difference in b/w waterfall & V'model?
hi i am vishal, i have done b.com(reg) and now i am intreasted to go for software testing can any1 suggest me how to star and allwhich will help me to make astrong carrer in automation testing.
difference between smoke and sanity testing? help me with the clear answer...
5 Answers Cap Gemini, Polaris,
Why are initial and end conditions necessary?
diff betn buddy and pair testing
What is test metrics? give example of it.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is Recovery Testing in Testing the TV
As a tester you are found a bug and you assigned dat bug to the correspondent developer.Then the developer not ready to accept that as a bug.what will you do?
how will get a build for testing.
What is performance tuning? What are tools of performance testing?