随笔分类 - SoapUI Pro
摘要:import java.util.List;import java.util.Map;import org.apache.log4j.Logger;import com.eviware.soapui.SoapUI;import com.eviware.soapui.SoapUIProSettings...
阅读全文
摘要:in soapui the XML object used here is from org.w3c.dom package so you need to read this article carefully before we can use xml object very well. http://www.w3schools.com/dom/ http://www.w3schools.co...
阅读全文
摘要:change the jdbc request : 1.change the driver name,connection string,query string or assert. the object we will use here is : JdbcRequestTestStep TestCase newcase=testRunner.getTestCase(); ...
阅读全文
摘要:Package com.eviware.soapui.model.testsuite used for access the current testsuite object, like test case: the interface to access the testRunner Object in groovy script: http://www.soapui.org/apid...
阅读全文
摘要:Technorati 标签: Soapui pro,web service,apI Testing
阅读全文
摘要:As you know the groovy script and java script language is the soapui supported .but unfortunately Soapui’s groovy editor had not provided a better editor to write the groovy script. there are two appr...
阅读全文