Hello,
I have several scenario which I need to execute in the same scala class.
Let’s say Search1,Search2 and Search3.
How can I do that with gatling ? How can I let Search1 finish and start Search2 and at the end Search3
Many thanks.
Hello,
I have several scenario which I need to execute in the same scala class.
Let’s say Search1,Search2 and Search3.
How can I do that with gatling ? How can I let Search1 finish and start Search2 and at the end Search3
Many thanks.
Hi,
What your trying to achieve is unclear:
Cheers
Hi,
The second case please.
Sorry i was not clear.
Cheers
Then that’s what andThen
does, see Gatling - Injection