RF接口测试----post请求
Posted taiyangfeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RF接口测试----post请求相关的知识,希望对你有一定的参考价值。
注意:
RF的post请求中必须带headers(消息头),否则会报参数为空。
代码:
*** Settings *** Library RequestsLibrary *** Test Cases *** 聚合数据----天气预报查询--post请求 Create Session weathersearch http://apis.juhe.cn &{params}= Create Dictionary city=上海 key=e3cf8a6c0b....2c45df6ae409679 &{headers}= Create Dictionary Content-Type=application/x-www-form-urlencoded Log ${params} ${response}= Post Request weathersearch /simpleWeather/query params=${params} Log ${response.text} Log ${response.status_code}
运行结果:
以上是关于RF接口测试----post请求的主要内容,如果未能解决你的问题,请参考以下文章
接口自动化测试系列之PHPUnit-POST请求接口测试方法
接口自动化测试系列之PHPUnit-POST请求接口测试方法