Forum Discussion
2 Replies
- There's no IDs for the SoapUI requests.
Also, there's unfortunately no easy way to hook into the threads running the load tests either, and thus using it's IDs.
What you could do is to try to implement some custom solution using the RequestFilter.filterRequest event handler which is called once for each request.
Have a look at http://www.soapui.org/Scripting-Propert ... dlers.html
--
Regards
Erik
SmartBear Sweden - larryxFrequent ContributorGreat info. Thanks Erik.
I also figured out to use threadIndex to partially implement it in alternative way.
Thanks,
Larry