APPROACH TO CONSTRUCTING SOFTWARE UNIT TESTING TOOLS

Citation
G. Luo et al., APPROACH TO CONSTRUCTING SOFTWARE UNIT TESTING TOOLS, Software engineering journal, 10(6), 1995, pp. 245-252
Citations number
20
Categorie Soggetti
Computer Sciences","Computer Science Software Graphycs Programming
ISSN journal
02686961
Volume
10
Issue
6
Year of publication
1995
Pages
245 - 252
Database
ISI
SICI code
0268-6961(1995)10:6<245:ATCSUT>2.0.ZU;2-0
Abstract
Software unit testing studies how to test a portion of a program, call ed a software unit or unit, which may be a procedure, a function, or a collection of procedures or functions. Automated test drivers have be en used to control the execution of the unit under test. When using te st drivers, software stubs need to be constructed to replace all proce dures called by the unit under test as the unit has been isolated from its operational environment. However, the automatic construction of s tubs have not yet been achieved, and manual production of stubs proves to be difficult and time-consuming. An approach is presented called t he direct test access method, for constructing software unit testing t ools which provide the same capabilities as the automated test drivers but avoids the overhead of constructing stubs.