Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHello Prashanth,
You need to define an event listener to achieve this (by the way, this is probably a better solution for your functional tests too). See this page for instructions:
http://www.soapui.org/Scripting-Propert ... dlers.html
If you want to do it for all your requests, you should use the RequestFilter.afterRequest event. If it's only for the load test requests, use the LoadTestRunListener.afterStep event.
Best regards,
Manne Fagerlind
You need to define an event listener to achieve this (by the way, this is probably a better solution for your functional tests too). See this page for instructions:
http://www.soapui.org/Scripting-Propert ... dlers.html
If you want to do it for all your requests, you should use the RequestFilter.afterRequest event. If it's only for the load test requests, use the LoadTestRunListener.afterStep event.
Best regards,
Manne Fagerlind