Browse Source

优化清除测试数据的脚本

pull/16/head
梁金满 4 years ago
parent
commit
b8589b6d95
9 changed files with 91 additions and 84 deletions
  1. 12
      002_user_register/customer_user_register.robot
  2. 12
      002_user_register/supplier_user_register.robot
  3. 10
      003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot
  4. 11
      004_enterprise_open_account_supplier/supplier_paper_open_account.robot
  5. 13
      005_enterprise_apply_credit/apply_credit_qniao_customer.robot
  6. 21
      007_paper_variety_management/paper_brand.robot
  7. 6
      007_paper_variety_management/paper_category.robot
  8. 9
      007_paper_variety_management/paper_manufacturer.robot
  9. 81
      test_data_clear.robot

12
002_user_register/customer_user_register.robot

@ -162,15 +162,3 @@ operate_handle_customerclue
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
database_delete_user_customerclue
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_account set is_delete = 1 where tid = "${customer_account}"
${query} Query select user_id from qn_account where tid = "${customer_account}"
${query_list} Get From List ${query} 0
${userid} Get From List ${query_list} 0
Execute Sql String update qn_user set is_delete = 1 where id = ${userid}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_customer_clue set is_delete = 1 where mobile = "${customer_account}"
Disconnect From Database

12
002_user_register/supplier_user_register.robot

@ -162,15 +162,3 @@ operate_handle_customerclue
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
database_delete_user_customerclue
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_account set is_delete = 1 where tid = "${supplier_account}"
${query} Query select user_id from qn_account where tid = "${supplier_account}"
${query_list} Get From List ${query} 0
${userid} Get From List ${query_list} 0
Execute Sql String update qn_user set is_delete = 1 where id = ${userid}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_customer_clue set is_delete = 1 where mobile = "${supplier_account}"
Disconnect From Database

10
003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot

@ -246,13 +246,3 @@ operate_get_printing_packaging_factory_employee_list
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
Should Be Equal As Strings ${printing_packaging_factory_mobile} ${response.json()["data"]["records"][0]["mobile"]} Should Be Equal As Strings ${printing_packaging_factory_mobile} ${response.json()["data"]["records"][0]["mobile"]}
Should Be Equal As Strings ${printing_packaging_factory_realname} ${response.json()["data"]["records"][0]["realName"]} Should Be Equal As Strings ${printing_packaging_factory_realname} ${response.json()["data"]["records"][0]["realName"]}
database_delete_printing_packaging_factory
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_member set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_profile set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Disconnect From Database

11
004_enterprise_open_account_supplier/supplier_paper_open_account.robot

@ -169,14 +169,3 @@ operate_get_supplier_paper_employee_list
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
Should Be Equal As Strings ${supplier_paper_mobile} ${response.json()["data"]["records"][0]["mobile"]} Should Be Equal As Strings ${supplier_paper_mobile} ${response.json()["data"]["records"][0]["mobile"]}
Should Be Equal As Strings ${supplier_paper_realname} ${response.json()["data"]["records"][0]["realName"]} Should Be Equal As Strings ${supplier_paper_realname} ${response.json()["data"]["records"][0]["realName"]}
database_delete_supplier_paper
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${supplier_enterprise_id}
Execute Sql String update qn_enterprise_member set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${supplier_enterprise_id}
Execute Sql String update qn_enterprise_profile set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
Execute Sql String update qn_mall_supplier set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
Disconnect From Database

13
005_enterprise_apply_credit/apply_credit_qniao_customer.robot

@ -19,6 +19,7 @@ operate_save_apply_credit_qniao
${printing_packaging_factory_remark} Set Variable autotest_remark ${printing_packaging_factory_remark} Set Variable autotest_remark
${body} Set Variable {"creditLine":${printing_packaging_factory_creditLine},"enterpriseId":"${printing_packaging_factory_id}","enterpriseName":"${printing_packaging_factory_name}","enterpriseType":${printing_packaging_factory_type},"legalpersonIdNo":"${printing_packaging_factory_legalpersonidcardno}","legalpersonMobile":null,"legalpersonName":"${printing_packaging_factory_legalpersonname}","purpose":${printing_packaging_factory_purpose},"remark":"${printing_packaging_factory_remark}","paperSettlementIntervalTypeId":"${printing_packaging_factory_paperSettlementIntervalTypeId}"} ${body} Set Variable {"creditLine":${printing_packaging_factory_creditLine},"enterpriseId":"${printing_packaging_factory_id}","enterpriseName":"${printing_packaging_factory_name}","enterpriseType":${printing_packaging_factory_type},"legalpersonIdNo":"${printing_packaging_factory_legalpersonidcardno}","legalpersonMobile":null,"legalpersonName":"${printing_packaging_factory_legalpersonname}","purpose":${printing_packaging_factory_purpose},"remark":"${printing_packaging_factory_remark}","paperSettlementIntervalTypeId":"${printing_packaging_factory_paperSettlementIntervalTypeId}"}
${response} POST On Session yytops /cloud-print-user-center/admin/credit/application/save/application ${body.encode("utf8")} ${response} POST On Session yytops /cloud-print-user-center/admin/credit/application/save/application ${body.encode("utf8")}
Set Suite Variable ${printing_packaging_factory_creditLine}
Log ${response.status_code} Log ${response.status_code}
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
@ -35,7 +36,7 @@ operate_get_credit_list
operate_get_credit_list_search operate_get_credit_list_search
Create Session yytops ${yytops} headers=${operationpsc_header} Create Session yytops ${yytops} headers=${operationpsc_header}
${param} Set Variable timeBegin=${current_date} 00:00:00&timeEnd=${current_date} 23:59:59&enterpriseType=${printing_packaging_factory_type}&status=1&enterpriseName=${printing_packaging_factory_name}&legalpersonName=${printing_packaging_factory_legalpersonname}
${param} Set Variable timeBegin=${current_date} 00:00:00&timeEnd=${current_date} 23:59:59&enterpriseName=${printing_packaging_factory_name}&legalpersonName=${printing_packaging_factory_legalpersonname}
${response} Get On Session yytops /cloud-print-user-center/admin/credit/application/get/application-order-list params=${param} ${response} Get On Session yytops /cloud-print-user-center/admin/credit/application/get/application-order-list params=${param}
Log ${response.status_code} Log ${response.status_code}
log ${response.json()} log ${response.json()}
@ -65,7 +66,7 @@ operate_update_apply_credit_qniao
${printing_packaging_factory_paperSettlementIntervalTypeId} Set Variable 11 #结算周期 11月结30天 12月结45天 13月结60天 14月结75天 15月结90天 ${printing_packaging_factory_paperSettlementIntervalTypeId} Set Variable 11 #结算周期 11月结30天 12月结45天 13月结60天 14月结75天 15月结90天
${printing_packaging_factory_remark} Set Variable autotest_remark ${printing_packaging_factory_remark} Set Variable autotest_remark
${body} Set Variable {"id":"${printing_packaging_factory_credit_id}","creditLine":${printing_packaging_factory_creditLine},"enterpriseId":"${printing_packaging_factory_id}","enterpriseName":"${printing_packaging_factory_name}","enterpriseType":${printing_packaging_factory_type},"legalpersonIdNo":"${printing_packaging_factory_legalpersonidcardno}","legalpersonMobile":null,"legalpersonName":"${printing_packaging_factory_legalpersonname}","purpose":${printing_packaging_factory_purpose},"remark":"${printing_packaging_factory_remark}","paperSettlementIntervalTypeId":"${printing_packaging_factory_paperSettlementIntervalTypeId}"} ${body} Set Variable {"id":"${printing_packaging_factory_credit_id}","creditLine":${printing_packaging_factory_creditLine},"enterpriseId":"${printing_packaging_factory_id}","enterpriseName":"${printing_packaging_factory_name}","enterpriseType":${printing_packaging_factory_type},"legalpersonIdNo":"${printing_packaging_factory_legalpersonidcardno}","legalpersonMobile":null,"legalpersonName":"${printing_packaging_factory_legalpersonname}","purpose":${printing_packaging_factory_purpose},"remark":"${printing_packaging_factory_remark}","paperSettlementIntervalTypeId":"${printing_packaging_factory_paperSettlementIntervalTypeId}"}
${response} POST On Session yytops /cloud-print-user-center/admin/credit/application/save/application ${body.encode("utf8")}
${response} POST On Session yytops /cloud-print-user-center/admin/credit/application/update/application ${body.encode("utf8")}
Log ${response.status_code} Log ${response.status_code}
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
@ -111,10 +112,4 @@ operate_get_credit_list_details_list
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
Should Be Equal As Strings ${printing_packaging_factory_creditLine} ${response.json()["data"]["records"][0]["currentCreditLine"]}
database_delete_printing_packaging_factory_credit
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise_credit_application set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_credit_order set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Disconnect From Database
Should Be Equal As Numbers ${printing_packaging_factory_creditLine} ${response.json()["data"]["records"][0]["currentCreditLine"]}

21
007_paper_variety_management/paper_brand.robot

@ -10,15 +10,15 @@ ${yytclient} https://api-client-yyt-test.qniao.cn
*** Test Cases *** *** Test Cases ***
supplierfocus_save_paper_brand supplierfocus_save_paper_brand
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header} Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${paper_categoryd} Set Variable 638458876659896320
${paper_categoryid} Set Variable 638458876659896320
${paper_Manufacturerid} Set Variable 638458967357526016 ${paper_Manufacturerid} Set Variable 638458967357526016
${paper_brand_name} Set Variable aotutest_paper_brand_name ${paper_brand_name} Set Variable aotutest_paper_brand_name
${paper_name} Set Variable aotutest_paper_name ${paper_name} Set Variable aotutest_paper_name
${paper_characteristic} Set Variable This autotest_paper_characteristic ${paper_characteristic} Set Variable This autotest_paper_characteristic
${paper_description} Set Variable This apaper_description ${paper_description} Set Variable This apaper_description
${paper_brand_img} Set Variable https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1632378545847.jpg ${paper_brand_img} Set Variable https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1632378545847.jpg
${body} Set Variable {"categoryId":"${paper_categoryd}","paperManufacturerId":"${paper_Manufacturerid}","name":"${paper_brand_name}","paperName":"${paper_name}","characteristic":"${paper_characteristic}","description":"${paper_description}","img":"${paper_brand_img}"}
Set Suite Variable ${paper_categoryd}
${body} Set Variable {"categoryId":"${paper_categoryid}","paperManufacturerId":"${paper_Manufacturerid}","name":"${paper_brand_name}","paperName":"${paper_name}","characteristic":"${paper_characteristic}","description":"${paper_description}","img":"${paper_brand_img}"}
Set Suite Variable ${paper_categoryid}
Set Suite Variable ${paper_Manufacturerid} Set Suite Variable ${paper_Manufacturerid}
Set Suite Variable ${paper_brand_name} Set Suite Variable ${paper_brand_name}
Set Suite Variable ${paper_name} Set Suite Variable ${paper_name}
@ -39,7 +39,7 @@ supplierfocus_get_paper_brand_list
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
Should Be Equal As Strings ${paper_categoryd} ${response.json()["data"]["records"][0]["categoryId"]}
Should Be Equal As Strings ${paper_categoryid} ${response.json()["data"]["records"][0]["categoryId"]}
Should Be Equal As Strings ${paper_Manufacturerid} ${response.json()["data"]["records"][0]["paperManufacturerId"]} Should Be Equal As Strings ${paper_Manufacturerid} ${response.json()["data"]["records"][0]["paperManufacturerId"]}
Should Be Equal As Strings ${paper_brand_name} ${response.json()["data"]["records"][0]["name"]} Should Be Equal As Strings ${paper_brand_name} ${response.json()["data"]["records"][0]["name"]}
Should Be Equal As Strings ${paper_name} ${response.json()["data"]["records"][0]["paperName"]} Should Be Equal As Strings ${paper_name} ${response.json()["data"]["records"][0]["paperName"]}
@ -55,7 +55,7 @@ supplierfocus_search_paper_brand
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
Should Be Equal As Strings ${paper_categoryd} ${response.json()["data"]["records"][0]["categoryId"]}
Should Be Equal As Strings ${paper_categoryid} ${response.json()["data"]["records"][0]["categoryId"]}
Should Be Equal As Strings ${paper_Manufacturerid} ${response.json()["data"]["records"][0]["paperManufacturerId"]} Should Be Equal As Strings ${paper_Manufacturerid} ${response.json()["data"]["records"][0]["paperManufacturerId"]}
Should Be Equal As Strings ${paper_brand_name} ${response.json()["data"]["records"][0]["name"]} Should Be Equal As Strings ${paper_brand_name} ${response.json()["data"]["records"][0]["name"]}
Should Be Equal As Strings ${paper_name} ${response.json()["data"]["records"][0]["paperName"]} Should Be Equal As Strings ${paper_name} ${response.json()["data"]["records"][0]["paperName"]}
@ -63,7 +63,7 @@ supplierfocus_search_paper_brand
supplierfocus_edit_paper_brand supplierfocus_edit_paper_brand
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header} Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${body} Set Variable {"id":"${paper_brand_id}","categoryId":"${paper_categoryd}","paperManufacturerId":"${paper_Manufacturerid}","name":"${paper_brand_name}","paperName":"${paper_name}","characteristic":"${paper_characteristic}","description":"${paper_description}","img":"${paper_brand_img}"}
${body} Set Variable {"id":"${paper_brand_id}","categoryId":"${paper_categoryid}","paperManufacturerId":"${paper_Manufacturerid}","name":"${paper_brand_name}","paperName":"${paper_name}","characteristic":"${paper_characteristic}","description":"${paper_description}","img":"${paper_brand_img}"}
${response} POST On Session yytclient /trading-center/save/product/brand ${body.encode("utf8")} ${response} POST On Session yytclient /trading-center/save/product/brand ${body.encode("utf8")}
Log ${response.status_code} Log ${response.status_code}
log ${response.json()} log ${response.json()}
@ -78,12 +78,3 @@ supplierfocus_update_status_paper_brand
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
supplierfocus_delete_paper_brand
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${body} Set Variable {"idList":["${paper_brand_id}"]}
${response} POST On Session yytclient /trading-center/delete/category-brands/by/ids ${body.encode("utf8")}
Log ${response.status_code}
log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]}

6
007_paper_variety_management/paper_category.robot

@ -50,9 +50,3 @@ supplierfocus_disable_paper_category
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
database_delete_paper_category
Connect To Database Using Custom Params pymysql database='trading_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_category set is_delete = 1 where id = ${paper_category_id} and name = "${paper_category_name}"
Query select is_delete from qn_category where id = ${paper_category_id} and name = "${paper_category_name}"
Disconnect From Database

9
007_paper_variety_management/paper_manufacturer.robot

@ -56,12 +56,3 @@ supplierfocus_edit_paper_manufacturer
log ${response.json()} log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]} Should Be Equal As Strings successful ${response.json()["message"]}
supplierfocus_delete_paper_manufacturer
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${body} Set Variable {"idList":["${paper_manufacturer_id}"]}
${response} POST On Session yytclient /trading-center/delete/paper-manfucturers/by/ids ${body.encode("utf8")}
Log ${response.status_code}
log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]}

81
test_data_clear.robot

@ -0,0 +1,81 @@
*** Settings ***
Library DatabaseLibrary
Library RequestsLibrary
Library Collections
Library urllib3
*** Test Cases ***
database_delete_user_customerclue_customer
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_account set is_delete = 1 where tid = "${customer_account}"
${query} Query select user_id from qn_account where tid = "${customer_account}"
${query_list} Get From List ${query} 0
${userid} Get From List ${query_list} 0
Execute Sql String update qn_user set is_delete = 1 where id = ${userid}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_customer_clue set is_delete = 1 where mobile = "${customer_account}"
Disconnect From Database
database_delete_user_customerclue_supplier
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_account set is_delete = 1 where tid = "${supplier_account}"
${query} Query select user_id from qn_account where tid = "${supplier_account}"
${query_list} Get From List ${query} 0
${userid} Get From List ${query_list} 0
Execute Sql String update qn_user set is_delete = 1 where id = ${userid}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_customer_clue set is_delete = 1 where mobile = "${supplier_account}"
Disconnect From Database
database_delete_printing_packaging_factory
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_member set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_profile set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Disconnect From Database
database_delete_supplier_paper
Connect To Database Using Custom Params pymysql database='uec', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${supplier_enterprise_id}
Execute Sql String update qn_enterprise_member set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
sleep 1
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise set is_delete = 1 where id = ${supplier_enterprise_id}
Execute Sql String update qn_enterprise_profile set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
Execute Sql String update qn_mall_supplier set is_delete = 1 where enterprise_id = ${supplier_enterprise_id}
Disconnect From Database
database_delete_printing_packaging_factory_credit
Connect To Database Using Custom Params pymysql database='yyt_user_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_enterprise_credit_application set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Execute Sql String update qn_enterprise_credit_order set is_delete = 1 where enterprise_id = ${printing_packaging_factory_id}
Disconnect From Database
database_delete_paper_category
Connect To Database Using Custom Params pymysql database='trading_center', user='root', password='password', host='8.135.8.221', port=3306, charset='utf8'
Execute Sql String update qn_category set is_delete = 1 where id = ${paper_category_id} and name = "${paper_category_name}"
Query select is_delete from qn_category where id = ${paper_category_id} and name = "${paper_category_name}"
Disconnect From Database
supplierfocus_delete_paper_manufacturer
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${body} Set Variable {"idList":["${paper_manufacturer_id}"]}
${response} POST On Session yytclient /trading-center/delete/paper-manfucturers/by/ids ${body.encode("utf8")}
Log ${response.status_code}
log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]}
supplierfocus_delete_paper_brand
Create Session yytclient ${yytclient} headers=${cloudfactory_supplierfocus_header}
${body} Set Variable {"idList":["${paper_brand_id}"]}
${response} POST On Session yytclient /trading-center/delete/category-brands/by/ids ${body.encode("utf8")}
Log ${response.status_code}
log ${response.json()}
Should Be Equal As Numbers 200 ${response.status_code}
Should Be Equal As Strings successful ${response.json()["message"]}
Loading…
Cancel
Save