Skip to content

cookie0416/iInterface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 参数

About

接口测试用例Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.3%
  • Python 19.4%
  • Shell 17.4%
  • Batchfile 15.9%