Commit f54ca531 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

基础设置模块-运维管理-字典管理脚本添加

parent a3a9b56b
......@@ -21,8 +21,8 @@ from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_
module = "b2_herp3_bs"
def test1():
"""
场景:j7运维管理_打印模板设置_资源查询
用例名称:j7运维管理_打印模板设置_资源查询
场景:k3运维管理_字典管理_字典列表查询
用例名称:k3运维管理_字典管理_字典列表查询
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
......@@ -34,7 +34,7 @@ def test1():
# 获取token和projectCode
token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info)
#j7运维管理_打印模板设置_资源查询
#k3运维管理_字典管理_字典列表查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "dict_list_page_url")
# 获取请求头信息
......
# -*- 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,k4运维管理_字典管理_字典列表_条件查询,id2263,id2263-121,sit,on
内网:k4运维管理_字典管理_字典列表_条件查询
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k4运维管理_字典管理_字典列表_条件查询
用例名称:k4运维管理_字典管理_字典列表_条件查询
输入:无
输出:"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)
#k4运维管理_字典管理_字典列表_条件查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "dict_list_page_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"]
# list1=["条码","high_info","check_detail","高值打码","out_stock","goods_change_baseInfo","center_out_stock_pkg","mcms_centre_out_stock","pkg_info"
# "mcms_dept_out_stock","barcode_common","mcms_centre_in_stock","goods_change_price","mcms_dept_in_stock","check_detail_pkg",
# "center_out_stock_high","center_out_stock_high","high_consume","shelf_code","barcode_common_pkg","check_detail_high","balance_bill"
# "barcode_rfid","bottle_info","验收单明细打印","产品信息变更","中心库出库单低值","医院中心库出库单","包信息","医院科室出库单",
# "高值纸质条码打印"]
str=commonFuc().get_business_data(module,'data2')
list2=list(str.split(","))
print(list2)
#请求体
for i in list2:
request_body = commonFuc().get_business_data(module, "payload52_1",i)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result',i,result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
data=commonFuc().analysis_json('data',result)
if code==0 and data!=[]:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- 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,k5运维管理_字典管理__字典列表_条件查询_异常,id2263,id2263-122,sit,on
内网:k5运维管理_字典管理__字典列表_条件查询_异常
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k5运维管理_字典管理__字典列表_条件查询_异常
用例名称:k5运维管理_字典管理__字典列表_条件查询_异常
输入:无
输出:"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)
#k5运维管理_字典管理__字典列表_条件查询_异常
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "dict_list_page_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"]
str=commonFuc().get_business_data(module,'data3')
list2=list(str.split(","))
print(list2)
#请求体
for i in list2:
request_body = commonFuc().get_business_data(module, "payload52_1",i)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result',i,result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
data=commonFuc().analysis_json('data',result)
total=commonFuc().analysis_json('total',data)
if code==0 and total==0:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- 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,k6运维管理_字典管理__字典值查询_正常查询,id2263,id2263-123,sit,on
内网:k6运维管理_字典管理__字典值查询_正常查询
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k6运维管理_字典管理__字典值查询_正常查询
用例名称:k6运维管理_字典管理__字典值查询_正常查询
输入:无
输出:"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)
#k6运维管理_字典管理__字典值查询_正常查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "value_list_page_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"]
str = commonFuc().get_business_data(module, 'data4')
list2 = list(str.split(","))
print(list2)
for i in list2:
# #请求体
request_body = commonFuc().get_business_data(module, "payload52_2",i)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
data=commonFuc().analysis_json('data',result)
total=commonFuc().analysis_json('total',data)
if code==0 and data!=None:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- 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,k7运维管理_字典管理__字典值查询_异常查询,id2263,id2263-124,sit,on
内网:k7运维管理_字典管理__字典值查询_异常查询
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k7运维管理_字典管理__字典值查询_异常查询
用例名称:k7运维管理_字典管理__字典值查询_异常查询
输入:无
输出:"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)
#k7运维管理_字典管理__字典值查询_异常查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "value_list_page_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"]
str = commonFuc().get_business_data(module, 'data3')
list2 = list(str.split(","))
print(list2)
for i in list2:
# #请求体
request_body = commonFuc().get_business_data(module, "payload52_2",i)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
msg=commonFuc().analysis_json('msg',result)
if code==0 and msg==None:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- 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,k8运维管理_字典管理__停用,id2263,id2263-125,sit,on
内网:k8运维管理_字典管理__停用
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k8运维管理_字典管理__停用
用例名称:k8运维管理_字典管理__停用
输入:无
输出:"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)
#k8运维管理_字典管理__停用
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysDictValue_updateById_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"]
# list1=["条码1","abce","!#$%","'","select","where 1=1"]
# #请求体
request_body = commonFuc().get_business_data(module, "payload52_3")
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
data=commonFuc().analysis_json('data',result)
total=commonFuc().analysis_json('total',data)
if code==0 and data==1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- 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,k9运维管理_字典管理__启用,id2263,id2263-126,sit,on
内网:k9运维管理_字典管理__启用
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:k9运维管理_字典管理__启用
用例名称:k9运维管理_字典管理__启用
输入:无
输出:"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)
#k9运维管理_字典管理__启用
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysDictValue_updateById_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"]
# list1=["条码1","abce","!#$%","'","select","where 1=1"]
# #请求体
request_body = commonFuc().get_business_data(module, "payload52_4")
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code=commonFuc().analysis_json('code',result)
data=commonFuc().analysis_json('data',result)
total=commonFuc().analysis_json('total',data)
if code==0 and data==1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
This diff is collapsed.
......@@ -72,9 +72,9 @@
</tr>
<tr width="600">
<td class="details-col-elapsed"><a href='../log/k3运维管理_字典管理_字典列表查询/log.html' target='_blank'>k3运维管理_字典管理_字典列表查询</a></td>
<td class="details-col-elapsed"><a href='../log/l2运维管理_字典管理__启用/log.html' target='_blank'>l2运维管理_字典管理__启用</a></td>
<td class="success">成功</td>
<td class="details-col-elapsed">1.218</td>
<td class="details-col-elapsed">1.254</td>
<td class="details-col-elapsed">xiaohesheng</td>
</tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment