Content deleted Content added
m Disambiguate Script to Script (computer programming) using popups |
Rearrange article to give the introduciton more information |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1:
'''Modularity-driven testing''' is a term used in the testing of [[software]]. The test [[Script (computer programming)|script]] modularity [[Software framework|framework]]
==Background==
Of all the frameworks, this one should be the simplest to grasp and master. It is a well-known [[Computer programming|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 (computer programming)|encapsulation]]
▲The test [[Script (computer programming)|script]] modularity [[framework]]{{dn|date=March 2018}} 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.
▲Of all the frameworks, this one should be the simplest to grasp and master. It is a well-known [[Computer programming|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]]{{dn|date=March 2018}} in order to improve the maintainability and scalability of automated test suites.<ref>{{cite web|last=Kelly|first=Michael|title=Choosing a test automation framework|url=http://www.ibm.com/developerworks/rational/library/591.html|accessdate=2013-02-22}}</ref>
==References==
{{Reflist}}
{{DEFAULTSORT:Modularity-Driven Testing}}
[[Category:Software testing]]
{{comp-sci-stub}}
|