Verify that you have JavaScript enabled in your browser.
+
Make sure you are using a modern enough browser. If using Internet Explorer, version 11 is required.
+
Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/1-Client(Test)/output.xml b/1-Client(Test)/output.xml
new file mode 100755
index 0000000..f0ff275
--- /dev/null
+++ b/1-Client(Test)/output.xml
@@ -0,0 +1,335 @@
+
+
+
+
+
+ZTBT
+${url}
+${headers}
+Create Session: create a HTTP session to a server
+Variable '${headers}' not found.
+
+
+
+${repsponse}
+ZTBT
+recycle-service/proxy-sell-activity/list
+params=pageNum=1&pageSize=15
+Sends a GET request on a previously created HTTP Session.
+
+
+
+${records}
+${repsponse.json()["data"]}
+records
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${item}
+@{records}
+
+${item}
+
+${activityName}
+${item}
+activityName
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${paperCategoryList}
+${item}
+paperCategoryList
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${paperMillId}
+${item}
+paperMillId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${activityId}
+${item}
+activityId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+'${activityName}'=='无账期活动一次'
+Stops executing the enclosing for loop if the ``condition`` is true.
+
+
+
+
+
+
+
+${Category_value}
+random.choice(${paperCategoryList})
+random
+Evaluates the given expression in Python and returns the result.
+
+
+
+\nvalue: ${Category_value}
+Logs the given message to the console.
+
+
+
+${categoryId}
+${Category_value}
+categoryId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${categoryName}
+${Category_value}
+categoryName
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${unitPrice}
+${Category_value}
+unitPrice
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${paperMillId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${activityId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${categoryId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${categoryName}
+Makes a variable available globally in all tests and suites.
+
+
+
+${unitPrice}
+Makes a variable available globally in all tests and suites.
+
+
+Variable '${headers}' not found.
+
+
+
+get-carinfo
+${url}
+${headers}
+Create Session: create a HTTP session to a server
+Variable '${headers}' not found.
+
+
+
+${reps}
+get-carinfo
+recycle-service/proxy-sell/get/his-car-info
+Sends a GET request on a previously created HTTP Session.
+
+
+
+${reps.json()}
+Logs the given message with the given level.
+
+
+
+${carNumber}
+${reps.json()["data"]}
+records
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${plateNumber_value}
+random.sample(${carNumber},1)
+random
+Evaluates the given expression in Python and returns the result.
+
+
+
+\nvalue:${plateNumber_value}
+Logs the given message to the console.
+
+
+
+${plateNumber1}
+${plateNumber_value[0]}
+plateNumber
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${plateNumber1}
+Makes a variable available globally in all tests and suites.
+
+
+Variable '${headers}' not found.
+
+
+
+ZTBT
+${url}
+${headers}
+Create Session: create a HTTP session to a server
+Variable '${headers}' not found.
+
+
+
+${reps}
+ZTBT
+recycle-service/get/paper-mill-paper-category-price-details/${paperMillId}
+Sends a GET request on a previously created HTTP Session.
+
+
+
+${reps.json()}
+Logs the given message with the given level.
+
+
+Variable '${headers}' not found.
+
+
+
+ZTBT
+${url}
+${headers}
+Create Session: create a HTTP session to a server
+Variable '${headers}' not found.
+
+
+
+${reps}
+ZTBT
+recycle-service/proxy-sell/get/relation
+Sends a GET request on a previously created HTTP Session.
+
+
+
+${bizUserId}
+${reps.json()["data"]}
+bizUserId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${cusormerId}
+${reps.json()["data"]}
+cusormerId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${customerName}
+${reps.json()["data"]}
+customerName
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${bizUserId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${cusormerId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${customerName}
+Makes a variable available globally in all tests and suites.
+
+
+Variable '${headers}' not found.
+
+
+
+ZTBT
+${url}
+${headers}
+Create Session: create a HTTP session to a server
+Variable '${headers}' not found.
+
+
+
+${datatime}
+result_format=%Y-%m-%d
+Returns current local or UTC time with an optional increment.
+
+
+
+${order_data}
+{ \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "totalEstimatedWeight":30000, \ \ \ \ "activityId":"${activityId}", \ \ \ \ "customerName":"${customerName}", \ \ \ \ "deliveryTime":"${datatime}", \ \ \ \ "carInfos":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "plateNumber":"${plateNumber1}" \ \ \ \ \ \ \ \ } \ \ \ \ ] }
+Returns the given values which can then be assigned to a variables.
+
+
+
+${reps}
+ZTBT
+recycle-service/proxy-sell/create/order
+${order_data.encode('utf-8')}
+Sends a POST request on a previously created HTTP Session.
+
+
+
+${reps.json()}
+Logs the given message with the given level.
+
+
+
+${orderId}
+${reps.json()["data"]}
+orderId
+Returns a value from the given ``dictionary`` based on the given ``key``.
+
+
+
+${reps.json()["message"]}
+successful
+Fails if objects are unequal after converting them to strings.
+
+
+
+${orderId}
+Makes a variable available globally in all tests and suites.
+
+
+
+${datatime}
+Makes a variable available globally in all tests and suites.
+
+
+Variable '${headers}' not found.
+
+
+
+
+
+All Tests
+
+
+
+
+2.2createActiveorder-1
+
+
+
+Error in file '/root/ztb-trading-rf-api/ztb-trading-rf-api/1-Client(Test)/2.2createActiveorder-1.robot' on line 8: Setting variable '${headers}' failed: Variable '${gettoken}' not found.
+
+
diff --git a/1-Client(Test)/report.html b/1-Client(Test)/report.html
new file mode 100755
index 0000000..cf9d1a3
--- /dev/null
+++ b/1-Client(Test)/report.html
@@ -0,0 +1,2461 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Opening Robot Framework report failed
+
+
Verify that you have JavaScript enabled in your browser.
+
Make sure you are using a modern enough browser. If using Internet Explorer, version 11 is required.
+
Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/2-Background_system(Test)/1-WebLogin/weblogin.robot b/2-Background_system(Test)/1-WebLogin/weblogin.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.1-New_PaperMill/New_paper_mill.robot b/2-Background_system(Test)/1.1-New_PaperMill/New_paper_mill.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.2-enterprise_management/__init__.robot b/2-Background_system(Test)/1.2-enterprise_management/__init__.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.2-enterprise_management/__init__.txt b/2-Background_system(Test)/1.2-enterprise_management/__init__.txt
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.2-enterprise_management/enterprise-management.robot b/2-Background_system(Test)/1.2-enterprise_management/enterprise-management.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.3-operation management/contract.robot b/2-Background_system(Test)/1.3-operation management/contract.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/1.4-Consignment activities/Consignment_activities.robot b/2-Background_system(Test)/1.4-Consignment activities/Consignment_activities.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot b/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot b/2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot b/2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot b/2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot b/2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot b/2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot b/2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot b/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot b/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/1-Automatic_receipt.robot b/2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/1-Automatic_receipt.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/2-Manual_receipt.robot b/2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/2-Manual_receipt.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot b/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot b/2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot b/2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot b/2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/4-Consignment_management/__init__.robot b/2-Background_system(Test)/4-Consignment_management/__init__.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/5-Data comparison/5-Consignment_order.robot b/2-Background_system(Test)/5-Data comparison/5-Consignment_order.robot
old mode 100644
new mode 100755
diff --git a/2-Background_system(Test)/5-Data comparison/__init__.txt b/2-Background_system(Test)/5-Data comparison/__init__.txt
old mode 100644
new mode 100755
diff --git a/__init__.robot b/__init__.robot
old mode 100644
new mode 100755
diff --git a/log.html b/log.html
old mode 100644
new mode 100755
diff --git a/output.xml b/output.xml
old mode 100644
new mode 100755
diff --git a/report.html b/report.html
old mode 100644
new mode 100755
diff --git a/样例/001.robot b/样例/001.robot
old mode 100644
new mode 100755