RobotFramework-TestAutomation

时间:2024-05-07 16:15:50
【文件属性】:

文件名称:RobotFramework-TestAutomation

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-07 16:15:50

RobotFramework

机器人测试自动化框架示例 这是使用Robot Framework设计的示例Test Automation框架。 在此框架中,我们将看到一些用于学习的基本工作示例。 特征 该自动化框架是使用Robot Framework设计的。 Python被用作脚本语言。 报告是使用Robot Framework内置模块实现的。 这将以html格式生成报告,并捕获屏幕截图。 开始 先决条件 下载并安装Chrome或Firefox浏览器。 下载并安装Python 下载并安装任何文本编辑器,例如Visual Code / Sublime / Brackets 设置机器人框架 将存储库克隆到文件夹中 转到项目根目录并通过运行以下命令安装依赖项: pip install -r requirements.txt 来自requests.txt的所有依赖项都将被安装。 现在,您必须设置ChromeDrive


【文件预览】:
RobotFramework-TestAutomation-master
----Objects()
--------Locators()
----LICENSE(1KB)
----TestSuite()
--------TestSuite.robot(995B)
--------__init__.robot(0B)
----requirements.txt(334B)
----TestData()
--------TestConfig.robot(101B)
--------TestData.robot(446B)
----.gitignore(1KB)
----README.md(2KB)
----Keywords()
--------LaunchApplication.robot(182B)
--------SearchKeywords.robot(336B)
--------CreateAnAccountKeywords.robot(1KB)

网友评论