zoukankan      html  css  js  c++  java
  • Robotframework测试相关库的简单整理

    一、 官网地址

          http://robotframework.org/#libraries

         

    二、几类测试所用到的常用库初步整理

    1. UI自动化测试

        Selenium2Library、BuiltIn(自带,引用一下即可)

        命令:pip install robotframework-selenium2library

       

    2. 数据库测试

        pymysql、DatabaseLibrary

        命令:

        pip install robotframework-databaselibrary

        pip install PyMySQL

    3. 接口测试

        requests、 RequestsLibrary、 json、HttpLibrarySelenium2LibraryCollections(自带,引用一下即可)

        命令:

         pip install requests

         pip install robotframework-requests

         pip install robotframework-httplibrary

         pip install jsonpatch

         pip install robotframework-selenium2library

  • 相关阅读:
    POJ 2002 Squares
    POJ 1840 Eqs
    POJ 1759 Garland
    UVA 572 Oil Deposits
    POJ 3278 Catch That Cow
    POJ 2488 A Knight's Journey
    UVA 699 The Falling Leaves
    [Poi1999] 原始生物
    [bzoj3033] 太鼓达人
    [bzoj1123] BLO
  • 原文地址:https://www.cnblogs.com/testwang/p/7853245.html
Copyright © 2011-2022 走看看