CTFL_SYLL_4.0 · Question #13
Which of the following statements about exploratory testing is true?
The correct answer is B. When exploratory testing is conducted following a session-based approach, the issues detected. Exploratory testing is an experience-based test technique in which testers dynamically design and execute tests based on their knowledge, intuition, and learning of the software system, without following predefined test scripts or test cases. Exploratory testing can be…
Question
Which of the following statements about exploratory testing is true?
Options
- AExploratory testing is an experience-based test technique in which testers explore the
- BWhen exploratory testing is conducted following a session-based approach, the issues detected
- CExploratory testing is an experience-based test technique used by testers during informal code
- DIn exploratory testing, testers usually produce scripted tests and establish bidirectional traceability
How the community answered
(42 responses)- A5% (2)
- B93% (39)
- C2% (1)
Explanation
Exploratory testing is an experience-based test technique in which testers dynamically design and execute tests based on their knowledge, intuition, and learning of the software system, without following predefined test scripts or test cases. Exploratory testing can be conducted following a session-based approach, which is a structured way of managing and measuring exploratory testing. In a session-based approach, the testers perform uninterrupted test sessions, usually lasting between 60 and 120 minutes, with a specific charter or goal, and document the issues detected, the test coverage achieved, and the time spent in session sheets. Session sheets are records of the test activities, results, and observations during a test session, which can be used for reporting, debriefing, and learning purposes.
Topics
Community Discussion
No community discussion yet for this question.