Identify the correct definition of Exploratory testing.
- A. A testing approach that involves executing the software and observing its actual behavior.
- B. An informal testing approach where testers simultaneously design and execute tests based on their own judgment. ✓
- C. A test design technique that divides input data into groups expected to be treated the same way by the system.
- D. A type of performance testing that evaluates how a system behaves under expected user load.
Correct answer
B. An informal testing approach where testers simultaneously design and execute tests based on their own judgment.
Explanation
Exploratory testing refers to an informal testing approach where testers simultaneously design and execute tests based on their own judgment.