码迷,mamicode.com
首页 > 其他好文 > 详细

RF接口测试----get请求

时间:2020-04-02 22:58:54      阅读:348      评论:0      收藏:0      [点我收藏+]

标签:text   height   数据   search   python   col   ase   get   ESS   

 

代码:

*** Settings ***
Library    RequestsLibrary    


*** Test Cases ***    
聚合数据----手机号码归属地查询--get请求
    Create Session    telephonesearch    http://apis.juhe.cn   
    &{params}=  Create Dictionary    phone=18336008908   key=ed7965650d....9b971c9ec6fca   
    Log    ${params}    
    ${response}=  Get Request    telephonesearch    /mobile/get  params=${params}   
    Log    ${response.text}
    Log    ${response.status_code}   

  

 

运行结果:

技术图片

 

RF接口测试----get请求

标签:text   height   数据   search   python   col   ase   get   ESS   

原文地址:https://www.cnblogs.com/taiyangfeng/p/12623090.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!