(二)Robot Framework之搭建环境

搭建Robot Framework 环境
1.安装RobotFramework框架
需要pythonRobot Framewok 基于python环境
pip install robotframework...

2.安装robotframework-requests 库
robotframework-requests 即 RequestsLibrary
基于 Robot Framewok 和Requests 提供HTTP 接口测试。
Requests 库基于Python 语言,用于模拟发送HTTP 请求
pip install --no-index --find-links=包目录 -r requirement.txt



3.安装RIDE库
Robotframework IDE
提供编写robotframework 测试用例的图形界面。
pip install --no-index --find-links=包目录 -r requirement.txt

posted @ 2023-11-05 19:34  码·蚁  阅读(23)  评论(0编辑  收藏  举报