Multiple choice technology testing

The test script modularity framework requires the creation of small, independent scripts that represents

  1. script procedures with full functionality

  2. modules, sections, and functions of the application.

  3. Scripting procedures for creating the framework.

  4. different modules from diferent applications

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Test script modularity framework requires creating small, independent scripts representing modules, sections, and functions of the application. Each script encapsulates a specific component or functionality, promoting reusability and maintainability. These modular scripts can be combined to form larger test scenarios, reducing redundancy and making updates easier when application changes occur.