diffrence between defect and bug life cycle
Answers were Sorted based on User's Feedback
Answer / santhoshi
Bug and defect means same but it has 2 views.
when an organisation founds an error during developing or
when the product is within the organisation it is called a
BUG.
when an error is found after delivering the product to
the customer then it is called an DEFECT.
DEFECT LIFE CYCLE:
Before logging it as a defect i'll check 3 to 4 times and
assigns to the developer who fixs it ,and provide under
what circumstances the bug was produced,snapshot of the bug
and steps to recreate it.
After submitting the defecct the status of the defect is
NEW .when the qa lead opens the defect then the status as
OPEN and assigns to the developer And the status is
ASSIGNED TO when the developer is working on the defect
then the status of the defect as WORKING ON so everybody in
the team knows that he is working on that defect.
After the problem is resolved the fixes should be
retested.
If i was statisfied with the fixes then the status of the
bug is CLOSED. otherwise the status of the bug is REOPEN.
some times the developers may reject it ,duplicate it if
somebody else has enterded the same defect or deffered it
for future fixing.
The final status of the defect is either
CLOSED,DEFFERED,DUPLICATE,REJECTED OR REOPEN.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / gogineni chakradhar
bug and defect are similer to each other tracked by using
the same tools
bug is considered to be an error in satisfying the
requrements ogether
defect is missing the rwqurements alt
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / hitendra tiwari
Bug: Deviation from the expected result. Defect: Problem in
algorithm leads to failure.
A Mistake in code is called Error.
Due to Error in coding, test engineers are getting
mismatches in application is called defect.
If defect accepted by development team to solve is called
Bug.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
What is show stopper bug pls explain,pls give any real time bug u get in your project
from where do u collect test data if u miss some data what will happen
Who writes "white box " test cases ?
How does fundamentally a coverage tool work?
what is "test strategy"?
what is visible state transaction test? give one example
How will you determine when to stop testing?
Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure
What is mean by Functional Testing? How will you do functional testing for Yahoo Login page?