What is Bug primarily used for?
- A. An error or flaw in software that causes it to behave in an unintended way. ✓
- B. A testing technique that evaluates functionality without knowledge of the internal code structure.
- C. A testing phase that verifies the interaction between combined modules or components of a system.
- D. A documented set of conditions, inputs, and expected results used to verify a specific aspect of software behavior.
Correct answer
A. An error or flaw in software that causes it to behave in an unintended way.
Explanation
Bug refers to an error or flaw in software that causes it to behave in an unintended way.