
SoapUI
文章平均质量分 78
yfrainy
这个作者很懒,什么都没留下…
展开
-
Get reusable DB connection
Refer to:1. http://onebyteatatime.wordpress.com/2009/02/17/reusable-sql-connection-in-soapui/2. http://groovyinsoapui.wordpress.com/2008/09/08/getting-db-connection-with-groovy/3. http://www.soapu原创 2009-07-21 13:27:00 · 1224 阅读 · 0 评论 -
Groovy(conncet DB, generate xml, get response xml, compare two xml)
import groovy.sql.Sqlimport groovy.xml.MarkupBuilderimport org.custommonkey.xmlunit.*//Conect to DB and get the nessecery data to generate the expected Xml.Sql sql=context.dbConnection;def writer =原创 2009-08-14 17:24:00 · 586 阅读 · 0 评论 -
Save soapui response to local
Refer to:http://www.eviware.com/forums/index.php?topic=1748.0 My script:def getResponseFilename(fileName) { def filePath = "C:/PRN Portal/workspace/InventoryReport/TestData/" respFilename = fi原创 2009-08-14 17:33:00 · 600 阅读 · 0 评论 -
SoapUI Knowledge sharing
How to use ramdom parameters?Use the string below as one parameter value.${=(int)(Math.random()*1000)}Refer to SoupUI user guide for detail info: http://www.soapui.org/userguide/scripting.html原创 2009-12-02 15:12:00 · 969 阅读 · 0 评论