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

2015年6月26日

摘要: 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)

2015年6月25日

摘要: 远程登录某台机器,想修改当前登录用户的密码,系统提示按Ctrl+Alt+Del,在出现的界面里修改密码但我一按这三个键,是在我本地客户机生效,而不是在远程服务器。答案 : 向远程桌面发送Ctrl+Alt+Del组合是用Ctrl+Alt+End代替. 阅读全文
posted @ 2015-06-25 17:00 张缤分 阅读(505) 评论(0) 推荐(0)

2015年6月24日

摘要: To continue tests executing after failed test step you need disable "Abort on error" option in TestCase options.To control test execution flow you can... 阅读全文
posted @ 2015-06-24 17:45 张缤分 阅读(351) 评论(0) 推荐(0)
摘要: 如果想要对某个HTTP请求进行编辑,然后重新执行观察结果,可以将这个报文从左侧拖放到右侧的Composer里面这样就可以很方便的修改HTTP请求的方法,报文头,报文体在用 SoapUI 做 API 测试的时候,这个功能将会非常实用,因为有时不确定哪些字段是必填的,哪些不是,用Fiddler可以事先做... 阅读全文
posted @ 2015-06-24 15:38 张缤分 阅读(915) 评论(0) 推荐(0)
摘要: http://tool.chinaz.com/Tools/URLEncode.aspx解码:编码: 阅读全文
posted @ 2015-06-24 14:58 张缤分 阅读(634) 评论(0) 推荐(0)
摘要: import com.eviware.soapui.support.GroovyUtils def groovyUtils = new GroovyUtils( context )def holder = groovyUtils.getXmlHolder( "Get Token#Response" ... 阅读全文
posted @ 2015-06-24 10:53 张缤分 阅读(1866) 评论(0) 推荐(0)
摘要: import com.eviware.soapui.support.GroovyUtilsimport com.eviware.soapui.support.XmlHolderimport org.w3c.dom.Nodeimport org.apache.commons.lang.StringUt... 阅读全文
posted @ 2015-06-24 10:01 张缤分 阅读(521) 评论(0) 推荐(0)

2015年6月23日

摘要: import com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport def myCookies = testRunner.testCase.testSuite.project.testSuites['Login'].getTestCa... 阅读全文
posted @ 2015-06-23 17:57 张缤分 阅读(497) 评论(0) 推荐(0)

2015年6月21日

摘要: 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 张缤分 阅读(884) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 47 下一页

导航