我试着在Jmeter中使用功能测试模式。但找不到任何区别。如何在计量器中使用功能测试模式?它在哪里存储响应和采样器数据?

发布于 2018-10-24 08:17:12
如果您使用JMeter图形用户界面运行您的测试-哪里都没有。结果保存在内存中,可以使用查看结果树侦听器进行可视化。
根据文档,只有在以下情况下才会看到差异:
- If `Functional Test Mode` will be unticked - only basic information will be stored in `result.xml` file (according to what is specified in [results file configuration](https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config) - see ), i.e. - If `Functional Test Mode` will be ticked - everything will be stored in `results.xml` file including request and response details:
更多信息:
https://stackoverflow.com/questions/52963803
复制相似问题