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)
摘要: import com.eviware.soapui.support.types.StringToStringMap //Get cookie's value from the project level propertiesString cookie = context.expand( '${#Pr... 阅读全文
posted @ 2015-06-26 12:31 张缤分 阅读(1069) 评论(0) 推荐(0)
摘要: 获取当前测试用例下所有Groovy Script类型的测试步骤def testStepList = testRunner.testCase.getTestStepsOfType(com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestSt... 阅读全文
posted @ 2015-06-26 12:19 张缤分 阅读(447) 评论(0) 推荐(0)

导航