sikulix图片自动化测试,与robotframework整合介绍

Posted ikoader

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sikulix图片自动化测试,与robotframework整合介绍相关的知识,希望对你有一定的参考价值。

一 sikulix简介:

Sikuli automates anything you see on the screen. It usesimage recognition to identify and control GUI components. It is useful whenthere is no easy access to a GUI‘s internal or source code
The SikuliX package line is now maintained and furtherdeveloped by Raimund Hocke (aka RaiMan) together with the open-sourcecommunity.Sikuli官网:http://www.sikuli.org/
SikuliX官网:http://www.sikulix.com/
二 sikulix安装:
1安装java/jre,并配置java_home环境变量
2下载sikulixsetup-1.1.0.jar
地址:https://launchpad.net/sikuli/sikulix/1.1.0
3执行java –jarsikulixsetup-1.1.0.jar

三 。。。。 

更详情内容请参考:http://www.infosz.com/forum.php?mod=viewthread&tid=723

以上是关于sikulix图片自动化测试,与robotframework整合介绍的主要内容,如果未能解决你的问题,请参考以下文章

RobotFrame——我的第一个自动化测试脚本

Robotframe work之web自动化测试小例子

Mac 上安装robotframe无法ride.py怎么办

Sikulix:将鼠标向右移动

SikuliX:我的脚本在检测图像时反应太慢,如何改进?

Sikuli--基于像素的图像识别(JAVA)