Forum Discussion

arthurdpg's avatar
arthurdpg
Regular Visitor
6 years ago
Solved

[SoapUI] - How to make Load Test fail when a Groovy Step assert fails

Hi guys,

 

I have a Groovy Step in my test case. I run some validation and I make an assert at the end.

When I run only my groovy step, it fails correctly.

 

But when I run my Load Test, with my Groovy step, it doesn't show any error.

What I need to do to get my asserts results into the load test?

 

Thanks for reading. 

  • Based on my experiences, during a Load test, errors will not cause the load test to fail/stop. Instead, it will throw an error and will be logged in the "Errors" during the run. If you require the Load test to stop when that groovy script fails, you may have to find a different way to handle that.

     

    I moved your thread to LoadUI, since you are working with Load tests. 

2 Replies

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    Based on my experiences, during a Load test, errors will not cause the load test to fail/stop. Instead, it will throw an error and will be logged in the "Errors" during the run. If you require the Load test to stop when that groovy script fails, you may have to find a different way to handle that.

     

    I moved your thread to LoadUI, since you are working with Load tests.