(多接口测试)After rename the function name, the test is finished but has no TPS
@test
public void test(){}
If we rename the function name test() ,for ie. testFirst(), then run test, it will return "The test is finished but has no TPS"
场景涉及连续的多接口测试,原函数名为test(),重命名函数名后,不能统计TPS,如何解决?