QuestionQ64

Chapter 1: Fundamentals of Testing

Exploratory testing is an experience-based testing technique:

  • A Where a developer and a tester work together on the same workstation: while the developer actively writes code, the tester explores the code to find defects.
  • B That can be organized into sessions guided by test charters outlining test objectives that will guide the testers' exploration.
  • C Where a team of testers explores all possible test techniques in order to determine the most suitable combination of these techniques to apply for a test project.
  • D That aims at finding defects by designing tests that exercise all possible combinations of input values and preconditions.
Explanation

Exploratory testing can be structured as session-based testing, in which a tester works within a defined time box using a test charter that states test objectives to guide the exploration.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!