Forum Discussion

Lermaniac's avatar
Lermaniac
New Contributor
10 years ago

Set up step for SoapUI Load Test

Hi all,

I have a test case which does the following:
- Calls an API
- Saves a few values from the response as test case properties (session token etc.)
- Calls another API, using the mentioned properties in the request body

I want to load-test the last step only, and fire the earlier steps once, to set up the required properties.
How can do that, without running the setup each iteration of the load test?

Thanks in advance, and happy holidays to all!

1 Reply

  • PaulDonny's avatar
    PaulDonny
    Regular Contributor
    I am sure there is a better method for doing this but one option would be the setup script. Either that or a groovy script that disables the step after the initial run.