Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Ali,
this is correct.. or just
Thread.sleep( ... )
The groovy editors all run scripts in the UI-thread, so this will "lock up" soapUI when running from within them... but a TestCase runs in its own thread, so you shouldn't see this behaviour when running through the TestCase/TestSuite/etc.. editors/runners..
hope this helps!
regards,
/Ole
eviware.com
this is correct.. or just
Thread.sleep( ... )
The groovy editors all run scripts in the UI-thread, so this will "lock up" soapUI when running from within them... but a TestCase runs in its own thread, so you shouldn't see this behaviour when running through the TestCase/TestSuite/etc.. editors/runners..
hope this helps!
regards,
/Ole
eviware.com
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 21 days ago