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 |
Hi.........can any one tell me the basic format for writing test cases
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
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
write case for petrol pump?
9 Answers Accenture, AppLabs, EPPCO, Satyam,
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
Explain the glass box testing?
Give me 10 test cases on library management system
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
Explain the integration testing?
what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?