套件在 JMeter 中停止时的清理

Cleanup when suite got stopped in JMeter

我在 JMeter 中有一个拆解元素,用于清理一些测试数据。它目前在实际测试后运行。但是,如果我注意到一些故障并停止套件,则不会执行清理,我需要手动执行。有什么方法可以配置 JMeter 在停止之前进行拆卸?

jMeter tearDown documentation中有一段强调:

Note that by default it won't run if Test is gracefully shutdown, if you want to make it run in this case, ensure you check option "Run tearDown Thread Groups after shutdown of main threads" on Test Plan element. If Test Plan is stopped, tearDown will not run even if option is checked.

所以我想如果您停止测试(另请参阅 ),您将无法 运行 自动拆卸线程组。