QuestionQ64
Chapter 1: Fundamentals of TestingExploratory 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.
Community Discussion