Robot Framework:接口测试
---恢复内容开始---
robotframework进行接口测试,需要安装Request和RequestLibrary包
pip install requests pip install -U robotframework-requests
将Request和RequestLibrary导入到Robotframework中:

GET 接口

POST 接口

---恢复内容开始---
robotframework进行接口测试,需要安装Request和RequestLibrary包
pip install requests pip install -U robotframework-requests
将Request和RequestLibrary导入到Robotframework中:

GET 接口

POST 接口
