Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 417 Bytes

iInterface

接口测试用例Sample

  1. 测试城市天气状况接口,
  2. 请求天气接口 例如: 北京 http://www.weather.com.cn/data/cityinfo/101010100.html
  3. 解析返回JSON值, 实际值 期望值比对
  4. 输出测试报告

Mock演示方法

  1. mock server 代码在 py/weather.py, 使用python3运行
  2. 将iInterface.properties复制/粘贴到 {user.home} 目录下, 配置 server_addr 参数