RF ---library

RF内置库:

http://robotframework.org/robotframework/

SSHLibrary:   ---WEB自动化测试

http://robotframework.org/SSHLibrary/latest/SSHLibrary.html

Selenium2Library:  ---WEB自动化测试

http://robotframework.org/Selenium2Library/doc/Selenium2Library.html

DatabaseLibrary: ---数据库自动化测试

pip install robotframework-databaselibrary

现在只安装 DatabaseLibrary 库,Python 操作不同的数据库,还需要安装相应的数据库驱动。

MySQL 数据库驱动:PyMySQL https://pypi.python.org/pypi/PyMySQL/ 这个包包含一个纯 python MySQL 客户端库。

http://franz-see.github.io/Robotframework-Database-Library/api/0.6/DatabaseLibrary.html

AutoItLibrary: ---C/S自动化测试

AutoIt这是一个使用类似BASIC脚本语言的免费软件,它设计用于Windows GUI(图形用户界面)中进行 自动化操作。它利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。而这是其它语言不可 能做到或无可靠方法实现的(例如 VBScript 和 SendKeys)。 AutoItLibrary 是基于 AutoIt 针对于 Robot Framework 开发的一个库。

 

Python Standard Library:

https://docs.python.org/3/library/index.html

posted on 2017-08-01 14:43  清明-心若淡定  阅读(388)  评论(0编辑  收藏  举报