1 Star 0 Fork 0

01wrp/ppstman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
参数化用例集.postman_collection.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
01wrp 提交于 2023-03-09 12:51 . Initial commit
{
"info": {
"_postman_id": "378e05d9-1eeb-49ca-99b6-fe95202c7bbf",
"name": "参数化用例集",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "参数化案例-按手机号找运营商",
"event": [
{
"listen": "test",
"script": {
"exec": [
"// 断言手机号对应的归属地\r",
"pm.test(\"断言归属地\", function () {\r",
" var jsonData = pm.response.json();\r",
" pm.expect(jsonData.data.sp).to.eql(data.file_sp);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://cx.shouji.360.cn/phonearea.php?number={{file_mobile}}",
"protocol": "http",
"host": [
"cx",
"shouji",
"360",
"cn"
],
"path": [
"phonearea.php"
],
"query": [
{
"key": "number",
"value": "{{file_mobile}}"
}
]
}
},
"response": []
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WRP1234/ppstman.git
git@gitee.com:WRP1234/ppstman.git
WRP1234
ppstman
ppstman
master

搜索帮助