Stop the users If correlation failed

Hi All,

I have created scripts where I have used multiple checks using regular expression and before that I am first checking for below checks :

.check(regex("""XXXXXXXXXXXXXXXX""").find(0).exists)

But What I want is :
If above correlation failed, Then that Iterator for the specific user to be stopped.

How can I do that ?

Please help on this

Regards,
Ujval Mehta
+91 9921102150

Still No Response came…

Can anyone please suggest?

Still No Response came..

I think you're confusing community mailing lists, where help comes when a
good soul feels like it, and support where you are entitled to a fast
answer.
If you're looking for Gatling support, we GatlingCorp can help for sure
<Gatling - Professional Load Testing Tool.

*Stéphane Landelle*
*GatlingCorp CEO*
slandelle@gatling.io

I got that.

You can use 3 ways to stop the flow If any error occurs using Error Handling:

  1. .exitHereIfFailed
  2. .exitBlockOnFail
  3. .tryMax

All three were outside of .exec().********

Regards,

Ujval Mehta