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
7ba0108a
Commit
7ba0108a
authored
Feb 07, 2024
by
xiao-hesheng
Browse files
新增请领模板维护脚本
parent
07c098ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/p6科室管理_科室产品分配_请领模板维护_删除模板.air/p6科室管理_科室产品分配_请领模板维护_删除模板.py
0 → 100644
View file @
7ba0108a
# -*- encoding=utf8 -*-
import
sys
from
airtest.core.helper
import
using
from
common.db.sql.sql_del_branch_info
import
delData
from
common.db.sql.sql_del_kind_goodsinfo
import
delKindGoodsinfo
from
common.db.sql.sql_del_notices_info
import
delByNoticeName
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,p6科室管理_科室产品分配_请领模板维护_删除模板,id2263,id2263-188,sit,on
内网:p6科室管理_科室产品分配_请领模板维护_删除模板
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:p6科室管理_科室产品分配_请领模板维护_删除模板
用例名称:p6科室管理_科室产品分配_请领模板维护_删除模板
输入:""
输出:"rtn_msg": {"code": 0, "msg": null, "data":51660462cb564f2e84e93d70661f3ec8}
"""
#内网登录
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)
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\b2_herp3_bs\\p4科室管理_科室产品分配_请领模板维护_模板列表查询.air'
)
using
(
pro_path
+
r
'\\air_case\\b2_herp3_bs\\p4科室管理_科室产品分配_请领模板维护_模板列表查询.air'
)
from
p4科室管理_科室产品分配_请领模板维护_模板列表查询
import
test1
id1
=
test1
()
print
(
id1
)
#p6科室管理_科室产品分配_请领模板维护_删除模板
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"basic_goodsPurTemplate_deleteById_url"
)
url
=
url
+
id1
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# str = commonFuc().get_business_data(module, 'data3')
# list2 = list(str.split(","))
# print(list2)
# #获取日期
# date1=timeUtils().get_time_hms(2)
# date2=timeUtils().get_time_hms(2)
# for i in list2:
# dept2_id = FileUtils().r_info(module, '科室信息')["dept2_id"]
# 请求体
# for i in list2:
# request_body = commonFuc().get_business_data(module, "payload59_3",'修改模板名称测试',id1)
# # # 发送请求
result
=
commonFuc
().
http_delte
(
url
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
#断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
if
code
==
0
and
data
==
1
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
data/b2_herp3_bs/data
View file @
7ba0108a
...
...
@@ -75,6 +75,7 @@
"basic_goodsPurTemplate_insert_url": "/api/herpService/basic/goodsPurTemplate/insert"
"basic_goodsPurTemplate_list_url": "/api/herpService/basic/goodsPurTemplate/list"
"basic_goodsPurTemplate_updateById_url": "/api/herpService/basic/goodsPurTemplate/updateById"
"basic_goodsPurTemplate_deleteById_url": "/api/herpService/basic/goodsPurTemplate/deleteById?id="
"basic_stockInfo_stockTree": "/api/herpService/basic/stockInfo/stockTree"
...
...
report/summary.html
View file @
7ba0108a
...
...
@@ -72,9 +72,9 @@
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/p
5
科室管理_科室产品分配_请领模板维护_
编辑
模板/log.html'
target=
'_blank'
>
p
5
科室管理_科室产品分配_请领模板维护_
编辑
模板
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/p
6
科室管理_科室产品分配_请领模板维护_
删除
模板/log.html'
target=
'_blank'
>
p
6
科室管理_科室产品分配_请领模板维护_
删除
模板
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
4.213
</td>
<td
class=
"details-col-elapsed"
>
3.992
</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