摘要
API测试中参数组合数目过多的问题是API测试的一个主要困难。通常解决这个问题的方法是使用等价划分的原则对API中参数数值做出一定的选择以减少参数组合的数目,但在API中参数数目较多的情况下,使用这种方法收效甚微。文章使用了一种API测试的二元组合算法来解决这个问题,在兼顾覆盖率的同时大大地减少了参数组合的数目。从测试的结果看来,该算法获得了理想的测试结果。
The number of possible combinations for each API call is typically large,Even if only the boundary values are selected,the number of combinations,while relatively diminished,may still be prohibitively large,In this paper,the API testing pairwise algorithm,which diminishes the number of combinations greatly with still fairly high testing code coverage,is proposed,The testing of the algorithm proves that developing such algorithm in API testing is of great necessity.
出处
《计算机工程与应用》
CSCD
北大核心
2005年第26期48-50,57,共4页
Computer Engineering and Applications