문제

I've implemented a BeanShell listener in my Jmeter test plan which I use to run a script that sends information after each request into Splunk. However, I'd now like to be able to generate a similar message at the end of each Thread run, regardless of whether or not there was an error in its execution.

At present when an error occurs I start the next thread. I'd like at this stage to be run another BeanShell script where I can collect and send summary inforation for that thread into Splunk before it starts the next Thread. Is this possible?

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top