Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
56781af3
Commit
56781af3
authored
1 year ago
by
liguangyu06
Browse files
Options
Download
Email Patches
Plain Diff
用例新增:获取雅培公司列表接口验证
parent
f665b36b
main
master
1 merge request
!5
Master|更新商品模块和订单逆向模块用例
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
air_case/cmdc_product/获取雅培公司列表.air/获取雅培公司列表.py
+37
-0
air_case/cmdc_product/获取雅培公司列表.air/获取雅培公司列表.py
data/cmdc_product/data
+4
-0
data/cmdc_product/data
with
41 additions
and
0 deletions
+41
-0
air_case/cmdc_product/获取雅培公司列表.air/获取雅培公司列表.py
0 → 100644
+
37
-
0
View file @
56781af3
# -*- encoding=utf8 -*-
__author__
=
"liguangyu"
"""
case_tag:cmdc_api,cmdc获取雅培公司列表,2293,2293-053,sit,bs
主数据平台:运营后台管理系统获取雅培公司列表接口
"""
from
common.common_func
import
commonFuc
from
air_case.cmdc_login.后台管理系统登录.后台管理系统登录
import
CmdcDoLogin
import
requests
import
random
import
json
module
=
"cmdc_product"
# 获取雅培公司列表
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url48"
)
"""
场景: 获取雅培公司列表
用例名称:获取雅培公司列表
输出:{"success":true,"code":"200","message":"OK"}
"""
# 发送请求
result
=
requests
.
get
(
url
)
result
=
json
.
loads
(
result
.
content
)
# print(result)
# 获取预期结果
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict48"
)
# print(check_dict)
# 断言实际结果中是否包含预期结果的内容
commonFuc
().
check_result
(
check_dict
,
result
)
This diff is collapsed.
Click to expand it.
data/cmdc_product/data
+
4
-
0
View file @
56781af3
...
...
@@ -339,7 +339,11 @@ checkDict46: {"success":true,"code":"200","message":"OK"}
checkDict47: {"success":true,"code":"200","message":"OK","data":True}
#测试场景四十八:获取雅培公司列表
"url48": "/user/public/yapeiCompanyList"
#预期结果
checkDict48: {"success":true,"code":"200","message":"OK"}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets