2015 | |
[1] | "Data Flow Approach to Testing Java Programs Supported with DFC", In e-Informatica Software Engineering Journal, vol. 9, pp. 9–19, 2015.
DOI: , 10.5277/e-Inf150101. Download article (PDF)Get article BibTeX file |
Authors
Ilona Bluemke, Artur Rembiszewski
Abstract
Code based (“white box”) approach to testing can be divided into two main types: control flow coverage and data flow coverage methods. Dataflow testing was introduced for structural programming languages and later adopted for object languages. Among many tools supporting code based testing of object programs, only JaBUTi and DFC (Data Flow Coverage) support dataflow testing of Java programs. DFC is a tool implemented at the Institute of Computer Science Warsaw University of Technology as an Eclipse plug-in. The objective of this paper is to present dataflow coverage testing of Java programs supported by DFC. DFC finds all definition-uses pairs in tested unit and provides also the definition-uses graph for methods. After the execution of test information which def-uses pairs were covered is shown. An example of data flow testing of Java program is also presented.
Keywords
data flow testing, coverage testing