【发布时间】:2022-12-01 19:55:02
【问题描述】:
I need to add a condition in my thread where my next HTTP Request will execute only if the previous response has message message that says 'You can proceed with the booking.'
I tried adding regular expression extractor to get MessageInfo using the below expression.
"MessageInfo": "(.*?)"
I also tried with JSON extractor using below json path expression:
$..MessageInfo
Below is the Expression that i added in if condition:
However, my execution stops after the first response and does not move into the if condition. Any help would be appreciated.
【问题讨论】:
标签: jmeter jmeter-plugins jmeter-5.0