随笔分类 -  SoapUI

摘要:近几年使用过的、了解过的和准备学习的工具。 阅读全文
posted @ 2018-05-21 09:36 kill0001000 阅读(182) 评论(0) 推荐(0)
摘要:常见邮件服务一般使用IMAP邮件访问协议,如果你所在公司更换到Office 365则需要另一个组件。 Office 365使用的是Exchange Server电子邮件服务组件,需要微软的Jar包来支持。 通过Maven下载ews-java-api-2.0.jar 下载地址http://mvnrep 阅读全文
posted @ 2018-05-08 16:45 kill0001000 阅读(316) 评论(0) 推荐(0)
摘要:你们的SoapUI 有设置下面的选项吗? Before adding your project, we recommend that you enable the following ReadyAPI settings and save the project. This will make you 阅读全文
posted @ 2018-04-30 17:24 kill0001000 阅读(285) 评论(0) 推荐(0)
摘要:在for Content matching RegEx中 阅读全文
posted @ 2018-01-09 18:07 kill0001000 阅读(208) 评论(0) 推荐(0)
摘要:TestSuite需要依赖一个先决条件(比如Login) 当Login失败则立即停止Project运行 在Project的Setup Script的代码如下 阅读全文
posted @ 2017-10-27 09:25 kill0001000 阅读(461) 评论(0) 推荐(0)
摘要:-->SoapUI http://soapui-tutorial.com/home/login/SOAPUI Module 13 - 1, 2, 3, 4, 5, 6 Module 14 - 1, 2 Module 15 - 1, 2, 3, 4 SoapUI 5.1.2 API : http:// 阅读全文
posted @ 2017-10-17 17:26 kill0001000 阅读(123) 评论(0) 推荐(0)
摘要:Jenkins Label: windows_ws_test 已有Jenkins环境变量 %READYAPI_PRO_HOME% - <D:\Program Files\SmartBear\ReadyAPI-1.3.1> %READYAPI_PRO_190% - <C:\Program Files\ 阅读全文
posted @ 2017-10-17 17:22 kill0001000 阅读(755) 评论(0) 推荐(0)
摘要:-->Assertions 判断某个节点存在(_input_name, _button_name) -->Resource 文件夹命名 值去掉红色部分信息 https://mercury-stg.morningstar.com 阅读全文
posted @ 2017-10-17 17:18 kill0001000 阅读(197) 评论(0) 推荐(0)
摘要:${=java.util.UUID.randomUUID()} is OK 阅读全文
posted @ 2017-07-27 09:35 kill0001000 阅读(183) 评论(0) 推荐(0)
摘要:Script Library有两个级别,Workspace级别和Project级别 使用:这里的package指的是Script Library下的文件夹名,和引用代码里的package没有关系 1.Workspace级别 2.Project级别 阅读全文
posted @ 2016-06-30 17:04 kill0001000 阅读(304) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/9220132/soapui-groovy-script-calls-to-command-line SoapUI支持用命令行方式运行测试用例并生成测试报告,因此使用SoapUI可以很好地进行接口测试自动化测试以及持续集成。 首先 阅读全文
posted @ 2016-04-29 10:29 kill0001000 阅读(2021) 评论(0) 推荐(0)
摘要:// get the headers of the requestdef content= messageExchange.getResponseContent()def headers = messageExchange.getResponseHeaders()log.info headers / 阅读全文
posted @ 2016-04-12 11:01 kill0001000 阅读(320) 评论(0) 推荐(0)
摘要:XPathJSONPathDescription/$the root object/element.@the current object/element/. or []child operator..n/aparent operator//..recursive descent. JSONPath... 阅读全文
posted @ 2015-10-16 11:27 kill0001000 阅读(4962) 评论(0) 推荐(1)
摘要:Script assertion in login: 阅读全文
posted @ 2015-09-09 11:31 kill0001000 阅读(244) 评论(0) 推荐(0)