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
92ac4255
Commit
92ac4255
authored
Jan 02, 2024
by
xiao-hesheng
Browse files
增加根据结算类型查询产品信息_不结算,根据结算类型查询产品信息_入定向仓结算,根据结算类型查询产品信息_入中心库结算 脚本
parent
24649d6e
Changes
5
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/g2_1_根据结算类型查询产品信息_中心库入库结算.air/g2_1_根据结算类型查询产品信息_中心库入库结算.py
0 → 100644
View file @
92ac4255
# -*- encoding=utf8 -*-
import
sys
from
airtest.core.helper
import
using
from
common.db.sql.sql_del_branch_info
import
delByBranchId
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,g2_1_根据结算类型查询产品信息_中心库入库结算,id2263,id2263-62,sit,on
内网:g2_1_根据结算类型查询产品信息_中心库入库结算
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:g2_1_根据结算类型查询产品信息_中心库入库结算
用例名称:g2_1_根据结算类型查询产品信息_中心库入库结算
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
#内网登录
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)
#g2_1_根据结算类型查询产品信息_中心库入库结算
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"supplyProvHosGoods_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"
))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload49"
)
print
(
request_body
)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
if
total
>=
0
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b2_herp3_bs/g2_2_根据结算类型查询产品信息_不结算.air/g2_2_根据结算类型查询产品信息_不结算.py
0 → 100644
View file @
92ac4255
# -*- encoding=utf8 -*-
import
sys
from
airtest.core.helper
import
using
from
common.db.sql.sql_del_branch_info
import
delByBranchId
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,g2_1_根据结算类型查询产品信息_不结算,id2263,id2263-63,sit,on
内网:g2_1_根据结算类型查询产品信息_不结算
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:g2_1_根据结算类型查询产品信息_不结算
用例名称:g2_1_根据结算类型查询产品信息_不结算
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
#内网登录
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)
#g2_1_根据结算类型查询产品信息_不结算
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"supplyProvHosGoods_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"
))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload49_1"
)
print
(
request_body
)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
if
total
>=
0
:
print
(
total
)
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b2_herp3_bs/g2_3_根据结算类型查询产品信息_消耗结算.air/g2_3_根据结算类型查询产品信息_消耗结算.py
0 → 100644
View file @
92ac4255
# -*- encoding=utf8 -*-
import
sys
from
airtest.core.helper
import
using
from
common.db.sql.sql_del_branch_info
import
delByBranchId
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,g2_3_根据结算类型查询产品信息_消耗结算,id2263,id2263-64,sit,on
内网:g2_3_根据结算类型查询产品信息_消耗结算
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:g2_3_根据结算类型查询产品信息_消耗结算
用例名称:g2_3_根据结算类型查询产品信息_消耗结算
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
#内网登录
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)
#g2_3_根据结算类型查询产品信息_消耗结算
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"supplyProvHosGoods_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"
))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload49_2"
)
print
(
request_body
)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
if
total
>=
0
:
print
(
total
)
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
data/b2_herp3_bs/data
View file @
92ac4255
...
...
@@ -216,6 +216,10 @@ json_headers2: {
"payload46": {"queryObject": {"goodsName": "","goodsMfrsName": "","purModes": [],"hosId": "h0347","branchId": "%s","grantRule": 1,"goodsSpec": "xhs"},"pageNum": 1, "pageSize": 50}
"payload47": {"branchGoodsIds": ["%s"],"hosGoodsIds": ["%s"],"grantRule": 2,"branchId": "%s"}
"payload48": {"branchGoodsIds": ["%s"],"hosGoodsIds": ["%s"],"grantRule": 3,"branchId": "%s"}
"payload49": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 1,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
"payload49_1": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 2,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
"payload49_2": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 3,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: {
...
...
report/summary.html
View file @
92ac4255
...
...
@@ -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分
3
秒
</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/
a4_3结算管理_结算单开票_发票录入查询
/log.html'
target=
'_blank'
>
a4_3结算管理_结算单开票_发票录入查询
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/
g2_3_根据结算类型查询产品信息_消耗结算
/log.html'
target=
'_blank'
>
g2_3_根据结算类型查询产品信息_消耗结算
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
3.542
</td>
<td
class=
"details-col-elapsed"
>
0.896
</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