随笔分类 -  SoapUI

摘要:cd %WORKSPACE%cmd /c call "%SOAPUI_PRO_HOME%\bin\testrunner.bat" -a -j -PprojectPath="%WORKSPACE%" -f"%WORKSPACE%\result-output" -R"TestProjectReport"... 阅读全文
posted @ 2015-08-27 11:05 *飞飞* 阅读(1615) 评论(0) 推荐(0) 编辑
摘要:1234567891011121314151617importcom.eviware.soapui.support.types.StringToStringMap//Get cookie's value from the project level propertiesString cookie =... 阅读全文
posted @ 2015-06-26 17:55 *飞飞* 阅读(537) 评论(0) 推荐(0) 编辑
摘要:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556importcom.eviware.soapui.support.GroovyUtilsimp... 阅读全文
posted @ 2015-06-26 17:53 *飞飞* 阅读(758) 评论(0) 推荐(0) 编辑
摘要: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-26 17:51 *飞飞* 阅读(357) 评论(0) 推荐(0) 编辑
摘要:SoapUI Training : http://soapui-tutorial.com/index.php*Below are the details to access the online training videos for SoapUI.Website: http://soapui-tu... 阅读全文
posted @ 2015-06-26 17:15 *飞飞* 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-06-26 17:14 *飞飞* 阅读(242) 评论(0) 推荐(0) 编辑
摘要:选取节点表达式描述nodename选取此节点的所有子节点。/从根节点选取。//从匹配选择的当前节点选择文档中的节点,而不考虑它们的位置。.选取当前节点。..选取当前节点的父节点。@选取属性。examples: 路径表达式结果bookstore选取 bookstore 元素的所有子节点。/b... 阅读全文
posted @ 2015-06-26 17:07 *飞飞* 阅读(696) 评论(0) 推荐(0) 编辑
摘要:import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def holder =groovyUtils.getXmlHolder( "NormalUserLogin#Respon... 阅读全文
posted @ 2015-06-26 16:55 *飞飞* 阅读(166) 评论(0) 推荐(0) 编辑
摘要:Reference parameter in WADL :Endpoint : ${#Project#DomainServer}Resource : {AdvisorID}Reference parameter in HTTP Request :${#Project#AdvisorID}${#Tes... 阅读全文
posted @ 2015-06-26 16:53 *飞飞* 阅读(434) 评论(0) 推荐(0) 编辑
摘要:http://sourceforge.net/projects/soapui/ 阅读全文
posted @ 2015-06-19 10:02 *飞飞* 阅读(187) 评论(0) 推荐(0) 编辑