Print Page | Close Window

Software Testing

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=5914
Printed Date: 19Jul2025 at 4:00am


Topic: Software Testing
Posted By: bhupendrasingh
Subject: Software Testing
Date Posted: 30Jun2008 at 11:44pm

Diffrence between Bug, Error ,Defact (with Eaxmple)




Replies:
Posted By: fuji9991
Date Posted: 31Jul2008 at 4:14pm
Honestly I think they are one in the same all 3.  But here is my best shot.

Bug - code related quality issue.  A requirement is not being met because the code is failing and was written incorrectly.

Error - any thing that has a destrctive or unintended outcome, does not have to be code related.  A user can enter an alpha character in a numeric field and if the system was not required to handle that exception it will most likely result in an error although at the application layer or data layer but yet the system is coded to requirements so its not a bug.

Defect - A quality issue related to the system but I do not see anything different in a defect than a bug.  Defect is just a softer term to a programmer than bug.  Some programmers hate the word bug and would rather hear defect.

I see no problem in these terms used interchangibly for the terms alone are ambiguous themselves without more context.


-------------
Yikes!!! There's bugs in them thar code


Posted By: siddharth
Date Posted: 22Aug2008 at 10:47pm
Bug: - Bug is identified by the tester.

Defect:- Whenever the project is received for the analysis phase ,may be some requirement miss to get or understand most of the time Defect itself come with the project (when it comes).

Error: - when anything is happened wrong in the project from the development side i.e. called as the error, most of the time this knows by the developer.


Posted By: tossy
Date Posted: 27Aug2008 at 2:44am
Bug : Any discrepancy found during testing of software 
product.

Defect: Any discrepancy found by the customer in the
software product after the release in to production

Error: Any discrepancy in the coding


-------------



Posted By: sairevathi
Date Posted: 25Sep2008 at 8:13pm
There is no difference b/w defect & bug.
product not meet the Requirements(deviation of the requirements) is called Defect.
The mistake Associate program is called Error



Print Page | Close Window