(二)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 @   码·蚁  阅读(31)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
点击右上角即可分享
微信分享提示