论文标题
epit:一种用于生成测试用例的软件测试工具
EPiT : A Software Testing Tool for Generation of Test Cases Automatically
论文作者
论文摘要
软件测试用例可以定义为一组条件,其中测试仪需要测试并确定对预期结果满意的系统(SUT)。本文讨论了使用Epit(Eclipse插件工具)自动生成案例的优化技术。开发epit是为了优化从源代码的测试用例生成,以减少用于手动创建测试用例的时间。通过使用代码气味功能,Epit通过检查其代码线(LOC)来帮助从Java程序自动生成测试用例。还将根据几个案例研究来介绍EPIT的实施,以表明生成的测试案例的优化。根据所提出的结果,epit已被证明可以解决软件测试人员手动生成测试用例并使用代码气味技术从源代码中检查优化的问题。
Software test cases can be defined as a set of condition where a tester needs to test and determine that the System Under Test (SUT) satisfied with the expected result correctly. This paper discusses the optimization technique in generating cases automatically by using EpiT (Eclipse Plug-in Tool). EpiT is developed to optimize the generation of test cases from source code in order to reduce time used for conventional manually creating test cases. By using code smell functionality, EpiT helps to generate test cases automatically from Java programs by checking its line of code (LOC). The implementation of EpiT will also be presented based on several case studies conducted to show the optimization of the test cases generated. Based on the results presented, EpiT is proven to solve the problem for software tester to generate test case manually and check the optimization from the source code using code smell technique.