What is the differance between Bug and Defect.
Answers were Sorted based on User's Feedback
Answer / guest
bug means defect from the application.the test engineer
identifyed bug is called defect and after identifying the
bug he will send to development dep, then development dep
will accept this defect, if accept the development dep is
called B ug.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / kommineni
As per the Dev people words they called it as a BUG and as per Our words we called it as a defect
Meaning is same
U guys if u are tried to explain the difference b/w bug and defect in the interview means it is easy to catch that ur a fake
BUG=Defect
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vikash kumar
Bug is the error generated while writing the code and it is
tested by developer.
Defect is deviation from the actual result i.e. the
application should only do the thing what it is supposed to
do.This is tested by the Testing team.
| Is This Answer Correct ? | 22 Yes | 18 No |
Answer / krishna
Bug: For the given requirement the process will not match
with the expected process is known as bug.
Defect: The variance between the output value & desired
value is known as defect.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandra kumar
Defect: Deviation from requirement specification is called
as defect.
3 reasons y defect can be caused?
Because wrong implementation.
Extra implementation.
Missing implementation.
Bug: Bug is an informal name given to defect.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pankaj tiwari
Bug,Error or Defect is same but it depends on time that
what we call at that time buf, error or defect.....
According to me
When we find any bug @ code level then it's called error.
Bug- when we find any error @ UI(user interface) level or
testing level then its called bug.
Defect- when we find any error @ maintenance level then
its' called decfect.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil
Bug: After releasing the build, the test engineer will
check the developed application.If he finds any deviation
w.r.t requirements he will call it as bug. he will post
this to development department.
DEFECT: If the development department accepts the bug then
they will call it as DEFECT and the product is called
defect product.
IS anything wrong...please share your views.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / yedukondalu manam
Defect:-
At the time of coding mistake error, when the mistake
noticed by the tester defect,
Bug:-
tester sends this defect to development team if the
developer agrees then it is bug
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshman
Defect : if any mistake in between expected value and actual value tester can call as a defect.
Bug : if any defect in software was accepted by developer to fix tester and developer it is called bug.
| Is This Answer Correct ? | 0 Yes | 0 No |
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
I want 100 test scenario for gmail
What is the Difference between Testing Types and Testing Techniques
write test case for coin-box telephone
how to write system test cases for a pen
explain end to end scenario's for online Money transfer in Banking Domain?
What is the basic stuff you require to begin creating test cases?
how to Create a test plan document for Library Management System
Write a test case for telephone?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the syntax testing?
how to write test cases for sort drop down box containning 6 options in the drop down list.