Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Modularity-driven testing

Modularity-driven testing is a term used in the testing of software. The test script modularity framework requires the creation of small, independent scripts that represent modules, sections, and functions of the application-under-test. These small scripts are then used in a hierarchical fashion to construct larger tests, realizing a particular test case.

We don't have any images related to Modularity-driven testing yet.
We don't have any YouTube videos related to Modularity-driven testing yet.
We don't have any PDF documents related to Modularity-driven testing yet.
We don't have any Books related to Modularity-driven testing yet.
We don't have any archived web articles related to Modularity-driven testing yet.

Background

Of all the frameworks, this one should be the simplest to grasp and master. It is a well-known programming strategy to build an abstraction layer in front of a component to hide the component from the rest of the application. This insulates the application from modifications in the component and provides modularity in the application design. The test script modularity framework applies this principle of abstraction or encapsulation in order to improve the maintainability and scalability of automated test suites.2

References

  1. DESAI, SANDEEP; SRIVASTAVA, ABHISHEK (2016-01-30). SOFTWARE TESTING : A Practical Approach (in Arabic). PHI Learning Pvt. Ltd. ISBN 978-81-203-5226-1. 978-81-203-5226-1

  2. Kelly, Michael. "Choosing a test automation framework". IBM. Retrieved 2013-02-22. http://www.ibm.com/developerworks/rational/library/591.html