phil89
16 years agoOccasional Contributor
Load Test and global Grovy script
Hi,
Could i create an global groovy script for my load test outside loop.
I want my script is executed at the beginning one time only and load variable into memory.
Regards
Philippe
Could i create an global groovy script for my load test outside loop.
I want my script is executed at the beginning one time only and load variable into memory.
Regards
Philippe
Hi phil89
To enhance the efficiency of your SoapUI Open Source load tests, consider creating a global Groovy script that initializes at the beginning of the test. This script can load essential variables into memory, streamlining your testing process.
SoapUI's Setup Script feature facilitates the implementation of this global script within your load tests - to learn more - How to Create and Run Great Load Tests | SoapUI
Best Regards