Finding minimum locating arrays using a CSP solver
Tatsuya Konishi, Hideharu Kojima, Hiroyuki Nakagawa, Tatsuhiro, Tsuchiya

TL;DR
This paper introduces a novel method for generating minimum locating arrays using a CSP solver, significantly advancing the efficiency of combinatorial interaction testing by producing the smallest known arrays.
Contribution
The paper presents a new approach to generate minimum locating arrays by formulating the problem as a CSP and solving it with a modern solver, achieving the smallest known arrays.
Findings
Many smallest known locating arrays were identified.
Some arrays are proven to be minimum.
The approach improves efficiency in combinatorial testing.
Abstract
Combinatorial interaction testing is an efficient software testing strategy. If all interactions among test parameters or factors needed to be covered, the size of a required test suite would be prohibitively large. In contrast, this strategy only requires covering -wise interactions where is typically very small. As a result, it becomes possible to significantly reduce test suite size. Locating arrays aim to enhance the ability of combinatorial interaction testing. In particular, -locating arrays can not only execute all -way interactions but also identify, if any, which of the interactions causes a failure. In spite of this useful property, there is only limited research either on how to generate locating arrays or on their minimum sizes. In this paper, we propose an approach to generating minimum locating arrays. In the approach, the problem of finding a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Software Reliability and Analysis Research · Software Engineering Research
