自动化测试-Robot Framework(一)

举报
Fitz 发表于 2017/12/23 15:05:33 2017/12/23
【摘要】 (一)Robot Framework 介绍Robot Framework 官方网站:http://robotframework.org/介绍 Robot Framework 架构是一个通用的验收测试和验收测试驱动开发的自动化测试框架(ATDD)。它具有易于使用的表格来组织测试过程和测试数据。test caseopen browserhttp://www.baidu.comchromeinput t

(一)Robot Framework 介绍

Robot Framework 官方网站:http://robotframework.org/

介绍



Robot Framework 架构是一个通用的验收测试和验收测试驱动开发的自动化测试框架(ATDD)。它具有易于使用的表格来组织测试过程和测试数据。

test case



open browser

http://www.baidu.com

chrome

input text

id=kw

robot framework

click button

id=su


close browser



它使用关键字驱动的测试方法。

对于上面的例子来说,open browser 、input text、click button 和 close browser,都是“关键字”,这些关键字由 robotframework-seleniumlibrary 类库所提供。当然,我们也可以自定义关键字。

其检测能力可以通过测试库实现可以使用 Python 或 Java 的扩展,用户可以使用相同的语法,用于创建测试用例创建新的更高层次的现有的关键词。

Robot Framework 的操作系统和应用独立框架。核心框架是使用 Python 和运行在 Jython(JVM)和 IronPython(.NET)。

特点



Clear

Robot Framework has a modular architecture that can be extended with bundled and self-madetest libraries.

Test data is defined in files using the syntax shown in the examples below. A file containing test cases creates a test suite and placing these files into directories creates a nested structure of test suites.

Easy

When test execution is started, the framework first parses the test data. It then utilizes keywords provided by the test libraries to interact with the system under test. Libraries can communicate with the system either directly or using other test tools as drivers.

Test execution is started from the command line. As a result you get report and log in HTML format as well as an XML output. These provide extensive look into what your system does.

以上是官网的介绍,我懒得翻译了。我将 Robot Framework的特点总结为以下几点:

·         使用简单

·         非常丰富的库

·         可以像编程一样写测试用例

·         支持开发系统关键字

模块化 & 架构



Modular

image.png

Robot framework 本质上是基于 Python 语言开发的一个框架,它提供了一套独立的语法。它本身只提供基础的一些功能。比如,它自带的 Builtin 库中提供的关键字告诉你如何定义变量、数组和字典,打印信息,分支语句和循环等。以及框架本身所提供的 “自动化” 功能,如何组织用例,生成测试报告。

如果你想实现某一类型的自动化测试,如中接口、UI 或 移动APP的自动化,需要通过第三方Library完成。

支持的 Library



Robot Framework 所支持的库主要分 标准库 、 扩展库 和 其它 。 标准库提供基本功能,扩展库提供特定领域的操作。

因为 Robot Framework 所支持的测试库非常多,这里例一些常用的。

·         Web 自动化测试:SeleniumLibrary,Selenium2Library,Selenium2Library for Java、watir-robot 等。

·         Windows GUI 测试:AutoItLibrary。

·         移动测试:Android library、iOS library、AppiumLibrary 等。

·         数据库测试:Database Library (Java)、Database Library (Python)、MongoDB library 等。

·         文件对比测试:Diff Library。

·         HTTP 测试:HTTP library (livetest)、HTTP library (Requests)等。

查看所有Librarys

例子



最后我们一睹 Robot Framework 语法的风采。

image.png

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。