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 |
How do you get programmers to build testability support into their code?
could anyone tell me atleast 5 ADV & DIS-ADV of Manual and automation testing
what is the role of QA in all the phases of SDLC?
what is test summry report ?plz explain?
What does entry and exit criteria mean in a project?
i have doubt suppose iam purly working in manual, when i will work on sql and performence testing? pls any one clarify doubt?
What is end-to-end testing when we will do that testing?
What is Defect Leakage?What Gap Analysis? What are the functioanl requirements to test the Software? What is Latency bug?
3 Answers Tavant Technologies, Yardi,
Explain the End Goals of Usability Testing?
what is the difference between test case and test script?
if we ve 1000 test cases to run and we ve no time and we dnt wanna use automation tool how we will complete testing in time constrant plz do answer
what is the difference between regression testing and re testing..?