zoukankan      html  css  js  c++  java
  • Robot Framework:接口测试

    ---恢复内容开始---

    robotframework进行接口测试,需要安装Request和RequestLibrary包

    pip install requests
    
    pip install -U robotframework-requests

    将Request和RequestLibrary导入到Robotframework中:

    GET 接口                                                                                                                           

     

    POST 接口                                                                                                                        

     

  • 相关阅读:
    计算组合数
    UVa11889
    UVa11388
    二分查找
    UVa12096
    UVa156
    UVa400
    京东2017校招编程题
    华为2017秋招测试工程师笔试试卷
    剑指offer第七章&第八章
  • 原文地址:https://www.cnblogs.com/rechin/p/10084285.html
Copyright © 2011-2022 走看看