Modular Testing Framework

customize management

Modular Testing Framework

Modular Framework is one of the most basic type of automation framework. In this framework, a test scripts are written to match a functionality that represent modules of the application-under-test. These modules in turn are used in a hierarchical fashion to build large test cases.

Modular division of scripts leads to easier maintenance and also the scalability of the automated test Scripts are independent to write.A key strategy in using the modular framework is to build an abstraction layer, so that any changes made in individual sections won’t affect the overarching module.