Posts

Showing posts with the label Defect

What is Defect or bugs or faults in software testing?

Definition:  A  defect is an error or a bug , in the application which is created. A programmer while designing and building the software can make mistakes or error. These mistakes or errors mean that there are flaws in the software. These are called defects. When actual result deviates from the expected result while testing a software application or product then it results into a defect. Hence, any deviation from the specification mentioned in the product functional specification document is a defect. In different organizations it’s called differently like bug, issue, incidents or problem. When the result of the software application or product does not meet with the end user expectations or the software requirements then it results into a Bug or Defect. These defects or bugs occur because of an error in logic or in coding which results into the  failure  or unpredicted or unanticipated results. Additional Information about Defects / Bugs: While testing...