美文网首页
python笔试面试项目实战2020百练12-使用request

python笔试面试项目实战2020百练12-使用request

作者: python测试开发 | 来源:发表于2020-10-15 20:51 被阅读0次

    使用requests做HTTP接口测试

    2,编程题 -- 此题如能在本机(unbuntu)上调试出来更佳。

    请使用linux命令、shell或python、java等向http://httpbin.org/post
    提交json '{"key":"value"}' ,并提取返回结果中origin部分的内容,即本地出口IP的地址
    以python为例:

     $ python http_api_testing_requests.py 
    112.97.56.185
    

    参考资料

    参考答案

    • 用json参数
    • 设置请求头

    相关文章

      网友评论

          本文标题:python笔试面试项目实战2020百练12-使用request

          本文链接:https://www.haomeiwen.com/subject/fpoopktx.html