上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 47 下一页

2015年7月8日

摘要: http://codecombat.com/ 阅读全文
posted @ 2015-07-08 11:28 张缤分 阅读(120) 评论(0) 推荐(0)

2015年7月7日

摘要: 把 def holder = groovyUtils.getXmlHolder("Get Token#Response") 改为def holder = groovyUtils.getXmlHolder( "Get Token#ResponseAsXml" ),即加了AsXml就可以了 阅读全文
posted @ 2015-07-07 18:13 张缤分 阅读(639) 评论(0) 推荐(0)
摘要: 如果文件已经存在,先删除,然后向文件中追加失败信息if(maxRecordFail>0){ def testResultFile = new File(projectDir+"\\TestResult\\PA_Integration Testing\\"+ currentStepName+".... 阅读全文
posted @ 2015-07-07 10:41 张缤分 阅读(908) 评论(0) 推荐(0)
摘要: context.expand 和 groovyUtils.getXmlHolder 有什么不一样?互相之间怎么转换import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def ... 阅读全文
posted @ 2015-07-07 10:22 张缤分 阅读(1097) 评论(0) 推荐(0)
摘要: import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def projectDir = groovyUtils.projectPathString xmlMapping = p... 阅读全文
posted @ 2015-07-07 09:34 张缤分 阅读(409) 评论(0) 推荐(0)

2015年7月6日

摘要: import com.eviware.soapui.support.types.StringToStringMap //Get all th cookies in the response , here the test step name is provideddef cookiesList = ... 阅读全文
posted @ 2015-07-06 09:48 张缤分 阅读(931) 评论(0) 推荐(0)

2015年7月1日

摘要: import org.custommonkey.xmlunit.*def responseTP=context.expand( '${Intraday Table_TP#Response}' )def responseLive=context.expand( '${Intraday Table_Li... 阅读全文
posted @ 2015-07-01 15:23 张缤分 阅读(286) 评论(0) 推荐(0)
摘要: testRunner.testCase.testSuite.project.setActiveEnvironment("Live") 阅读全文
posted @ 2015-07-01 11:38 张缤分 阅读(293) 评论(0) 推荐(0)

2015年6月26日

摘要: 有一个网站 :http://jsonviewer.stack.hu/将Response的文本贴进去,如果是标准的JSON格式,就可以以JSON的view显示出来 阅读全文
posted @ 2015-06-26 17:28 张缤分 阅读(384) 评论(0) 推荐(0)
摘要: 通过SoapUI发送POST请求,请求的body是JSON格式的数据:data={"currentDate":"2015-06-19","reset":true}而且通过Fiddler抓取页面报文Content-Type是application/x-www-form-urlencoded一开始我将C... 阅读全文
posted @ 2015-06-26 16:17 张缤分 阅读(15430) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 47 下一页

导航