What is the difference between bug and defect?
Answers were Sorted based on User's Feedback
Answer / meena
When ever we find a mismatch in coding then it is called as
an error,and that error found out by tester in the testing
stage is called as a defect,when that defect isaccepted by
developers and client is called as an Bug
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mercy
I feel that bug and defect are all the same. Some
organizations use any discrepancy between actual and
expected as bug and some as defect. The terminology we use
is....a discrepancy is called error at the tester's site,
it is called defect finally after accepted by the developer
and as a bug when found in the software after release into
production. Correct me if I am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / denny li
"bug" is just a general and informal word for any error or
defect. But we have to talk about some other terms -
"error" and "fault" if we want to know "defect"...
"error" is formal term in software development/testing
which refers to the fault discovered in the same phase
where it is introduced. "defect" is formal term in software
development/testing which refers to the fault discovered
after the phase where it is introduced. "fault" consists
of "error" and "defect".
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / we4
in the testers point of view it is a bug
in the custmer point of view it is a defect
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / iyarusamy
a bug is that if the code has bug the code could be
processed it proceed with the next step but produce
unexpected output
in the case of error the code cannot be processed it will
not proceed to next step if error is present at that
particular point it stops the functionality
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshmi
The discrepancy between the actual and the expected result
is said to be a bug.
Bug is the term that is used by the Test Engineer and
defect is the term that is used by the developers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / srikanth nandi
<font face='calibri'>Any unexpected behavior in the
functionality of the application or product before it is
released to the production is termed as <b>bug</b> by
developer and tester.
and the same is termed as <b>defect</b> after released into
production by the end user or customer.</font>
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan
Tester will use the terminology "Defect" whereas Developer
will use the term "Bug".
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between bug,error,defect.
i want to for technical interview question paper along with in tesrviwe Phases i need
what is debugging and whitebox testing and what is the diff?
Can anyone give me the usecase template???
what is the difference between the focused and enabled?
wht is TRM
Work flow in testing in your company?
Difference between Web based application and web application
What problem you have right now or in the past? How you solved it?
What is bottom-up approach?
entry and exit criteria for each phase in STLC and SDLC
give 1 example of an error with high severity and low priority?