What is the differance between Bug and Defect.
Answers were Sorted based on User's Feedback
Answer / kiran rawat
Bug:any deviation from requirement found by tester is
called bug.
Defect:any deviation from actual requirement found by
client/customer is called defect.
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / ahammad
Bug is the deviation between expectde result and actual
result.It is tester level problem
Defect is the devaition in the outcome product.It is
customer level problem
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chintu
Bug: the differnce between the actual result and expected
result.identify by tester
defect: the error introduced during development
period.identify by developer
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nainappa
bug: This is the error occured in testing environment.If
once the implemented requirement is varying with the client
requirement then tester will raise bug.
defect: This is the error found in the production
environment.After the build hasbeen moved to the
production,if client finds any of the changes in the actual
requirement,then we will consider that mismatching as defect
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / hairajutou
bug: the bug was identified by the developer ,when
developing the application.
defect: the deefect is ,which was identified by the tester
while testing the application.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / dinesh kumar
bug find by the tester.
defect find by the client
| Is This Answer Correct ? | 12 Yes | 36 No |
Hi.........can any one tell me the basic format for writing test cases
What is Defect Seeding? What is Defect Density?
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
to write test cases for fuel guage?
Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
How to write test cases ?
what are the inputs required for writing test cases
Explain the ramp testing?
write test cases for hospitality 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