Greetings all,

I have a web application with many available actions to be performed.
For this example, I'll need to perform actions A and B.
Each action involves several pages - let's say A1, A2, A3 and B1, B2, B3.
If A[n] fails, there is no point trying A[n+1], and I would like to be
able to tell JMeter this. Can I do something akin to the following?

Try
 + A1
 + A2
 + A3
Catch
 + Handle the problem.

Thanks in advance,

        Ronan

-- 
Ronan Klyne
Business Collaborator Developer
Tel: +44 (0)870 163 2555
[EMAIL PROTECTED]
www.groupbc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to