Hi,
I'm really sorry for the delay in response time. We've been really swamped these last couple of weeks. Yes, this is definitely possible. Take a look at WsdlTestCase in the API docs -
http://www.soapui.org/apidocs/com/eviwa ... tCase.htmlYou can change the settings you mention programmatically using the
setDiscardOkResults(boolean discardOkResults) and
setTimeout(long timeout) methods respectively.
With this in mind, you can simply iterate over your TestCases (for instance using this method in the WsdlTestSuite class -
http://www.soapui.org/apidocs/com/eviwa ... ases%28%29) and change the setting for every TestCase.
I hope this is of assistance to you.
--
Regards
Arian
SmartBear Sweden