An Algorithm for Automatically Generating Black-Box Test Cases Based Interface Parameters

聂长海,徐宝文
DOI: https://doi.org/10.3321/j.issn:0254-4164.2004.03.015
2004-01-01
Jisuanji Xuebao/Chinese Journal of Computers
Abstract:This paper presents a network graph model for test case automatic generation, which is based on the combinatorial coverage of all the interface parameters for black box testing. In this model, a path from left to right represents a test case. The algorithm chooses a test case every time to make the corresponding path in the network graph cover all the uncovered vertices to the greatest degree by some rules. It can generate a test case table to cover all the pair-wise combination of all the interface parameters. Compared with the existing work, authors prove that the generated test cases are able to cover all the combinations of parameters to the greatest degree with the smallest scale of test suite, thus it can improve the quality of software testing by decreasing software testing cost and improving its efficiency.
What problem does this paper attempt to address?