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

  • 相关阅读:
    QPushbutton样式
    qt调动DLL
    QLabel设置行间距
    Qt 5.2.1 applications (32 bit) in CentOS (64 bit with gcc 4.8.2)
    qt设置阴影效果
    ubuntu命令
    How to configure NFS on Linux
    gsoap生成onvif c++源码
    QUrl乱码问题
    QTableWidget自适应标题(铺满、可调节)
  • 原文地址:https://www.cnblogs.com/saryli/p/7268495.html
Copyright © 2011-2022 走看看