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 approaches you can take to write your own groovy scrip…
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/apidocs/com/eviware/soapui/model/testsuite/TestCaseRunConte…
import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import com.eviware.soapui.SoapUI; import com.eviware.soapui.SoapUIProSettings; import com.eviware.soapui.impl.wsdl.WsdlProjectPro; import com.eviware.soapui.impl.wsdl.suppor…
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.com/dom/dom_nodetype.asp Node Types - Return Values…
Technorati 标签: Soapui pro,web service,apI Testing…
here give a solution for excel file change the excel configuration these: Set Excel file path in current project location: ${projectDir}//Projectname//your excel file name Excel Worksheet,Start at cell,Ignore Empty:…
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(); JdbcRequestTestStep step1=(JdbcRequestTestStep) newcase.getTe…
SoapUI 支持引入多个package: Global Script library : 在SoapUI工具File->Preference中设置Project Script Library: 在项目的Project Properties中设置Script Library为${projectDir} 封装代码存放的文件夹取不同的名字,然后在Groovy Script的最前面通过package **区分…
http://docs.codehaus.org/display/GROOVY/Install+Groovy-Eclipse+Plugin http://docs.codehaus.org/display/GROOVY/Create+Your+First+Groovy+Project Groovy-Eclipse is the set of Eclipse plugins that provide Eclipse support for Groovy projects. Installation…
need to configure two for the https address: Step 1 export the certificate from the IE settings options. see the below screenshot: after exporting the keystore and save it as abc.pfx with the password:123456.we will use this file later in the step 3.…