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
0698c477
Commit
0698c477
authored
Mar 14, 2024
by
xiao-hesheng
Browse files
新增采购计划审核脚本
parent
38fe1fd8
Changes
5
Hide whitespace changes
Inline
Side-by-side
air_case/b3_herp3_purchase/a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号.air/a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号.py
0 → 100644
View file @
0698c477
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号,id2297,id2297-22,sit,on
内网:a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
test1
():
module
=
"b3_herp3_purchase"
"""
场景:a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号
用例名称:a_c2_采购计划审核_列表查询_条件查询_精确查询_根据采购计划号
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password,'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
# print( token,projectCode,uxid,corpId,info)
#
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"herpService_purPlan_listVoPage_url"
)
print
(
url
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
print
(
'headers'
,
headers
)
# # #获取日期
# date1=timeUtils().get_time_hms(2)
# date2=timeUtils().get_time_add(-1)
# print(date1,date2)
info
=
FileUtils
().
r_info8
(
module
,
"采购计划信息"
,
'message'
)
print
(
info
)
orderNo
=
info
[
'orderNo'
]
# # 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload18_1"
,
orderNo
)
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
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b3_herp3_purchase/a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间.air/a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间.py
0 → 100644
View file @
0698c477
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间,id2297,id2297-23,sit,on
内网:a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
test1
():
module
=
"b3_herp3_purchase"
"""
场景:a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间
用例名称:a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password,'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
# print( token,projectCode,uxid,corpId,info)
#
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"herpService_purPlan_listVoPage_url"
)
print
(
url
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
print
(
'headers'
,
headers
)
# #获取日期
date1
=
timeUtils
().
get_time_hms
(
2
)
date2
=
timeUtils
().
get_time_add
(
-
1
)
print
(
date1
,
date2
)
# info = FileUtils().r_info8(module, "采购计划信息", 'message')
# print(info)
# orderNo = info['orderNo']
# # 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload18_2"
,
date2
,
date1
)
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
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b3_herp3_purchase/a_c4_采购计划审核_列表查询_条件查询_精确查询_根据计划类型.air/a_c4_采购计划审核_列表查询_条件查询_精确查询_根据计划类型.py
0 → 100644
View file @
0698c477
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_c4_采购计划审核_列表查询_条件查询_精确查询_根据计划类型,id2297,id2297-24,sit,on
内网:a_c4_采购计划审核_列表查询_条件查询_精确查询_根据计划类型
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
test1
():
module
=
"b3_herp3_purchase"
"""
场景:a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间
用例名称:a_c3_采购计划审核_列表查询_条件查询_精确查询_根据制单时间
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password,'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
# print( token,projectCode,uxid,corpId,info)
#
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"herpService_purPlan_listVoPage_url"
)
print
(
url
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
print
(
'headers'
,
headers
)
str
=
commonFuc
().
get_business_data
(
module
,
'data8'
)
list2
=
list
(
str
.
split
(
","
))
print
(
list2
)
for
i
in
list2
:
# # 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload17_4"
,
i
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
# 断言i
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
data
)
closeStatus
=
commonFuc
().
analysis_json
(
'closeStatus'
,
data
)
print
(
'closeStatus'
,
closeStatus
)
if
code
==
0
and
len
(
data
)
>=
0
and
total
>=
0
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
# 计划类型为全部
# # 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload17_5"
)
# 发送请求
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
)
closeStatus
=
commonFuc
().
analysis_json
(
'closeStatus'
,
data
)
print
(
'closeStatus'
,
closeStatus
)
if
code
==
0
and
len
(
data
)
>=
0
and
total
>=
1
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
data/b3_herp3_purchase/data
View file @
0698c477
...
...
@@ -61,5 +61,9 @@ json_headers2: {
"payload17_5": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","recType":"","hosId":"h0347","status":"","startTime":null,"endTime":null}}
"payload17_6": {"pageNum":1,"pageSize":"%s","queryObject":{"orderNo":"","recType":"","hosId":"h0347","status":"","startTime":null,"endTime":null}}
"payload18": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","hosId":"h0347","status":"10","startTime":null,"endTime":null}}
"payload18_1": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"%s","hosId":"h0347","status":"10","startTime":null,"endTime":null}}
"payload18_2": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","hosId":"h0347","status":"10","startTime":"%s","endTime":"%s"}}
checkDict2: {"code": 0,'msg': None,'data':1}
report/summary.html
View file @
0698c477
...
...
@@ -56,7 +56,7 @@
<tr
width=
"600"
>
<td
class=
'details-col-elapsed'
>
1
</td>
<td
class=
'details-col-elapsed'
>
1
</td>
<td
class=
'details-col-elapsed'
>
0分
0
秒
</td>
<td
class=
'details-col-elapsed'
>
0分
1
秒
</td>
<td
class=
"details-col-elapsed"
>
100.0%
</td>
</tr>
</table>
...
...
@@ -72,9 +72,9 @@
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
1
_采购计划审核_列表查询_
全部查询
/log.html'
target=
'_blank'
>
a_c
1
_采购计划审核_列表查询_
全部查询
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
4
_采购计划审核_列表查询_
条件查询_精确查询_根据计划类型
/log.html'
target=
'_blank'
>
a_c
4
_采购计划审核_列表查询_
条件查询_精确查询_根据计划类型
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.777
</td>
<td
class=
"details-col-elapsed"
>
1.258
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
...
...
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