Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
3911d240
Commit
3911d240
authored
Dec 20, 2023
by
xiao-hesheng
Browse files
增加配送模块脚本
parent
8d00d758
Changes
4
Hide whitespace changes
Inline
Side-by-side
air_case/a6_mdm3_dp/a5_4配送单列表_全部.air/a5_4配送单列表_全部.py
View file @
3911d240
...
@@ -5,7 +5,7 @@ __author__ = "xiaohesheng"
...
@@ -5,7 +5,7 @@ __author__ = "xiaohesheng"
"""
"""
case_tag:api,mdm-web,a5_4配送单列表_全部,id2291,id2291-18,sit,on
case_tag:api,mdm-web,a5_4配送单列表_全部,id2291,id2291-18,sit,on
主数据平台:a5_4配送单
查询
_全部
主数据平台:a5_4配送单
列表
_全部
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
...
...
air_case/a6_mdm3_dp/a5_5配送单列表_待验收.air/a5_5配送单列表_待验收.py
0 → 100644
View file @
3911d240
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a5_5配送单列表_待验收,id2291,id2291-19,sit,on
主数据平台:a5_5配送单查询_待验收
"""
from
common.common_func
import
commonFuc
from
airtest.core.api
import
using
import
sys
module
=
"a6_mdm3_dp"
def
select1
():
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
using
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
from
a1企业登录
import
e_login
token
,
projectCode
,
uxid
,
corpId
,
e_name
=
e_login
()
"""
场景:a5_5配送单查询_待验收
用例名称:a5_5配送单查询_待验收
输入:无
输出:"rtn_msg": 0
"""
module
=
"a6_mdm3_dp"
#a1订单配送列表数据查询_全部
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"distr_page_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload7_1"
)
# print('request_body',request_body)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
#断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
data
)
if
code
==
0
and
total
>=
1
:
commonFuc
().
check_text_exist
(
code
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
select1
()
air_case/a6_mdm3_dp/a5_6配送单列表_已完成.air/a5_6配送单列表_已完成.py
0 → 100644
View file @
3911d240
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a5_7配送单列表_已作废,id2291,id2291-20,sit,on
主数据平台:a5_7配送单列表_已作废
"""
from
common.common_func
import
commonFuc
from
airtest.core.api
import
using
import
sys
module
=
"a6_mdm3_dp"
def
select1
():
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
using
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
from
a1企业登录
import
e_login
token
,
projectCode
,
uxid
,
corpId
,
e_name
=
e_login
()
"""
场景:a5_5配送单查询_待验收
用例名称:a5_5配送单查询_待验收
输入:无
输出:"rtn_msg": 0
"""
module
=
"a6_mdm3_dp"
#a1订单配送列表数据查询_全部
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"distr_page_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload7_2"
)
# print('request_body',request_body)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
#断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
data
)
if
code
==
0
and
total
>=
1
:
commonFuc
().
check_text_exist
(
code
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
select1
()
air_case/a6_mdm3_dp/a5_7配送单列表_已作废.air/a5_7配送单列表_已作废.py
0 → 100644
View file @
3911d240
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a5_7配送单查询_已作废,id2291,id2291-21,sit,on
主数据平台:a5_7配送单查询_已作废
"""
from
common.common_func
import
commonFuc
from
airtest.core.api
import
using
import
sys
module
=
"a6_mdm3_dp"
def
select1
():
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
using
(
pro_path
+
r
'\\air_case\\a6_mdm3_dp\\a1企业登录.air'
)
from
a1企业登录
import
e_login
token
,
projectCode
,
uxid
,
corpId
,
e_name
=
e_login
()
"""
场景:a5_7配送单查询_已作废
用例名称:a5_7配送单查询_已作废
输入:无
输出:"rtn_msg": 0
"""
module
=
"a6_mdm3_dp"
#a1订单配送列表数据查询_全部
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"distr_page_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload7_3"
)
# print('request_body',request_body)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
#断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
data
)
if
code
==
0
and
total
>=
1
:
commonFuc
().
check_text_exist
(
code
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
select1
()
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