Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 Big Spring、ibatis、velocity bases J2EE 项目有成千上万的类和服务层类的数量,我需要为所有服务器层类创建测试用例是否有任何自动化工具可以为所有服务层类编写测试用例?
不。
您需要弄清楚您的应用程序做了什么,将其拆分为可测试的组件,然后为这些组件编写测试。
对不起。
不幸的是,不存在自动化测试用例生成器工具。