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.
我的Soap UI项目中有大约 50 个测试用例,但只有 40 个测试用例有效,我想删除所有剩余的测试用例,而不是禁用它。我试过删除它,但它只能一个一个地删除。有什么解决办法吗?
整个soapUI 项目存储为一个XML 文件。单击项目,您将在屏幕左下方看到文件位置。它的名称应以 xxx-soapui-project.xml 结尾
在项目 XML 文件中搜索“testCase”,删除测试用例并保存。最后,您需要重新打开soapUI 或刷新项目。