Browse Source

report file

pull/4/head
“liuqisong@qniao.cn” 4 years ago
parent
commit
da331892a8
47 changed files with 4988 additions and 0 deletions
  1. 0
      0-Database.robot
  2. 0
      001.robot
  3. 0
      1-Client(Test)/1-APPlogin(master).robot
  4. 0
      1-Client(Test)/1.1-APPlogin(Test).robot
  5. 0
      1-Client(Test)/2.1-CreateRegularorder.robot
  6. 0
      1-Client(Test)/2.2createActiveorder-1.robot
  7. 0
      1-Client(Test)/2.3createActiveorder-2.robot
  8. 0
      1-Client(Test)/3-Withdrawal_application.robot
  9. 0
      1-Client(Test)/3.1-Automatic withdrawal.robot
  10. 0
      1-Client(Test)/4-Real name authentication.robot
  11. 0
      1-Client(Test)/5-Add_bank_card.robot
  12. 0
      1-Client(Test)/6-Enterprise_certification.robot
  13. 0
      1-Client(Test)/7-Consignment_order.robot
  14. 0
      1-Client(Test)/__init__.robot
  15. 0
      1-Client(Test)/factory.robot
  16. 2192
      1-Client(Test)/log.html
  17. 335
      1-Client(Test)/output.xml
  18. 2461
      1-Client(Test)/report.html
  19. 0
      2-Background_system(Test)/1-WebLogin/weblogin.robot
  20. 0
      2-Background_system(Test)/1.1-New_PaperMill/New_paper_mill.robot
  21. 0
      2-Background_system(Test)/1.2-enterprise_management/__init__.robot
  22. 0
      2-Background_system(Test)/1.2-enterprise_management/__init__.txt
  23. 0
      2-Background_system(Test)/1.2-enterprise_management/enterprise-management.robot
  24. 0
      2-Background_system(Test)/1.3-operation management/contract.robot
  25. 0
      2-Background_system(Test)/1.4-Consignment activities/Consignment_activities.robot
  26. 0
      2-Background_system(Test)/2.1-Consignment management/1-appointment.robot
  27. 0
      2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot
  28. 0
      2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot
  29. 0
      2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot
  30. 0
      2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot
  31. 0
      2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot
  32. 0
      2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot
  33. 0
      2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot
  34. 0
      2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot
  35. 0
      2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/1-Automatic_receipt.robot
  36. 0
      2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/2-Manual_receipt.robot
  37. 0
      2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot
  38. 0
      2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot
  39. 0
      2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot
  40. 0
      2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot
  41. 0
      2-Background_system(Test)/4-Consignment_management/__init__.robot
  42. 0
      2-Background_system(Test)/5-Data comparison/5-Consignment_order.robot
  43. 0
      2-Background_system(Test)/5-Data comparison/__init__.txt
  44. 0
      __init__.robot
  45. 0
      log.html
  46. 0
      output.xml
  47. 0
      report.html

0
0-Database.robot

0
001.robot

0
1-Client(Test)/1-APPlogin(master).robot

0
1-Client(Test)/1.1-APPlogin(Test).robot

0
1-Client(Test)/2.1-CreateRegularorder.robot

0
1-Client(Test)/2.2createActiveorder-1.robot

0
1-Client(Test)/2.3createActiveorder-2.robot

0
1-Client(Test)/3-Withdrawal_application.robot

0
1-Client(Test)/3.1-Automatic withdrawal.robot

0
1-Client(Test)/4-Real name authentication.robot

0
1-Client(Test)/5-Add_bank_card.robot

0
1-Client(Test)/6-Enterprise_certification.robot

0
1-Client(Test)/7-Consignment_order.robot

0
1-Client(Test)/__init__.robot

0
1-Client(Test)/factory.robot

2192
1-Client(Test)/log.html
File diff suppressed because it is too large
View File

335
1-Client(Test)/output.xml

@ -0,0 +1,335 @@
<?xml version="1.0" encoding="UTF-8"?>
<robot rpa="false" generated="20211119 10:45:59.419" schemaversion="2" generator="Robot 4.1.2 (Python 2.7.5 on linux2)">
<suite source="/root/ztb-trading-rf-api/ztb-trading-rf-api/1-Client(Test)/2.2createActiveorder-1.robot" id="s1" name="2.2createActiveorder-1">
<test id="s1-t1" name="proxy-sell-activity_list">
<kw name="Create Session" library="RequestsLibrary">
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${headers}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<msg timestamp="20211119 10:45:59.547" level="FAIL">Variable '${headers}' not found.</msg>
<status status="FAIL" endtime="20211119 10:45:59.547" starttime="20211119 10:45:59.544"/>
</kw>
<kw name="GET On Session" library="RequestsLibrary">
<var>${repsponse}</var>
<arg>ZTBT</arg>
<arg>recycle-service/proxy-sell-activity/list</arg>
<arg>params=pageNum=1&amp;pageSize=15</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.548" starttime="20211119 10:45:59.548"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${records}</var>
<arg>${repsponse.json()["data"]}</arg>
<arg>records</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.549" starttime="20211119 10:45:59.548"/>
</kw>
<for flavor="IN">
<var>${item}</var>
<value>@{records}</value>
<iter>
<var name="${item}">${item}</var>
<kw name="Get From Dictionary" library="Collections">
<var>${activityName}</var>
<arg>${item}</arg>
<arg>activityName</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.549" starttime="20211119 10:45:59.549"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${paperCategoryList}</var>
<arg>${item}</arg>
<arg>paperCategoryList</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.550" starttime="20211119 10:45:59.550"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${paperMillId}</var>
<arg>${item}</arg>
<arg>paperMillId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.550" starttime="20211119 10:45:59.550"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${activityId}</var>
<arg>${item}</arg>
<arg>activityId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.551" starttime="20211119 10:45:59.550"/>
</kw>
<kw name="Exit For Loop If" library="BuiltIn">
<arg>'${activityName}'=='无账期活动一次'</arg>
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.551" starttime="20211119 10:45:59.551"/>
</kw>
<status status="NOT RUN" endtime="20211119 10:45:59.551" starttime="20211119 10:45:59.549"/>
</iter>
<status status="NOT RUN" endtime="20211119 10:45:59.551" starttime="20211119 10:45:59.549"/>
</for>
<kw name="Evaluate" library="BuiltIn">
<var>${Category_value}</var>
<arg>random.choice(${paperCategoryList})</arg>
<arg>random</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.552" starttime="20211119 10:45:59.551"/>
</kw>
<kw name="Log To Console" library="BuiltIn">
<arg>\nvalue: ${Category_value}</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.552" starttime="20211119 10:45:59.552"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${categoryId}</var>
<arg>${Category_value}</arg>
<arg>categoryId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.552" starttime="20211119 10:45:59.552"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${categoryName}</var>
<arg>${Category_value}</arg>
<arg>categoryName</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.553" starttime="20211119 10:45:59.553"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${unitPrice}</var>
<arg>${Category_value}</arg>
<arg>unitPrice</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.553" starttime="20211119 10:45:59.553"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${paperMillId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.554" starttime="20211119 10:45:59.554"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${activityId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.554" starttime="20211119 10:45:59.554"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${categoryId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.554" starttime="20211119 10:45:59.554"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${categoryName}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.555" starttime="20211119 10:45:59.555"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${unitPrice}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.555" starttime="20211119 10:45:59.555"/>
</kw>
<status status="FAIL" endtime="20211119 10:45:59.555" starttime="20211119 10:45:59.543">Variable '${headers}' not found.</status>
</test>
<test id="s1-t2" name="get-carinfo">
<kw name="Create Session" library="RequestsLibrary">
<arg>get-carinfo</arg>
<arg>${url}</arg>
<arg>${headers}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<msg timestamp="20211119 10:45:59.558" level="FAIL">Variable '${headers}' not found.</msg>
<status status="FAIL" endtime="20211119 10:45:59.558" starttime="20211119 10:45:59.556"/>
</kw>
<kw name="GET On Session" library="RequestsLibrary">
<var>${reps}</var>
<arg>get-carinfo</arg>
<arg>recycle-service/proxy-sell/get/his-car-info</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.559" starttime="20211119 10:45:59.559"/>
</kw>
<kw name="Log" library="BuiltIn">
<arg>${reps.json()}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.559" starttime="20211119 10:45:59.559"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${carNumber}</var>
<arg>${reps.json()["data"]}</arg>
<arg>records</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.559" starttime="20211119 10:45:59.559"/>
</kw>
<kw name="Evaluate" library="BuiltIn">
<var>${plateNumber_value}</var>
<arg>random.sample(${carNumber},1)</arg>
<arg>random</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.559" starttime="20211119 10:45:59.559"/>
</kw>
<kw name="Log To Console" library="BuiltIn">
<arg>\nvalue:${plateNumber_value}</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.560" starttime="20211119 10:45:59.560"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${plateNumber1}</var>
<arg>${plateNumber_value[0]}</arg>
<arg>plateNumber</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.561" starttime="20211119 10:45:59.560"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${plateNumber1}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.561" starttime="20211119 10:45:59.561"/>
</kw>
<status status="FAIL" endtime="20211119 10:45:59.562" starttime="20211119 10:45:59.556">Variable '${headers}' not found.</status>
</test>
<test id="s1-t3" name="get_paper-mill-paper-category-price-details">
<kw name="Create Session" library="RequestsLibrary">
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${headers}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<msg timestamp="20211119 10:45:59.566" level="FAIL">Variable '${headers}' not found.</msg>
<status status="FAIL" endtime="20211119 10:45:59.566" starttime="20211119 10:45:59.564"/>
</kw>
<kw name="GET On Session" library="RequestsLibrary">
<var>${reps}</var>
<arg>ZTBT</arg>
<arg>recycle-service/get/paper-mill-paper-category-price-details/${paperMillId}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.566" starttime="20211119 10:45:59.566"/>
</kw>
<kw name="Log" library="BuiltIn">
<arg>${reps.json()}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.566" starttime="20211119 10:45:59.566"/>
</kw>
<status status="FAIL" endtime="20211119 10:45:59.567" starttime="20211119 10:45:59.563">Variable '${headers}' not found.</status>
</test>
<test id="s1-t4" name="get_relation">
<kw name="Create Session" library="RequestsLibrary">
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${headers}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<msg timestamp="20211119 10:45:59.570" level="FAIL">Variable '${headers}' not found.</msg>
<status status="FAIL" endtime="20211119 10:45:59.570" starttime="20211119 10:45:59.568"/>
</kw>
<kw name="GET On Session" library="RequestsLibrary">
<var>${reps}</var>
<arg>ZTBT</arg>
<arg>recycle-service/proxy-sell/get/relation</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.571" starttime="20211119 10:45:59.571"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${bizUserId}</var>
<arg>${reps.json()["data"]}</arg>
<arg>bizUserId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.571" starttime="20211119 10:45:59.571"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${cusormerId}</var>
<arg>${reps.json()["data"]}</arg>
<arg>cusormerId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.571" starttime="20211119 10:45:59.571"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${customerName}</var>
<arg>${reps.json()["data"]}</arg>
<arg>customerName</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.572" starttime="20211119 10:45:59.571"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${bizUserId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.572" starttime="20211119 10:45:59.572"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${cusormerId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.572" starttime="20211119 10:45:59.572"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${customerName}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.572" starttime="20211119 10:45:59.572"/>
</kw>
<status status="FAIL" endtime="20211119 10:45:59.573" starttime="20211119 10:45:59.567">Variable '${headers}' not found.</status>
</test>
<test id="s1-t5" name="create_order">
<kw name="Create Session" library="RequestsLibrary">
<arg>ZTBT</arg>
<arg>${url}</arg>
<arg>${headers}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<msg timestamp="20211119 10:45:59.576" level="FAIL">Variable '${headers}' not found.</msg>
<status status="FAIL" endtime="20211119 10:45:59.576" starttime="20211119 10:45:59.574"/>
</kw>
<kw name="Get Current Date" library="DateTime">
<var>${datatime}</var>
<arg>result_format=%Y-%m-%d</arg>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.576" starttime="20211119 10:45:59.576"/>
</kw>
<kw name="Set Variable" library="BuiltIn">
<var>${order_data}</var>
<arg>{ \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "totalEstimatedWeight":30000, \ \ \ \ "activityId":"${activityId}", \ \ \ \ "customerName":"${customerName}", \ \ \ \ "deliveryTime":"${datatime}", \ \ \ \ "carInfos":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "plateNumber":"${plateNumber1}" \ \ \ \ \ \ \ \ } \ \ \ \ ] }</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.577" starttime="20211119 10:45:59.577"/>
</kw>
<kw name="POST On Session" library="RequestsLibrary">
<var>${reps}</var>
<arg>ZTBT</arg>
<arg>recycle-service/proxy-sell/create/order</arg>
<arg>${order_data.encode('utf-8')}</arg>
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.577" starttime="20211119 10:45:59.577"/>
</kw>
<kw name="Log" library="BuiltIn">
<arg>${reps.json()}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.577" starttime="20211119 10:45:59.577"/>
</kw>
<kw name="Get From Dictionary" library="Collections">
<var>${orderId}</var>
<arg>${reps.json()["data"]}</arg>
<arg>orderId</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.578" starttime="20211119 10:45:59.577"/>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<arg>${reps.json()["message"]}</arg>
<arg>successful</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.578" starttime="20211119 10:45:59.578"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${orderId}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.578" starttime="20211119 10:45:59.578"/>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<arg>${datatime}</arg>
<doc>Makes a variable available globally in all tests and suites.</doc>
<status status="NOT RUN" endtime="20211119 10:45:59.578" starttime="20211119 10:45:59.578"/>
</kw>
<status status="FAIL" endtime="20211119 10:45:59.579" starttime="20211119 10:45:59.573">Variable '${headers}' not found.</status>
</test>
<status status="FAIL" endtime="20211119 10:45:59.580" starttime="20211119 10:45:59.420"/>
</suite>
<statistics>
<total>
<stat fail="5" skip="0" pass="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat fail="5" skip="0" id="s1" name="2.2createActiveorder-1" pass="0">2.2createActiveorder-1</stat>
</suite>
</statistics>
<errors>
<msg timestamp="20211119 10:45:59.541" level="ERROR">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.</msg>
</errors>
</robot>

2461
1-Client(Test)/report.html
File diff suppressed because it is too large
View File

0
2-Background_system(Test)/1-WebLogin/weblogin.robot

0
2-Background_system(Test)/1.1-New_PaperMill/New_paper_mill.robot

0
2-Background_system(Test)/1.2-enterprise_management/__init__.robot

0
2-Background_system(Test)/1.2-enterprise_management/__init__.txt

0
2-Background_system(Test)/1.2-enterprise_management/enterprise-management.robot

0
2-Background_system(Test)/1.3-operation management/contract.robot

0
2-Background_system(Test)/1.4-Consignment activities/Consignment_activities.robot

0
2-Background_system(Test)/2.1-Consignment management/1-appointment.robot

0
2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot

0
2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot

0
2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot

0
2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot

0
2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot

0
2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot

0
2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot

0
2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot

0
2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/1-Automatic_receipt.robot

0
2-Background_system(Test)/3-Withdrawal_application/Withdrawal application/2-Manual_receipt.robot

0
2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot

0
2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot

0
2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot

0
2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot

0
2-Background_system(Test)/4-Consignment_management/__init__.robot

0
2-Background_system(Test)/5-Data comparison/5-Consignment_order.robot

0
2-Background_system(Test)/5-Data comparison/__init__.txt

0
__init__.robot

0
log.html

0
output.xml

0
report.html

Loading…
Cancel
Save