What is 'error guessing' as a bug hunting technique in exploratory testing?
-
A
Using experience and intuition to hypothesize where defects are likely to occur and then testing those areas
-
B
Randomly clicking through an application hoping to find bugs
-
C
Reviewing error logs to find already-known production defects
-
D
Using static analysis tools to identify coding errors before runtime