SEApr 12

Ising-based Test Optimization and Benchmarking

arXiv:2604.1045077.3h-index: 10Has Code
AI Analysis

For software testing practitioners, this work offers a new quantum-inspired approach to test optimization, but it is incremental as it applies existing Ising model formulations to a known problem without demonstrating practical advantages.

The paper introduces IsingTester, a tool that reformulates test case selection and minimization as Ising models and solves them using Coherent Ising Machines (CIM) simulation, providing an end-to-end pipeline for test optimization. No concrete performance numbers are reported.

Test optimization contains test case selection and minimization, which is an important challenge in software testing and has been addressed with search-based approaches intensively in the past. Inspired by the recent advancement of using quantum optimization solutions for addressing test optimization problems, we looked into Coherent Ising Machines (CIM), which offer potential for solving combinatorial optimization problems, but have not yet been exploited in test optimization. Hence, in this paper, we present IsingTester, an open-source, Python-based command-line tool that provides an end-to-end pipeline for solving test optimization problems that are formulated as Ising models. With IsingTester, we reformulate test selection and minimization as Ising spin configurations, encode multiple optimization strategies into Ising Hamiltonians, and implement solvers including CIM simulation and brute-force search. Given a user-provided dataset and solver configuration, IsingTester automatically performs problem encoding, optimization, and spin decoding, returning selected test cases back to the user. Along with IsingTester, we also present the accompanying IsingBench for evaluating and comparing optimization techniques across Ising-based paradigms against baseline approaches. A screencast demonstrating the tool is available at: https://github.com/WSE-Lab/IsingBench.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes