What is the difference between bug,error,defect.
Answers were Sorted based on User's Feedback
Answer / maheswar
at the time of coding mistake error,when the mistake
noticed by the tester defect,tester sends this defect to
development team if the developeragrees then it is bug
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramana.moparthi
A programmer detected a problem in programme called error.
The tester detected problem in build called defect/issue.
The reported defect/issue accepted by developers to
resolve,called bug.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shireesha
ERROR:- error is a problem related to the programme
BUG:- if the defect is accepted by the developer then it is
called bug.
FAULT/FAILURE:- if the customer identify the problem after
the delivery then it is called as fault/failure.
DEFECT:- defect is deviation from requirement
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sailaja
Error : The mistake found in the code.
Bug: During Testing if any functionalities doesnot work
then it is a bug.
Defect: If Expected result is not equal to Actual Result
then it is a defect.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / krishan chaudhary
Actually it is a cycle
(Bug)
Tester TL-------------------------Dev. TL
! !
! !(Error)
! (Defect) !
! Developer
Tester
When Tester finds something mistake then it is a defect, he
send this to his TL, if his TL approves the defect, then it
is bug, he sends this to the developer TL or to the
developer then it an error for the developer.
Am i correct ???
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between sanity and smoke test? Please explain with an example.
Negative test cases for phone camera
What is Testing Life Cycle?
what is bugzilla?
What exactly is quality control?
What is the diff between retest bug and regression bug?
6 Answers HCL, Kekran Mekran, SK Infotech,
Describe me to the basic elements you put in a defect report?
Tell me test cases for water bottle
Is Validation Test & Negative Tests have same meaning???Are both same???
Explain Bug/Defect Life cycle?
Test case on Air conditionar
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .