摘要: 1、做get请求之前先安装 Request库,参考github上链接 :https://github.com/bulkan/robotframework-requests/#readme 2、请求&响应使用moco来模拟服务器,可参考此篇文档:Moco模拟服务器post&get请求 (二) 3、ge 阅读全文
posted @ 2019-06-17 23:12 Test挖掘者 阅读(2045) 评论(0) 推荐(0) 编辑
摘要: 1、做get请求之前先安装 Request库,参考github上链接 :https://github.com/bulkan/robotframework-requests/#readme 2、请求&响应使用moco来模拟服务器,可参考此篇文档:Moco模拟服务器post&get请求 (二) 3、ge 阅读全文
posted @ 2019-06-17 23:06 Test挖掘者 阅读(1708) 评论(0) 推荐(0) 编辑
摘要: 1、moco启动命令如下:java -jar moco-runner-0.12.0-standalone.jar 协议类型 -p 端口号 -c json配置文件 2、带参数的get请求 4、在浏览器输入http://localhost:8899/api/get_event_list?eid=1 会r 阅读全文
posted @ 2019-06-17 21:41 Test挖掘者 阅读(1327) 评论(0) 推荐(0) 编辑