Multiple choice technology testing

Following are properties of "Test Script Modularity" framework. Select all which are true.

  1. This framework will yield a higher degree of modularization and add to the overall maintainability of the test scripts.

  2. This can be achieved by creating small, independent scripts that represent modules.

  3. It is heavily depended on Datasheets for each execution.

  4. Strategy is to build an abstraction layer in front of a component to hide the component from the rest of the application.

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

Test Script Modularity framework emphasizes creating small, independent, reusable script modules (B) which improves maintainability (A) and uses abstraction layers to hide components (D). It does NOT heavily depend on datasheets for each execution - that describes a data-driven framework.