# Achievement of Minimized Combinatorial Test Suite for   Configuration-Aware Software Functional Testing Using the Cuckoo Search   Algorithm

**Authors:** Bestoun S. Ahmed, Taib Sh. Abdulsamad, Moayad Y. Potrus

arXiv: 1904.04348 · 2019-04-10

## TL;DR

This paper introduces a novel cuckoo search-based method to generate minimized combinatorial test suites, improving fault detection efficiency in configuration-aware software testing.

## Contribution

It proposes a new cuckoo search algorithm for constructing optimized combinatorial test suites, advancing the application of metaheuristics in software testing.

## Key findings

- Test suites effectively detect faults in real-world case studies.
- The proposed method outperforms traditional sampling techniques.
- Generated test suites are resource-efficient and comprehensive.

## Abstract

Context: Software has become an innovative solution nowadays for many applications and methods in science and engineering. Ensuring the quality and correctness of software is challenging because each program has different configurations and input domains. To ensure the quality of software, all possible configurations and input combinations need to be evaluated against their expected outputs. However, this exhaustive test is impractical because of time and resource constraints due to the large domain of input and configurations. Thus, different sampling techniques have been used to sample these input domains and configurations. Objective: Combinatorial testing can be used to effectively detect faults in software-under-test. This technique uses combinatorial optimization concepts to systematically minimize the number of test cases by considering the combinations of inputs. This paper proposes a new strategy to generate combinatorial test suite by using cuckoo search concepts. Method: Cuckoo Search is used in the design and implementation of a strategy to construct optimized combinatorial sets. The strategy consists of different algorithms for construction. These algorithms are combined to serve the Cuckoo Search. Results: The efficiency and performance of the new technique were proven through different experiment sets. The effectiveness of the strategy is assessed by applying the generated test suites on a real-world case study for the purpose of functional testing. Conclusion: Results show that the generated test suites can detect faults effectively. In addition, the strategy also opens a new direction for the application of Cuckoo Search in the context of software engineering.

---
Source: https://tomesphere.com/paper/1904.04348