Forum Discussion
MarcusJ
Staff
13 years agoIf you are a SoapUI Pro user this can be achieved by the setting the code snippet below in the RequestFilter.afterRequest event handler.
Thread.currentThread().sleep(1000) //will sleep for 1000 miliseconds i.e 1 second.
Here is a link on event handlers:
http://www.soapui.org/Scripting-Propert ... dlers.html
Thread.currentThread().sleep(1000) //will sleep for 1000 miliseconds i.e 1 second.
Here is a link on event handlers:
http://www.soapui.org/Scripting-Propert ... dlers.html