GLOSSARY / Bug

Bug

Definition:

A Bug (or defect) is an error, flaw, or fault in a software application that causes it to produce an incorrect or unexpected result, or to behave in unintended ways. Bugs are identified during testing or reported by users after deployment.

Example:

If a user logs into an e-commerce site and the checkout page fails to load, this issue is typically logged as a Bug to be investigated and fixed by the development team.