摘要
白盒测试是一种基于程序逻辑结构的测试,结构越复杂的程序需要的测试用例越多,存在测试量过大和测试不足这一对始终难解的矛盾。将程序分割,使其结构简单化,既可以减少测试工作量,又可以使测试充足,即通过使用完全路径覆盖法可以缓解这一对矛盾。
For white box testing based on the logical structure of program, more complex program needs more test cases, so there always is a contradiction between excessive testing workload and insufficient test in white box testing. If a program is cut into smaller segmentations to simplify its structure, not only the workload of software testing can be reduced, but also make the software testing instufficient, in a same word, the above contradiction can be abated by using the proposed complete path coverage testing method.
出处
《矿业研究与开发》
CAS
北大核心
2007年第1期43-45,共3页
Mining Research and Development
基金
国家自然科学基金支持项目(49802022)
关键词
白盒测试
路径覆盖
测试用例
流图
White box testing, Path coverage, Test case, Flow Chart