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
4acc16c1
Commit
4acc16c1
authored
Feb 21, 2024
by
xiao-hesheng
Browse files
新增科室人员查询脚本
parent
8c82f5aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.air/r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.py
0 → 100644
View file @
4acc16c1
# -*- 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,r_b5科室管理_科室人员查询_按科室查询人员_获取用户id,id2263,id2263-217,sit,on
内网:r_b5科室管理_科室人员查询_按科室查询人员_获取用户id
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:r_b5科室管理_科室人员查询_按科室查询人员_获取用户id
用例名称:r_b5科室管理_科室人员查询_按科室查询人员_获取用户id
输入:""
输出:"rtn_msg": {"code": 0, "msg": null, "data":[]}
"""
# 内网登录
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)
# r_b5科室管理_科室人员查询_按科室查询人员_重置密码
# pro_path = commonFuc().get_pro_path()
# sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_a4科室管理_自动请领排程_列表查询_获取id.air')
# using(pro_path + r'\\air_case\\b2_herp3_bs\\r_a4科室管理_自动请领排程_列表查询_获取id.air')
# from r_a4科室管理_自动请领排程_列表查询_获取id import test1
# list_id = test1()
# print(list_id)
# for i in list_id:
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"deptProcOrder_deptUser_url"
)
# url=url+i+'?id='+i
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"
))
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# str1 = commonFuc().get_business_data(module, 'data14')
# 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"]
# 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload61_5"
)
# request_body='['+str(request_body)+']'
# new_request_body = request_body.replace("'", '"')
# print(new_request_body)
# import json
# request_body_json = json.loads(new_request_body)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
# 断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
data
)
cname
=
commonFuc
().
analysis_json
(
'cname'
,
data1
)
# print(len(data1))
if
code
==
0
and
data
==
None
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b2_herp3_bs/r_b5科室管理_科室人员查询_按科室查询人员_重置密码.air/r_b5科室管理_科室人员查询_按科室查询人员_重置密码.py
0 → 100644
View file @
4acc16c1
# -*- 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,r_b5科室管理_科室人员查询_按科室查询人员_重置密码,id2263,id2263-218,sit,on
内网:r_b5科室管理_科室人员查询_按科室查询人员_重置密码
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:r_b5科室管理_科室人员查询_按科室查询人员_重置密码
用例名称:r_b5科室管理_科室人员查询_按科室查询人员_重置密码
输入:""
输出:"rtn_msg": {"code": 0, "msg": null, "data":[]}
"""
# 内网登录
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)
# r_b5科室管理_科室人员查询_按科室查询人员_重置密码
# pro_path = commonFuc().get_pro_path()
# sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_a4科室管理_自动请领排程_列表查询_获取id.air')
# using(pro_path + r'\\air_case\\b2_herp3_bs\\r_a4科室管理_自动请领排程_列表查询_获取id.air')
# from r_a4科室管理_自动请领排程_列表查询_获取id import test1
# list_id = test1()
# print(list_id)
# for i in list_id:
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"deptProcOrder_deptUser_url"
)
# url=url+i+'?id='+i
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"
))
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# str1 = commonFuc().get_business_data(module, 'data14')
# 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"]
# 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload61_5"
)
# request_body='['+str(request_body)+']'
# new_request_body = request_body.replace("'", '"')
# print(new_request_body)
# import json
# request_body_json = json.loads(new_request_body)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
# 断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
data
)
cname
=
commonFuc
().
analysis_json
(
'cname'
,
data1
)
# print(len(data1))
if
code
==
0
and
data
==
None
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
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