This paper describes a new approach to performing data flow testing on programs that use pointer variables and a tool based on this approach. Our technique is based on the observation that, under certain reasonable assumptions, we can determine which dereferenced pointers are aliased whenever control reaches a given program point via a particular path. Furthermore, we can group together paths which behave similarly and represent them by regular expressions. The resulting test requirements demand that the test data execute representatives of particular sets of paths between variable definitions and uses. 1 Introduction Many researchers view data flow testing techniques as promising approaches, which may offer better faultdetecting ability t...
Data-flow-based testing is a well-established approach to program testing. Much object-oriented code...
Precise pointer analysis is a problem of interest to both the compiler and the program verification ...
2011 Summer.Includes bibliographical references.Data-flow testing approaches have been used for proc...
This paper examines a family of program test data selection criteria derived from data flow analysis...
Automatic test data generation leads to identify input values on which a selected path or a selected...
. Data-flow analysis algorithms can be classified into two categories: flow-sensitive and flow-inse...
AbstractThis paper describes an empirical comparison of the effectiveness of six context-insensitive...
Abstract—This paper investigates the limits of current data flow testing approaches from a radically...
Traditional interprocedural data-flow analysis is performed on whole programs; however, such whole-p...
Data-flow analysis is an integral part of any aggressive optimizing compiler. We propose a framewo...
This thesis presents a new approach for automated test data generation of imperative programs contai...
Data-flow-based testing is a well-established approach to program testing. Much object-oriented code...
The data f70w adequacy criteria, originally proposed for a simple language and Pascal, have been sub...
This paper presents a novel approach for automated test data generation of imperative programs conta...
Data-flow analysis is widely used in extracting from source programs useful information for program ...
Data-flow-based testing is a well-established approach to program testing. Much object-oriented code...
Precise pointer analysis is a problem of interest to both the compiler and the program verification ...
2011 Summer.Includes bibliographical references.Data-flow testing approaches have been used for proc...
This paper examines a family of program test data selection criteria derived from data flow analysis...
Automatic test data generation leads to identify input values on which a selected path or a selected...
. Data-flow analysis algorithms can be classified into two categories: flow-sensitive and flow-inse...
AbstractThis paper describes an empirical comparison of the effectiveness of six context-insensitive...
Abstract—This paper investigates the limits of current data flow testing approaches from a radically...
Traditional interprocedural data-flow analysis is performed on whole programs; however, such whole-p...
Data-flow analysis is an integral part of any aggressive optimizing compiler. We propose a framewo...
This thesis presents a new approach for automated test data generation of imperative programs contai...
Data-flow-based testing is a well-established approach to program testing. Much object-oriented code...
The data f70w adequacy criteria, originally proposed for a simple language and Pascal, have been sub...
This paper presents a novel approach for automated test data generation of imperative programs conta...
Data-flow analysis is widely used in extracting from source programs useful information for program ...
Data-flow-based testing is a well-established approach to program testing. Much object-oriented code...
Precise pointer analysis is a problem of interest to both the compiler and the program verification ...
2011 Summer.Includes bibliographical references.Data-flow testing approaches have been used for proc...