The PDF file you selected should load here if your Web browser has a PDF reader plug-in installed (for example, a recent version of Adobe Acrobat Reader).

If you would like more information about how to print, save, and work with PDFs, Highwire Press provides a helpful Frequently Asked Questions about PDFs.

Alternatively, you can download the PDF file directly to your computer, from where it can be opened using a PDF reader. To download the PDF, click the Download link above.

Fullscreen Fullscreen Off


Interaction testing aims at identifying faults that arise due to combinations of values. It requires testing of all possible t-way tuples, which is an expensive task. It might be the case that testing of all t-way tuples is not required as only few of them are fault triggering while most of them are not. In the past, researchers have proposed an approach to identify interactions that may cause failure using data flow technique. The gain was restricted as the approach was manual and no tool support was provided. Till date, there does not exist any tool that can identify interaction faults using static analysis. In this paper, an attempt is made to automate the process of identifying probable interactions that exist in the source code by designing a tool: Failure Triggering Combinations Identifier (FTCI). Two case studies have also been taken in order to show the working of the tool. Results indicate that the tool is able to successfully identify interaction faults.

Keywords

Interaction Testing, T-way Testing, Tool support, Interactions, Test set.
User