---恢复内容开始---
robotframework进行接口测试,需要安装Request和RequestLibrary包
pip install requests pip install -U robotframework-requests
将Request和RequestLibrary导入到Robotframework中:
GET 接口
POST 接口
Robot Framework:接口测试
原文:https://www.cnblogs.com/rechin/p/10084285.html