nerdexam
ISTQB

CTFL18 · Question #494

Which type of automation test design is used in the example below? An automation team designs an automation framework for testing of their web-based applications. Realizing that they need to use…

The correct answer is B. Data-driven. See the full explanation below for the reasoning.

Question

Which type of automation test design is used in the example below? An automation team designs an automation framework for testing of their web-based applications. Realizing that they need to use different data for different test cycles, they decide not to hard-code any data in their scripts. Instead they read all the data from text files while test execution is in progress.

Options

  • ADynamic test design
  • BData-driven
  • CKeyword-driven
  • DData coverage analysis

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    75% (21)
  • C
    14% (4)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full CTFL18 Practice