diff stages between open and fixed status in defect bug
cycle
Answers were Sorted based on User's Feedback
Answer / bishwajit.rk
Defect Status are Defect Tracking Tool dependent.
As per IBM ClearQuest, different stages in a Defect Life
Cycle are:
1- Submitted or New or Open
2- Assigned - Assigned by the Test Leader to a developer.
3- Investigate - Developer checks that if he can reproduce
the defect. During this period a Developer change to this
status.
4- Resolved or Fixed- Once the defect is Investigated and
solved, Developer change the status to Resolved.
5- Verified - This status is given by Tester. Once the
defect is verified by retesting the defect.
6- Reopen - If the defect is still reproduciable during the
retesting.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / jack
stages of a bug:
NEW (by default it will be new only)
OPEN (when a tester found a bug)
FIXED (when a developer fix the bug)
CLOSED (when a tester check, after it is working)
REOPEN (when a tester found, when bug is not fiexed)
WONT FIX (not consider as a bug)
REJECTED (not consider as a bug)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / venu
New-->Open-->Fixed(if accepted)-->Resoled-->Closed/Reopen
there is a special case that is "Deffered"-->accepted by
developers but not resolved due lack of time and low
priority,low severity...
Let me know feedback to my id-venu.penchala@gmail.com
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / preetha
Different stages are there in between the status "open" &
"fixed"
1)New - Defect posted by QC
2)Assigned- Defect will be assigned to a developer
3)Wont fix- The status can be provided when the defect is
out of scope,may be not in requirement document,etc..
4)Worksforme- Defect may work in developers system
5)Needmoreinfo- when the defect description is not so clear
, not able to reproduce etc..
6)Duplicate- Defect may posted in 2 different ways but of same
7)Hold - The defect may be holded for next release or even
for next milestone
7)Fixed- once the defect is fixed
8)Reopened -IF defect remain same or when the impact of etc...
9)Closed- Once the defect is working as expected then the
defect will be closed.....
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gopaldas
New
Assigned
Open
Fixed
Retest ( not fixed reopen )
Closed
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sukanya
New
Open
Resolved
Re-Open (Can Be Before Close or After Close)
Closed & also
As Per Design
Considered For Enhancements
Hold
Rejected
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / lucky
I am providing you the defect life cycle in ClearQuest
Web: -
1.New (Tester)
2. Estimate (Project management)
3.In Development(Developer)
4.Fix Complete(Developer)
5.Send to Release
6.Deferred
6.InAcceptance test
7.InInteration test
8.Insystem test
9.In release
10.Ready to Develop
11. Ready to test
12. Under Investigation
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / abhesheke
open:when the tester find a defect in built he will post in
the defect lab as open
fixed:after the developer has rectifies the issue he will
place in td as fixed.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / satya_k21
Hi,
Stages:
- New
- Open
- Need More info..(if the tester send the
details of the defect but the developer can not able to
understand what the tester has send )
- Fixed
- Reopen
- Closed.
Let me know it is wrong..
Regards,
Satya.K
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / we4
new(test engineer)--open(team leader)---retest(developer)--
reopen(test engineer)--fixed(developer)---close(test
engineer)
| Is This Answer Correct ? | 2 Yes | 3 No |
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?
When we enter valid user ID and passwords and unable to login then what do we test more
What is Low level design & High level design? and brief description.
Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?
Very Important Note for all the Testers!!! As the S/w Boom is getting considerably decreased...
When the GUI Testing will be held on the V model ?
Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?
Hey guys, Developers compile the code they write. That is a kind of testing!! Which category it belongs to in Testing. Static testing or Dynamic testing. Please clarify
Can you explain the concept of tailoring?
what is the difference between bug and enhancements..
How do you estimate white box testing?
Hey all,in a web applications,i am typing the URL in the browser and entering the Username & password.After clicking Login button,where the authentication will happen & how (i mean how is the process goes on...browser,web server,DB server level)...Pls answer...