what is exploratory testing
-
process of anticipating or guessing where defects might occur
-
systematic approach to identify specific equivalent classes of input
-
testing carried out by a chartered engineer
-
concurrent test design,test execution,test logging and learning
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
Exploratory testing is an approach where test design, test execution, and learning happen simultaneously. The tester actively explores the system, learns about its behavior, and designs and executes tests based on what they discover. It's concurrent and interactive, unlike scripted testing where tests are designed before execution. Key elements are concurrent test design, execution, logging, and continuous learning about the system.