Classic Movies and Books

Learn Software Development

All about the processes involved in software development

Defect Management

Filed Under Defect | Posted on May 9, 2008

What is a defect?
For a test engineer, a defect is:
• Any deviation from a given specification.
• Anything that causes user dissatisfaction
• Incorrect output
• Software is not behaving the way it should behave.
Difference between bug, defect and error:-
• Software is said to have a bug if the features deviate from the specifications.
• Software is said to have a defect if it is […]