Forum Discussion
robertnealdavis
12 years agoNew Contributor
I'm not trying to click on the run window while the test is running, the log window stops updating. I am running on Windows 7 and in the task manager, there is no CPU being used by SOAP UI. I found that by adding a sleep(1000) between each call it no longer hangs.
smitapatel
10 years agoOccasional Contributor
Hi Robert,
how did you add 1000 sleep in to your scripts
soap ui 5.2.0 is freezing with rest scripts execution I am running 100 plus scripts at a time
- robertnealdavis10 years agoNew Contributor
With the groovy command sleep(1000). I am having the same problem with another test script, but in this case, the script is not all run from groovy, I have to add a delay 1000 in the test script flow. There is definitely an issue with SOAP UI 5.2.0 when running test scripts.
- smitapatel10 years agoOccasional Contributor
Hi Robert,
thanks for the response, I am trying to run 100 plus scripts like regression test suites soap and rest scripts both
do I have to add delay 1000 command in each scripts?
and how would I do that?
any easier solution at execution level?