
robotframework
jgw2008
这个作者很懒,什么都没留下…
展开
-
Setup the build environment for Robot Framework (For Ubuntu 16.04)
The below SOP is test on Ubuntu 16.04, you can refer it on other Ubuntu version,The Python has already included in the Ubuntu 16.04, so it does NOT need install again.1. Install tool pip$ sudo a原创 2017-08-02 18:12:14 · 922 阅读 · 0 评论 -
Robot Framework+Appium案例分享三: WiFi测试
本文分享一个Test Suit, WiFi测试, 测试WiFi打开以及连接功能.原创 2017-09-18 16:31:22 · 1656 阅读 · 0 评论 -
Robot Framework+Appium案例分享二: Camera测试
本文分享2个测试suit, 一个是测试后置Camera; 另外一个是测试前置Camera.原创 2017-09-18 16:14:21 · 1456 阅读 · 0 评论 -
Robot Framework+Appium案例分享一: 验证版本信息
本文分享2个测试suit, 一个是抓取并验证Android的版本信息; 另一个是抓取battery的版本信息.原创 2017-09-18 14:47:59 · 1902 阅读 · 0 评论 -
Robot Framework如何对Android的控件定位
使用Robot Framework测试Android的过程中, 一定要经常对Android的控件定位. 下面分享一些我自己常用的控件定位的方法.原创 2017-09-18 14:18:56 · 1883 阅读 · 0 评论 -
Robot Framework如何在Android中实现滚屏
在使用Robot Framework测试Android机器过程中, 经常要用到滚屏操作, 改如何实现这个效果呢?其中一个方法, 就是使用关键字"Swipe", 这个关键字的效果类似模拟操作人员滑动屏幕的效果, 它有5个参数...原创 2017-09-15 17:17:16 · 2236 阅读 · 2 评论 -
Robot Framework如何等待Android屏幕中的某个控件出现
在之前的博客“Robot Framework + Appium测试Android设备”,我们已经介绍了如何使用Robot Framework和Appium测试Android设备,如果对这部分还不熟悉的童鞋,可以参考本人之前的博客。在用Robot Framework写测试代码时, 有时需要等待当前屏幕出现某个控件, 以便进行下一步的操作.我们在上一篇博文中有介绍关键字"Get原创 2017-09-14 18:00:06 · 1502 阅读 · 0 评论 -
Robot Framework如何判断Android屏幕是否含有某个控件
在Robot Framework中, 我们可以使用keyword "Get Matching Xpath Count" 来判断当前屏幕是否包含某个控件. 这个keyword的输入参数"xpath", 输出参数是当前屏幕包含此控件的个数.原创 2017-09-14 17:14:59 · 2950 阅读 · 0 评论 -
Robot Framework如何向Android发送keycode键盘事件
今天要谈到的keyword就是“Press Keycode”,它有2个参数keycode 和 metastate=None。原创 2017-09-12 16:09:46 · 2974 阅读 · 4 评论 -
Robot Framework + Appium测试Android设备
最近的一些项目需要使用Robot Framework测试Android设备,Appium则是目前测试移动设备最合适的library.在搭建环境的过程中,选择的PC主机环境是Ubuntu,当然大家也可以选择Windows或者MAC。不过,这篇小文章的安装篇是以Ubutu 14.04为例来测试的。原创 2017-09-01 18:22:12 · 14174 阅读 · 3 评论 -
Robot Framework 介绍
本文的主要目的是简要地介绍Robot Framework功能和特性,更加详细的内容,请移步至官网http://robotframework.org/ (官网的内容最为全面详细,由英文编写)。本文分为下列小节作为讲解,1. Robot Framework的特性;2. Robot Framework的架构;3. 如何安装编译环境 (以Ubuntu为例);4. 示例1:Hel原创 2017-08-10 17:44:36 · 7717 阅读 · 0 评论 -
Robot Framework +Appium的简单教程
Robot Framework +Appium的简单教程及实例原创 2016年08月04日 15:43:53RF+Appium介绍网上文章较多,不做赘述 Robot Framework AppiumRF 的安装和配置在使用 RF(Rebot framework)的时候需要 Python 或 Jython 环境,具体可根据自己的需求来确定。转载 2017-08-25 18:41:16 · 2078 阅读 · 0 评论 -
download chromedriver from mirror website
When run web auto test with Selenium, the chromedriver is needed when the target browser is chrome.Unfortunately, the chromedriver is developed by google and google is blocked by the China Great Wa原创 2017-08-04 13:30:02 · 876 阅读 · 0 评论 -
Robot Framework+Appium案例分享四: Bluetooth测试
本文分享一个Test Suit, Bluetooth测试, 包括蓝牙打开, 扫描, 连接.原创 2017-09-18 16:45:06 · 1794 阅读 · 0 评论