what is the difference between Bug and Defect
Answers were Sorted based on User's Feedback
Answer / mohan
Bug: Deviation from the expected result.
Defect: Problem in algorithm leads to failure.
| Is This Answer Correct ? | 11 Yes | 12 No |
Answer / raj
A mistake in coding is called as Error
This is Error is found by Test engineer during Testing is
called as Defect.
That defect is accepted by developer or fixed by developer
is called as Bug.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepu
A mistake in coding leads to 'ERROR' and when this error is identified by tester is called as a 'defect'.That means the difference between the expected result and the actual result is called as a DEFECT.
When the defect is fixed by the developer it is called as a BUG.
Please correct me if I am wrong.
Thanks in advance.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vijayanirmala
defects all are not bugs,but bugs should be defect
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sangamesh
Bug means lot of know and unknow mistakes in functionality
(code. while executing the test cases we will expect some
result for that. if we have not get that result then we say
it has bug. very simple is "Difference between actual
result and expected result"
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / varsha b
There is no difference in bug and defect.These are just 2
terminology used for same thing.It is flaws in component or
system which can fail software to perform its intended
function.Bug or defect is also called as fault.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / rajareddyy
Bug: Logical deviation- It will not show any error but it
will effect the system. (Ex: Online shopping- Suppose
customer placed the order and got the order conformation
but the details are not saved in DB or not reached the
marcandize)
Defect : Nothing but error it will not effect the system.
It occures due to syntax or exceptions.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / rajareddyy
Defect : Mismatch, Deviation from expected results.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / sas
A Mistake in code is called bug
difference between actual result and expected result
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / ramnath j
There is no difference between Bug and Defect
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the difference between stress and load testing?
What is the difference between Functional testing and Unit Functionality testing?
Principles of testing?
Can you explain function points?
what is stages in test plan?
What do you mean by offshore and onshore testing?pls tell the models of this testing?
how we write test cases to brs,srs,hlds,llds
What is QA and QC ? Tester's are coming under QA or QC ?
How to test Requirements?
What is a Latent Bug What is a defect leakage
Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?