Hello,

I am fighting with Jmeter since too many time. Can you help me:

I have the following script:

Transaction controller
-->Http request A
-->Http request B
-->Http request C
-->Http request D

When I run this script, the result is
response time: tA+tB+tC+tD
success= true
==> Until there all is fine

Now I want to have something like:

Transaction controller
-->Http request A
-->Http request B
      --> Assertion result
-->Http request C
-->Http request D

The assertions returns false

The problem is when i run this script, the result for the transaction controller
is like following:
response time: tA+tB+tC+tD
success= true

The assertions on the transaction controller does not seem to reflect the
assertions of its childrens, even I all the childrens are returning something
false.

Is there any hint to get the result I wish to have ?

Thank you in advance.

Best regards,

Gunther THEVENIN



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

Reply via email to