随笔分类 -  SoapUI

上一页 1 2 3 4 5

摘要:http://www.soapui.org/about-soapui/soapui-faq.html#1-SoapUI--General-Questions3.1.1. What is Groovy?It's a scripting language which is very similar to... 阅读全文

posted @ 2015-06-21 18:49 张缤分 阅读(885) 评论(0) 推荐(0)

摘要:SoapUI caches XML schemas when they are first loaded. If you need to force a reload of an interfaces schema either restart SoapUI or use the "Update D... 阅读全文

posted @ 2015-06-21 18:36 张缤分 阅读(223) 评论(0) 推荐(0)

摘要:SoapUI. The Swiss-Army Knife of Testing.Whether you’re a tester, developer, business analyst, or manager,SoapUI has something for everyone.From the pe... 阅读全文

posted @ 2015-06-20 17:27 张缤分 阅读(898) 评论(0) 推荐(0)

摘要:import groovy.json.JsonSlurperdef response = messageExchange.response.responseContentlog.info "response : "+ responsedef slurper = new JsonSlurper()... 阅读全文

posted @ 2015-06-18 11:15 张缤分 阅读(318) 评论(0) 推荐(0)

摘要:def saveFilePath = context.expand( '${#Project#saveFilePath}' )def myOutFile = saveFilePath+"test.xml" 阅读全文

posted @ 2014-12-09 10:56 张缤分 阅读(657) 评论(0) 推荐(0)

摘要:def currentStepInd = context.currentStepIndexdef previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1)log.info previousStep.name 阅读全文

posted @ 2014-12-09 10:54 张缤分 阅读(279) 评论(0) 推荐(0)

摘要:def myOutFile = "D:/AUS/Aspect Huntley feed URLs/Automation Save Responses/ahresearch.xml"def response = context.expand( '${testStepName#Response}' )d... 阅读全文

posted @ 2014-12-08 17:30 张缤分 阅读(703) 评论(0) 推荐(0)

摘要:import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def holder = groovyUtils.getXmlHolder( "NormalUserLoginHealth... 阅读全文

posted @ 2014-11-06 14:30 张缤分 阅读(1582) 评论(0) 推荐(0)

摘要:配置SoapUI运行的不同环境Groovy 脚本来控制environment在Jenkins上面通过命令调用不用的环境http://www.soapui.org/Test-Automation/cli-functional-tests.html通过运行参数E指定environmentRunning ... 阅读全文

posted @ 2014-08-28 15:06 张缤分 阅读(4281) 评论(0) 推荐(0)

摘要:添加Groovy Script脚本对Test Step进行验证脚本如下(已经运行通过):import javax.xml.XMLConstantsimport javax.xml.transform.stream.StreamSourceimport javax.xml.validation.Sch... 阅读全文

posted @ 2014-08-27 14:47 张缤分 阅读(965) 评论(0) 推荐(0)

上一页 1 2 3 4 5

导航