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 |
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Can any body please tell me how to test Anti-virus software? I have been asked this question many times in interview.They asked this question for a security tester,performance tester & functional tester perception. Hope u guys will reply me. Any suggestions welcome.........
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
Describe to me the difference between validation and verification.
Explain the exactly meaning of test case?
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3
How can we write integration and regresion test cases based on scenario ?
how to testba storedprocedure?
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
Can you list down a few characteristics of a test case?