Multiple choice technology testing

Select all properties which are true for an Ad-Hoc framework.

  1. Contains some data inputs stored in test script’s datasheet, but not true data-driven.

  2. Test case steps are part of each Action script: high maintenance, low reusability.

  3. Scripting developed in reactionary mode to test a single issue or fix.

  4. None of the above.

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Ad-hoc frameworks have three key characteristics: (A) Some data in datasheet but not truly data-driven, (B) Test steps embedded in Action scripts (high maintenance, low reuse), and (C) Reactive scripting for single issues. These describe poorly structured automation. Option D (None) is incorrect because A, B, and C all accurately describe ad-hoc framework traits.