zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Python---Flask--08--Flask-Ckeditor
    Python---Flask--07--SQLAlchemy基本关系
    Python---Flask--06--分页的实现
    Python---Flask--05--g对象和钩子函数
    maven项目管理构建
    POI 设置
    http状态码
    hibernate框架之-查询结果集返回类型
    Struts2框架之-注解开发
    Struts2框架之-Struts2的标签
  • 原文地址:https://www.cnblogs.com/saryli/p/7268495.html
Copyright © 2011-2022 走看看