【发布时间】:2020-02-27 15:50:27
【问题描述】:
我正在尝试使用 Zerocode 使用 Junit(4) 运行负载测试。按照这些教程,我能够运行现有的 Junit 测试类
- Load testing with JUnit using Zerocode framework
- Reusing the Existing JUnit Tests for Load/Stress Generation
我有一个正常工作的 Junit 测试套件,我想知道如何使用 zerocode 来启动这个测试套件,以便它运行所有测试类中的所有测试以进行负载测试。上面的示例仅描述了如何运行选定的测试方法或少数几个。
【问题讨论】: