中通服WMS@入库之上架确认_有来源(RF).bak.jmx 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.3">
  3. <hashTree>
  4. <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="中通服WMS@入库之上架确认_有来源(RF)" enabled="true">
  5. <stringProp name="TestPlan.comments"></stringProp>
  6. <boolProp name="TestPlan.functional_mode">false</boolProp>
  7. <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
  8. <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
  9. <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
  10. <collectionProp name="Arguments.arguments"/>
  11. </elementProp>
  12. <stringProp name="TestPlan.user_define_classpath"></stringProp>
  13. </TestPlan>
  14. <hashTree>
  15. <JDBCDataSource guiclass="TestBeanGUI" testclass="JDBCDataSource" testname="JdbcMaster" enabled="false">
  16. <boolProp name="autocommit">true</boolProp>
  17. <stringProp name="checkQuery">select 1 from dual</stringProp>
  18. <stringProp name="connectionAge">5000</stringProp>
  19. <stringProp name="connectionProperties"></stringProp>
  20. <stringProp name="dataSource">master</stringProp>
  21. <stringProp name="dbUrl">jdbc:oracle:thin:@10.0.30.221:1521:wms8pre</stringProp>
  22. <stringProp name="driver">oracle.jdbc.OracleDriver</stringProp>
  23. <stringProp name="initQuery"></stringProp>
  24. <boolProp name="keepAlive">true</boolProp>
  25. <stringProp name="password">lmis9system</stringProp>
  26. <stringProp name="poolMax">0</stringProp>
  27. <boolProp name="preinit">false</boolProp>
  28. <stringProp name="timeout">10000</stringProp>
  29. <stringProp name="transactionIsolation">DEFAULT</stringProp>
  30. <stringProp name="trimInterval">60000</stringProp>
  31. <stringProp name="username">wms8pre</stringProp>
  32. </JDBCDataSource>
  33. <hashTree/>
  34. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="环境变量-华为云" enabled="false">
  35. <collectionProp name="Arguments.arguments">
  36. <elementProp name="thread_count" elementType="Argument">
  37. <stringProp name="Argument.name">thread_count</stringProp>
  38. <stringProp name="Argument.value">100</stringProp>
  39. <stringProp name="Argument.metadata">=</stringProp>
  40. </elementProp>
  41. <elementProp name="server" elementType="Argument">
  42. <stringProp name="Argument.name">server</stringProp>
  43. <stringProp name="Argument.value">122.9.140.63</stringProp>
  44. <stringProp name="Argument.metadata">=</stringProp>
  45. </elementProp>
  46. <elementProp name="port" elementType="Argument">
  47. <stringProp name="Argument.name">port</stringProp>
  48. <stringProp name="Argument.value">8094</stringProp>
  49. <stringProp name="Argument.metadata">=</stringProp>
  50. </elementProp>
  51. <elementProp name="path" elementType="Argument">
  52. <stringProp name="Argument.name">path</stringProp>
  53. <stringProp name="Argument.value">/wms_api/api/pages</stringProp>
  54. <stringProp name="Argument.metadata">=</stringProp>
  55. </elementProp>
  56. <elementProp name="单据数量" elementType="Argument">
  57. <stringProp name="Argument.name">单据数量</stringProp>
  58. <stringProp name="Argument.value">1</stringProp>
  59. <stringProp name="Argument.metadata">=</stringProp>
  60. </elementProp>
  61. <elementProp name="条目数量" elementType="Argument">
  62. <stringProp name="Argument.name">条目数量</stringProp>
  63. <stringProp name="Argument.value">20</stringProp>
  64. <stringProp name="Argument.metadata">=</stringProp>
  65. </elementProp>
  66. <elementProp name="whId" elementType="Argument">
  67. <stringProp name="Argument.name">whId</stringProp>
  68. <stringProp name="Argument.value">1000000002</stringProp>
  69. <stringProp name="Argument.metadata">=</stringProp>
  70. </elementProp>
  71. <elementProp name="ownerId" elementType="Argument">
  72. <stringProp name="Argument.name">ownerId</stringProp>
  73. <stringProp name="Argument.value">1000</stringProp>
  74. <stringProp name="Argument.metadata">=</stringProp>
  75. </elementProp>
  76. <elementProp name="每条目上架数量因子" elementType="Argument">
  77. <stringProp name="Argument.name">每条目上架数量因子</stringProp>
  78. <stringProp name="Argument.value">0.3</stringProp>
  79. <stringProp name="Argument.metadata">=</stringProp>
  80. </elementProp>
  81. </collectionProp>
  82. </Arguments>
  83. <hashTree/>
  84. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="环境变量-云效" enabled="false">
  85. <collectionProp name="Arguments.arguments">
  86. <elementProp name="thread_count" elementType="Argument">
  87. <stringProp name="Argument.name">thread_count</stringProp>
  88. <stringProp name="Argument.value">1</stringProp>
  89. <stringProp name="Argument.metadata">=</stringProp>
  90. </elementProp>
  91. <elementProp name="server" elementType="Argument">
  92. <stringProp name="Argument.name">server</stringProp>
  93. <stringProp name="Argument.value">117.80.113.247</stringProp>
  94. <stringProp name="Argument.metadata">=</stringProp>
  95. </elementProp>
  96. <elementProp name="port" elementType="Argument">
  97. <stringProp name="Argument.name">port</stringProp>
  98. <stringProp name="Argument.value">8025</stringProp>
  99. <stringProp name="Argument.metadata">=</stringProp>
  100. </elementProp>
  101. <elementProp name="path" elementType="Argument">
  102. <stringProp name="Argument.name">path</stringProp>
  103. <stringProp name="Argument.value">/wms_api/api/pages</stringProp>
  104. <stringProp name="Argument.metadata">=</stringProp>
  105. </elementProp>
  106. <elementProp name="单据数量" elementType="Argument">
  107. <stringProp name="Argument.name">单据数量</stringProp>
  108. <stringProp name="Argument.value">1</stringProp>
  109. <stringProp name="Argument.metadata">=</stringProp>
  110. </elementProp>
  111. <elementProp name="条目数量" elementType="Argument">
  112. <stringProp name="Argument.name">条目数量</stringProp>
  113. <stringProp name="Argument.value">2</stringProp>
  114. <stringProp name="Argument.metadata">=</stringProp>
  115. </elementProp>
  116. <elementProp name="whId" elementType="Argument">
  117. <stringProp name="Argument.name">whId</stringProp>
  118. <stringProp name="Argument.value">1138560056678158336</stringProp>
  119. <stringProp name="Argument.metadata">=</stringProp>
  120. </elementProp>
  121. <elementProp name="ownerId" elementType="Argument">
  122. <stringProp name="Argument.name">ownerId</stringProp>
  123. <stringProp name="Argument.value">1098196537130881024</stringProp>
  124. <stringProp name="Argument.metadata">=</stringProp>
  125. </elementProp>
  126. <elementProp name="每条目上架数量因子" elementType="Argument">
  127. <stringProp name="Argument.name">每条目上架数量因子</stringProp>
  128. <stringProp name="Argument.value">10.1</stringProp>
  129. <stringProp name="Argument.metadata">=</stringProp>
  130. </elementProp>
  131. </collectionProp>
  132. </Arguments>
  133. <hashTree/>
  134. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="环境变量-本地" enabled="false">
  135. <collectionProp name="Arguments.arguments">
  136. <elementProp name="thread_count" elementType="Argument">
  137. <stringProp name="Argument.name">thread_count</stringProp>
  138. <stringProp name="Argument.value">1</stringProp>
  139. <stringProp name="Argument.metadata">=</stringProp>
  140. </elementProp>
  141. <elementProp name="server" elementType="Argument">
  142. <stringProp name="Argument.name">server</stringProp>
  143. <stringProp name="Argument.value">127.0.0.1</stringProp>
  144. <stringProp name="Argument.metadata">=</stringProp>
  145. </elementProp>
  146. <elementProp name="port" elementType="Argument">
  147. <stringProp name="Argument.name">port</stringProp>
  148. <stringProp name="Argument.value">8084</stringProp>
  149. <stringProp name="Argument.metadata">=</stringProp>
  150. </elementProp>
  151. <elementProp name="path" elementType="Argument">
  152. <stringProp name="Argument.name">path</stringProp>
  153. <stringProp name="Argument.value">/wms_api/api/pages</stringProp>
  154. <stringProp name="Argument.metadata">=</stringProp>
  155. </elementProp>
  156. <elementProp name="单据数量" elementType="Argument">
  157. <stringProp name="Argument.name">单据数量</stringProp>
  158. <stringProp name="Argument.value">1</stringProp>
  159. <stringProp name="Argument.metadata">=</stringProp>
  160. </elementProp>
  161. <elementProp name="条目数量" elementType="Argument">
  162. <stringProp name="Argument.name">条目数量</stringProp>
  163. <stringProp name="Argument.value">2</stringProp>
  164. <stringProp name="Argument.metadata">=</stringProp>
  165. </elementProp>
  166. <elementProp name="whId" elementType="Argument">
  167. <stringProp name="Argument.name">whId</stringProp>
  168. <stringProp name="Argument.value">1138560056678158336</stringProp>
  169. <stringProp name="Argument.metadata">=</stringProp>
  170. </elementProp>
  171. <elementProp name="ownerId" elementType="Argument">
  172. <stringProp name="Argument.name">ownerId</stringProp>
  173. <stringProp name="Argument.value">1000</stringProp>
  174. <stringProp name="Argument.metadata">=</stringProp>
  175. </elementProp>
  176. <elementProp name="每条目上架数量因子" elementType="Argument">
  177. <stringProp name="Argument.name">每条目上架数量因子</stringProp>
  178. <stringProp name="Argument.value">10.1</stringProp>
  179. <stringProp name="Argument.metadata">=</stringProp>
  180. </elementProp>
  181. <elementProp name="systemkey" elementType="Argument">
  182. <stringProp name="Argument.name">systemkey</stringProp>
  183. <stringProp name="Argument.value">eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ5dmFuLXNlY3VyaXR5IiwiX191aWQiOiIxNjExNDgzMTcxNzc5MTc2NjAiLCJhdWQiOiJ5dmFuLSoiLCJzdWIiOiIxNTgyNzMxNTgzNSIsImxvZ2luX2lkIjoxNjExNDgzMTcxNzc5MTc2NjIsImV4cCI6MTcxMDg3NzUwMCwiaWF0IjoxNzA4MzEyNjk2LCJqdGkiOiIzMDAzOTUyMzAwMDI2ODYzMTUifQ.KUt9eYzY8FBuG-qoUZTM5esCJ2Zw-LpgpEcCvSmSsDKy3AbgDL_Y9826YHq8Rw4NFH2_HWYuaFqoVJVpkqB3LEy2K-OEYbZ4ioYGdNfDoTyR1mPyhhb31UIpbsk0IEYoJzR5f58TM3qJz_bGjOeGkAi_pagFBx2WIBJGjjwOmHhNykaM3z2kwT0h0n3Ip_AtnTNX1NybIgDmBwStappUeGeZP9zzAVod9s6eHIGYlv6-z011N4MGvTX-IsFcnQOp6Lngo4H-TLrGqbmTdckTG4KzQpl8q2S2U3k6PkT_qnXWX15F3CTpycAhJLHttXGv-lBku6q6OycMwDX20PilFw</stringProp>
  184. <stringProp name="Argument.metadata">=</stringProp>
  185. </elementProp>
  186. </collectionProp>
  187. </Arguments>
  188. <hashTree/>
  189. <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="环境变量-压测环境" enabled="true">
  190. <collectionProp name="Arguments.arguments">
  191. <elementProp name="thread_count" elementType="Argument">
  192. <stringProp name="Argument.name">thread_count</stringProp>
  193. <stringProp name="Argument.value">5</stringProp>
  194. <stringProp name="Argument.metadata">=</stringProp>
  195. </elementProp>
  196. <elementProp name="server" elementType="Argument">
  197. <stringProp name="Argument.name">server</stringProp>
  198. <stringProp name="Argument.value">192.168.104.237</stringProp>
  199. <stringProp name="Argument.metadata">=</stringProp>
  200. </elementProp>
  201. <elementProp name="port" elementType="Argument">
  202. <stringProp name="Argument.name">port</stringProp>
  203. <stringProp name="Argument.value">31201</stringProp>
  204. <stringProp name="Argument.metadata">=</stringProp>
  205. </elementProp>
  206. <elementProp name="path" elementType="Argument">
  207. <stringProp name="Argument.name">path</stringProp>
  208. <stringProp name="Argument.value">/wms_api/api/pages/</stringProp>
  209. <stringProp name="Argument.metadata">=</stringProp>
  210. </elementProp>
  211. <elementProp name="wh_id" elementType="Argument">
  212. <stringProp name="Argument.name">wh_id</stringProp>
  213. <stringProp name="Argument.value">1140425501375074304</stringProp>
  214. <stringProp name="Argument.metadata">=</stringProp>
  215. </elementProp>
  216. <elementProp name="owner_id" elementType="Argument">
  217. <stringProp name="Argument.name">owner_id</stringProp>
  218. <stringProp name="Argument.value">1096478673436938240</stringProp>
  219. <stringProp name="Argument.metadata">=</stringProp>
  220. </elementProp>
  221. <elementProp name="每条目上架数量因子" elementType="Argument">
  222. <stringProp name="Argument.name">每条目上架数量因子</stringProp>
  223. <stringProp name="Argument.value">10.1</stringProp>
  224. <stringProp name="Argument.metadata">=</stringProp>
  225. </elementProp>
  226. <elementProp name="project_id" elementType="Argument">
  227. <stringProp name="Argument.name">project_id</stringProp>
  228. <stringProp name="Argument.value">1140423193643847680</stringProp>
  229. <stringProp name="Argument.desc">广东电信集约化物流项目</stringProp>
  230. <stringProp name="Argument.metadata">=</stringProp>
  231. </elementProp>
  232. <elementProp name="system_key" elementType="Argument">
  233. <stringProp name="Argument.name">system_key</stringProp>
  234. <stringProp name="Argument.value">eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ5dmFuLXNlY3VyaXR5IiwiX191aWQiOiIxIiwiYXVkIjoieXZhbi0qIiwic3ViIjoiYWRtaW4iLCJsb2dpbl9pZCI6MSwiZXhwIjoxNzE5NjAzOTAwLCJpYXQiOjE3MTcwNjM4MzksImp0aSI6IjM3MzgwODQ1MTE3MDA5ODgwMyJ9.I1qaWEekrgoiLDR8OXbAo4Nw2bytCQzAna1rjBLG29biTm8TrrHEIVKhP1YzQVb1Rk_RZ9DFnQiB84OlzEAV-x6FYs6JZKmUSAO_ct6FETi9VYWIzkgOgBxDgsSecX8dUGLfh6iuTSJslXExz92g7YYLQSwaGjWN9qIgUDZdkr2n1g9XRhjts7BcTrdmYpuanVpYXaFWDJ4M0itvqnLGR0RrbT2cZYiREdzSO_wIx29mctp7-PkRQmrjACfNSEqEKZP--ocQlKyBeHH_XIk2-ETN_sKpHPYr46JoMhIY1Dr8G6TtDjiVdMeQxlulW8XfP6r7f2kdKH5sk8qUYRgpGA</stringProp>
  235. <stringProp name="Argument.metadata">=</stringProp>
  236. </elementProp>
  237. </collectionProp>
  238. </Arguments>
  239. <hashTree/>
  240. <kg.apc.jmeter.threads.SteppingThreadGroup guiclass="kg.apc.jmeter.threads.SteppingThreadGroupGui" testclass="kg.apc.jmeter.threads.SteppingThreadGroup" testname="入库之上架确认_有来源(RF)" enabled="true">
  241. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  242. <stringProp name="ThreadGroup.num_threads">100</stringProp>
  243. <stringProp name="Threads initial delay">0</stringProp>
  244. <stringProp name="Start users count">10</stringProp>
  245. <stringProp name="Start users count burst">0</stringProp>
  246. <stringProp name="Start users period">30</stringProp>
  247. <stringProp name="Stop users count">5</stringProp>
  248. <stringProp name="Stop users period">1</stringProp>
  249. <stringProp name="flighttime">60</stringProp>
  250. <stringProp name="rampUp">5</stringProp>
  251. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  252. <boolProp name="LoopController.continue_forever">false</boolProp>
  253. <intProp name="LoopController.loops">-1</intProp>
  254. </elementProp>
  255. </kg.apc.jmeter.threads.SteppingThreadGroup>
  256. <hashTree>
  257. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  258. <boolProp name="ResultCollector.error_logging">false</boolProp>
  259. <objProp>
  260. <name>saveConfig</name>
  261. <value class="SampleSaveConfiguration">
  262. <time>true</time>
  263. <latency>true</latency>
  264. <timestamp>true</timestamp>
  265. <success>true</success>
  266. <label>true</label>
  267. <code>true</code>
  268. <message>true</message>
  269. <threadName>true</threadName>
  270. <dataType>true</dataType>
  271. <encoding>false</encoding>
  272. <assertions>true</assertions>
  273. <subresults>true</subresults>
  274. <responseData>false</responseData>
  275. <samplerData>false</samplerData>
  276. <xml>false</xml>
  277. <fieldNames>true</fieldNames>
  278. <responseHeaders>false</responseHeaders>
  279. <requestHeaders>false</requestHeaders>
  280. <responseDataOnError>false</responseDataOnError>
  281. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  282. <assertionsResultsToSave>0</assertionsResultsToSave>
  283. <bytes>true</bytes>
  284. <sentBytes>true</sentBytes>
  285. <url>true</url>
  286. <threadCounts>true</threadCounts>
  287. <idleTime>true</idleTime>
  288. <connectTime>true</connectTime>
  289. </value>
  290. </objProp>
  291. <stringProp name="filename"></stringProp>
  292. </ResultCollector>
  293. <hashTree/>
  294. <ResultCollector guiclass="RespTimeGraphVisualizer" testclass="ResultCollector" testname="Response Time Graph" enabled="true">
  295. <boolProp name="ResultCollector.error_logging">false</boolProp>
  296. <objProp>
  297. <name>saveConfig</name>
  298. <value class="SampleSaveConfiguration">
  299. <time>true</time>
  300. <latency>true</latency>
  301. <timestamp>true</timestamp>
  302. <success>true</success>
  303. <label>true</label>
  304. <code>true</code>
  305. <message>true</message>
  306. <threadName>true</threadName>
  307. <dataType>true</dataType>
  308. <encoding>false</encoding>
  309. <assertions>true</assertions>
  310. <subresults>true</subresults>
  311. <responseData>false</responseData>
  312. <samplerData>false</samplerData>
  313. <xml>false</xml>
  314. <fieldNames>true</fieldNames>
  315. <responseHeaders>false</responseHeaders>
  316. <requestHeaders>false</requestHeaders>
  317. <responseDataOnError>false</responseDataOnError>
  318. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  319. <assertionsResultsToSave>0</assertionsResultsToSave>
  320. <bytes>true</bytes>
  321. <sentBytes>true</sentBytes>
  322. <url>true</url>
  323. <threadCounts>true</threadCounts>
  324. <idleTime>true</idleTime>
  325. <connectTime>true</connectTime>
  326. </value>
  327. </objProp>
  328. <stringProp name="filename"></stringProp>
  329. </ResultCollector>
  330. <hashTree/>
  331. <ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregate Report" enabled="true">
  332. <boolProp name="ResultCollector.error_logging">false</boolProp>
  333. <objProp>
  334. <name>saveConfig</name>
  335. <value class="SampleSaveConfiguration">
  336. <time>true</time>
  337. <latency>true</latency>
  338. <timestamp>true</timestamp>
  339. <success>true</success>
  340. <label>true</label>
  341. <code>true</code>
  342. <message>true</message>
  343. <threadName>true</threadName>
  344. <dataType>true</dataType>
  345. <encoding>false</encoding>
  346. <assertions>true</assertions>
  347. <subresults>true</subresults>
  348. <responseData>false</responseData>
  349. <samplerData>false</samplerData>
  350. <xml>false</xml>
  351. <fieldNames>true</fieldNames>
  352. <responseHeaders>false</responseHeaders>
  353. <requestHeaders>false</requestHeaders>
  354. <responseDataOnError>false</responseDataOnError>
  355. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  356. <assertionsResultsToSave>0</assertionsResultsToSave>
  357. <bytes>true</bytes>
  358. <sentBytes>true</sentBytes>
  359. <url>true</url>
  360. <threadCounts>true</threadCounts>
  361. <idleTime>true</idleTime>
  362. <connectTime>true</connectTime>
  363. </value>
  364. </objProp>
  365. <stringProp name="filename"></stringProp>
  366. </ResultCollector>
  367. <hashTree/>
  368. <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true">
  369. <boolProp name="ResultCollector.error_logging">false</boolProp>
  370. <objProp>
  371. <name>saveConfig</name>
  372. <value class="SampleSaveConfiguration">
  373. <time>true</time>
  374. <latency>true</latency>
  375. <timestamp>true</timestamp>
  376. <success>true</success>
  377. <label>true</label>
  378. <code>true</code>
  379. <message>true</message>
  380. <threadName>true</threadName>
  381. <dataType>true</dataType>
  382. <encoding>false</encoding>
  383. <assertions>true</assertions>
  384. <subresults>true</subresults>
  385. <responseData>false</responseData>
  386. <samplerData>false</samplerData>
  387. <xml>false</xml>
  388. <fieldNames>true</fieldNames>
  389. <responseHeaders>false</responseHeaders>
  390. <requestHeaders>false</requestHeaders>
  391. <responseDataOnError>false</responseDataOnError>
  392. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  393. <assertionsResultsToSave>0</assertionsResultsToSave>
  394. <bytes>true</bytes>
  395. <sentBytes>true</sentBytes>
  396. <url>true</url>
  397. <threadCounts>true</threadCounts>
  398. <idleTime>true</idleTime>
  399. <connectTime>true</connectTime>
  400. </value>
  401. </objProp>
  402. <stringProp name="filename"></stringProp>
  403. </ResultCollector>
  404. <hashTree/>
  405. <kg.apc.jmeter.vizualizers.CorrectedResultCollector guiclass="kg.apc.jmeter.vizualizers.TransactionsPerSecondGui" testclass="kg.apc.jmeter.vizualizers.CorrectedResultCollector" testname="jp@gc - Transactions per Second" enabled="true">
  406. <boolProp name="ResultCollector.error_logging">false</boolProp>
  407. <objProp>
  408. <name>saveConfig</name>
  409. <value class="SampleSaveConfiguration">
  410. <time>true</time>
  411. <latency>true</latency>
  412. <timestamp>true</timestamp>
  413. <success>true</success>
  414. <label>true</label>
  415. <code>true</code>
  416. <message>true</message>
  417. <threadName>true</threadName>
  418. <dataType>true</dataType>
  419. <encoding>false</encoding>
  420. <assertions>true</assertions>
  421. <subresults>true</subresults>
  422. <responseData>false</responseData>
  423. <samplerData>false</samplerData>
  424. <xml>false</xml>
  425. <fieldNames>true</fieldNames>
  426. <responseHeaders>false</responseHeaders>
  427. <requestHeaders>false</requestHeaders>
  428. <responseDataOnError>false</responseDataOnError>
  429. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  430. <assertionsResultsToSave>0</assertionsResultsToSave>
  431. <bytes>true</bytes>
  432. <sentBytes>true</sentBytes>
  433. <url>true</url>
  434. <threadCounts>true</threadCounts>
  435. <idleTime>true</idleTime>
  436. <connectTime>true</connectTime>
  437. </value>
  438. </objProp>
  439. <stringProp name="filename"></stringProp>
  440. <longProp name="interval_grouping">1000</longProp>
  441. <boolProp name="graph_aggregated">false</boolProp>
  442. <stringProp name="include_sample_labels"></stringProp>
  443. <stringProp name="exclude_sample_labels"></stringProp>
  444. <stringProp name="start_offset"></stringProp>
  445. <stringProp name="end_offset"></stringProp>
  446. <boolProp name="include_checkbox_state">false</boolProp>
  447. <boolProp name="exclude_checkbox_state">false</boolProp>
  448. </kg.apc.jmeter.vizualizers.CorrectedResultCollector>
  449. <hashTree/>
  450. <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
  451. <collectionProp name="HeaderManager.headers">
  452. <elementProp name="" elementType="Header">
  453. <stringProp name="Header.name">whId</stringProp>
  454. <stringProp name="Header.value">${wh_id}</stringProp>
  455. </elementProp>
  456. <elementProp name="" elementType="Header">
  457. <stringProp name="Header.name">systemkey</stringProp>
  458. <stringProp name="Header.value">${system_key}</stringProp>
  459. </elementProp>
  460. </collectionProp>
  461. </HeaderManager>
  462. <hashTree/>
  463. <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true">
  464. <stringProp name="delimiter">,</stringProp>
  465. <stringProp name="fileEncoding">UTF-8</stringProp>
  466. <stringProp name="filename">C:/Users/admin/Desktop/jmx/中通服WMS@入库之上架确认_有来源(RF)_CSV.csv</stringProp>
  467. <boolProp name="ignoreFirstLine">false</boolProp>
  468. <boolProp name="quotedData">false</boolProp>
  469. <boolProp name="recycle">false</boolProp>
  470. <stringProp name="shareMode">shareMode.all</stringProp>
  471. <boolProp name="stopThread">true</boolProp>
  472. <stringProp name="variableNames">receipt_code</stringProp>
  473. </CSVDataSet>
  474. <hashTree/>
  475. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PdaInPut@orderPutQuery" enabled="true">
  476. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  477. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  478. <collectionProp name="Arguments.arguments">
  479. <elementProp name="" elementType="HTTPArgument">
  480. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  481. <stringProp name="Argument.value">{&#xd;
  482. &quot;args&quot;: [&#xd;
  483. {&#xd;
  484. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;,&#xd;
  485. &quot;go_back&quot;: false&#xd;
  486. }&#xd;
  487. ]&#xd;
  488. }</stringProp>
  489. <stringProp name="Argument.metadata">=</stringProp>
  490. </elementProp>
  491. </collectionProp>
  492. </elementProp>
  493. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  494. <stringProp name="HTTPSampler.port">${port}</stringProp>
  495. <stringProp name="HTTPSampler.protocol">http</stringProp>
  496. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  497. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@orderPutQuery</stringProp>
  498. <stringProp name="HTTPSampler.method">POST</stringProp>
  499. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  500. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  501. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  502. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  503. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  504. <stringProp name="HTTPSampler.implementation">HttpClient4</stringProp>
  505. <stringProp name="HTTPSampler.connect_timeout">1500</stringProp>
  506. <stringProp name="HTTPSampler.response_timeout">5000</stringProp>
  507. </HTTPSamplerProxy>
  508. <hashTree>
  509. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  510. <stringProp name="JSON_PATH">$.success</stringProp>
  511. <stringProp name="EXPECTED_VALUE">true</stringProp>
  512. <boolProp name="JSONVALIDATION">true</boolProp>
  513. <boolProp name="EXPECT_NULL">false</boolProp>
  514. <boolProp name="INVERT">false</boolProp>
  515. <boolProp name="ISREGEX">false</boolProp>
  516. </JSONPathAssertion>
  517. <hashTree/>
  518. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="container_list" enabled="true">
  519. <stringProp name="JSONPostProcessor.referenceNames">container_list</stringProp>
  520. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.receipt1.[*]</stringProp>
  521. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  522. </JSONPostProcessor>
  523. <hashTree/>
  524. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_list" enabled="true">
  525. <stringProp name="JSONPostProcessor.referenceNames">item_list</stringProp>
  526. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.receipt2.[*]</stringProp>
  527. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  528. </JSONPostProcessor>
  529. <hashTree/>
  530. </hashTree>
  531. <IfController guiclass="IfControllerPanel" testclass="IfController" testname="IF按容器上架" enabled="true">
  532. <stringProp name="IfController.condition">${__groovy(&quot;${container_list_matchNr}&quot; != &quot;0&quot;)}</stringProp>
  533. <boolProp name="IfController.evaluateAll">false</boolProp>
  534. <boolProp name="IfController.useExpression">true</boolProp>
  535. </IfController>
  536. <hashTree>
  537. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="Remove_Item_List_Variable" enabled="true">
  538. <stringProp name="BeanShellSampler.query">vars.remove(&quot;item_list&quot;)</stringProp>
  539. <stringProp name="BeanShellSampler.filename"></stringProp>
  540. <stringProp name="BeanShellSampler.parameters"></stringProp>
  541. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  542. </BeanShellSampler>
  543. <hashTree/>
  544. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_container_list" enabled="true">
  545. <stringProp name="ForeachController.inputVal">container_list</stringProp>
  546. <stringProp name="ForeachController.returnVal">containerReceipt</stringProp>
  547. <boolProp name="ForeachController.useSeparator">true</boolProp>
  548. <stringProp name="ForeachController.startIndex">0</stringProp>
  549. <stringProp name="ForeachController.endIndex">${container_list_matchNr}</stringProp>
  550. </ForeachController>
  551. <hashTree>
  552. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  553. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  554. Map v = _.parseJson(_.get(&quot;containerReceipt&quot;));
  555. vars.put(&quot;tray_code&quot;, v.get(&quot;box_code&quot;));</stringProp>
  556. <stringProp name="BeanShellSampler.filename"></stringProp>
  557. <stringProp name="BeanShellSampler.parameters"></stringProp>
  558. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  559. </BeanShellSampler>
  560. <hashTree/>
  561. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按容器上架列表" enabled="true">
  562. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  563. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  564. <collectionProp name="Arguments.arguments">
  565. <elementProp name="" elementType="HTTPArgument">
  566. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  567. <stringProp name="Argument.value">{&#xd;
  568. &quot;args&quot;: [&#xd;
  569. {&#xd;
  570. &quot;tray_code&quot;: &quot;${tray_code}&quot;&#xd;
  571. }&#xd;
  572. ]&#xd;
  573. }</stringProp>
  574. <stringProp name="Argument.metadata">=</stringProp>
  575. </elementProp>
  576. </collectionProp>
  577. </elementProp>
  578. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  579. <stringProp name="HTTPSampler.port">${port}</stringProp>
  580. <stringProp name="HTTPSampler.protocol">http</stringProp>
  581. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  582. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@queryByTrayCode</stringProp>
  583. <stringProp name="HTTPSampler.method">POST</stringProp>
  584. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  585. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  586. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  587. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  588. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  589. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  590. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  591. </HTTPSamplerProxy>
  592. <hashTree>
  593. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  594. <stringProp name="JSON_PATH">$.success</stringProp>
  595. <stringProp name="EXPECTED_VALUE">true</stringProp>
  596. <boolProp name="JSONVALIDATION">true</boolProp>
  597. <boolProp name="EXPECT_NULL">false</boolProp>
  598. <boolProp name="INVERT">false</boolProp>
  599. <boolProp name="ISREGEX">false</boolProp>
  600. </JSONPathAssertion>
  601. <hashTree/>
  602. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_id" enabled="true">
  603. <stringProp name="JSONPostProcessor.referenceNames">receipt_id</stringProp>
  604. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*].receipt_id</stringProp>
  605. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  606. </JSONPostProcessor>
  607. <hashTree/>
  608. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  609. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  610. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  611. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  612. </JSONPostProcessor>
  613. <hashTree/>
  614. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  615. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  616. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*].default_put_loc_code</stringProp>
  617. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  618. </JSONPostProcessor>
  619. <hashTree/>
  620. </hashTree>
  621. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  622. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  623. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  624. <collectionProp name="Arguments.arguments">
  625. <elementProp name="" elementType="HTTPArgument">
  626. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  627. <stringProp name="Argument.value">{&#xd;
  628. &quot;args&quot;: [&#xd;
  629. {&#xd;
  630. &quot;detailsType&quot;: 2,&#xd;
  631. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  632. &quot;rows&quot;: ${receipt_rows}&#xd;
  633. }&#xd;
  634. ]&#xd;
  635. }</stringProp>
  636. <stringProp name="Argument.metadata">=</stringProp>
  637. </elementProp>
  638. </collectionProp>
  639. </elementProp>
  640. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  641. <stringProp name="HTTPSampler.port">${port}</stringProp>
  642. <stringProp name="HTTPSampler.protocol">http</stringProp>
  643. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  644. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocation</stringProp>
  645. <stringProp name="HTTPSampler.method">POST</stringProp>
  646. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  647. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  648. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  649. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  650. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  651. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  652. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  653. </HTTPSamplerProxy>
  654. <hashTree>
  655. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="false">
  656. <stringProp name="JSON_PATH">$.success</stringProp>
  657. <stringProp name="EXPECTED_VALUE">true</stringProp>
  658. <boolProp name="JSONVALIDATION">true</boolProp>
  659. <boolProp name="EXPECT_NULL">false</boolProp>
  660. <boolProp name="INVERT">false</boolProp>
  661. <boolProp name="ISREGEX">false</boolProp>
  662. </JSONPathAssertion>
  663. <hashTree/>
  664. </hashTree>
  665. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按容器上架" enabled="true">
  666. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  667. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  668. <collectionProp name="Arguments.arguments">
  669. <elementProp name="" elementType="HTTPArgument">
  670. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  671. <stringProp name="Argument.value">{&#xd;
  672. &quot;args&quot;: [&#xd;
  673. {&#xd;
  674. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  675. &quot;itemList&quot;: ${receipt_rows}&#xd;
  676. }&#xd;
  677. ]&#xd;
  678. }</stringProp>
  679. <stringProp name="Argument.metadata">=</stringProp>
  680. </elementProp>
  681. </collectionProp>
  682. </elementProp>
  683. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  684. <stringProp name="HTTPSampler.port">${port}</stringProp>
  685. <stringProp name="HTTPSampler.protocol">http</stringProp>
  686. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  687. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@RfBoxAndTray</stringProp>
  688. <stringProp name="HTTPSampler.method">POST</stringProp>
  689. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  690. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  691. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  692. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  693. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  694. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  695. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  696. </HTTPSamplerProxy>
  697. <hashTree>
  698. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  699. <stringProp name="JSON_PATH">$.success</stringProp>
  700. <stringProp name="EXPECTED_VALUE">true</stringProp>
  701. <boolProp name="JSONVALIDATION">true</boolProp>
  702. <boolProp name="EXPECT_NULL">false</boolProp>
  703. <boolProp name="INVERT">false</boolProp>
  704. <boolProp name="ISREGEX">false</boolProp>
  705. </JSONPathAssertion>
  706. <hashTree/>
  707. </hashTree>
  708. </hashTree>
  709. </hashTree>
  710. <IfController guiclass="IfControllerPanel" testclass="IfController" testname="IF按物料上架" enabled="true">
  711. <stringProp name="IfController.condition">${__groovy(vars.get(&quot;item_list_matchNr&quot;) != &quot;0&quot;)}</stringProp>
  712. <boolProp name="IfController.evaluateAll">false</boolProp>
  713. <boolProp name="IfController.useExpression">true</boolProp>
  714. </IfController>
  715. <hashTree>
  716. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="Remove_Container_List_Variable" enabled="true">
  717. <stringProp name="BeanShellSampler.query">vars.remove(&quot;container_list&quot;)</stringProp>
  718. <stringProp name="BeanShellSampler.filename"></stringProp>
  719. <stringProp name="BeanShellSampler.parameters"></stringProp>
  720. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  721. </BeanShellSampler>
  722. <hashTree/>
  723. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_Item_List" enabled="false">
  724. <stringProp name="ForeachController.inputVal">item_list</stringProp>
  725. <stringProp name="ForeachController.returnVal">itemReceipt</stringProp>
  726. <boolProp name="ForeachController.useSeparator">true</boolProp>
  727. <stringProp name="ForeachController.startIndex">0</stringProp>
  728. <stringProp name="ForeachController.endIndex">${item_list_matchNr}</stringProp>
  729. </ForeachController>
  730. <hashTree>
  731. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  732. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  733. Map v = _.parseJson(_.get(&quot;itemReceipt&quot;));
  734. vars.put(&quot;item_code&quot;, v.get(&quot;item_code&quot;));
  735. vars.put(&quot;receipt_code&quot;, v.get(&quot;receipt_code&quot;));</stringProp>
  736. <stringProp name="BeanShellSampler.filename"></stringProp>
  737. <stringProp name="BeanShellSampler.parameters"></stringProp>
  738. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  739. </BeanShellSampler>
  740. <hashTree/>
  741. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@查询按物料上架列表" enabled="true">
  742. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  743. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  744. <collectionProp name="Arguments.arguments">
  745. <elementProp name="" elementType="HTTPArgument">
  746. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  747. <stringProp name="Argument.value">{&#xd;
  748. &quot;args&quot;: [&#xd;
  749. {&#xd;
  750. &quot;item_code&quot;: &quot;${item_code}&quot;,&#xd;
  751. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;&#xd;
  752. }&#xd;
  753. ]&#xd;
  754. }</stringProp>
  755. <stringProp name="Argument.metadata">=</stringProp>
  756. </elementProp>
  757. </collectionProp>
  758. </elementProp>
  759. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  760. <stringProp name="HTTPSampler.port">${port}</stringProp>
  761. <stringProp name="HTTPSampler.protocol">http</stringProp>
  762. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  763. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@itemPutQuery</stringProp>
  764. <stringProp name="HTTPSampler.method">POST</stringProp>
  765. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  766. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  767. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  768. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  769. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  770. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  771. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  772. </HTTPSamplerProxy>
  773. <hashTree>
  774. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  775. <stringProp name="JSON_PATH">$.success</stringProp>
  776. <stringProp name="EXPECTED_VALUE">true</stringProp>
  777. <boolProp name="JSONVALIDATION">true</boolProp>
  778. <boolProp name="EXPECT_NULL">false</boolProp>
  779. <boolProp name="INVERT">false</boolProp>
  780. <boolProp name="ISREGEX">false</boolProp>
  781. </JSONPathAssertion>
  782. <hashTree/>
  783. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_receipt_rows" enabled="true">
  784. <stringProp name="JSONPostProcessor.referenceNames">item_receipt_rows</stringProp>
  785. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*]</stringProp>
  786. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  787. </JSONPostProcessor>
  788. <hashTree/>
  789. </hashTree>
  790. <DebugSampler guiclass="TestBeanGUI" testclass="DebugSampler" testname="Debug Sampler 3" enabled="true">
  791. <boolProp name="displayJMeterProperties">false</boolProp>
  792. <boolProp name="displayJMeterVariables">true</boolProp>
  793. <boolProp name="displaySystemProperties">false</boolProp>
  794. </DebugSampler>
  795. <hashTree/>
  796. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler Logger" enabled="true">
  797. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  798. //Map v = _.parseJson(_.get(&quot;item_receipt_rows&quot;));
  799. _.log(&quot;item_receipt_rows_matchNr =&gt; &quot; + vars.get(&quot;item_receipt_rows_matchNr&quot;))</stringProp>
  800. <stringProp name="BeanShellSampler.filename"></stringProp>
  801. <stringProp name="BeanShellSampler.parameters"></stringProp>
  802. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  803. </BeanShellSampler>
  804. <hashTree/>
  805. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_item_receipt_rows" enabled="true">
  806. <stringProp name="ForeachController.inputVal">item_receipt_rows</stringProp>
  807. <stringProp name="ForeachController.returnVal">item_receipt_row</stringProp>
  808. <boolProp name="ForeachController.useSeparator">true</boolProp>
  809. <stringProp name="ForeachController.startIndex">0</stringProp>
  810. <stringProp name="ForeachController.endIndex">${item_receipt_rows_matchNr}</stringProp>
  811. </ForeachController>
  812. <hashTree>
  813. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  814. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  815. Map v = _.parseJson(_.get(&quot;item_receipt_row&quot;));
  816. vars.put(&quot;receipt_id&quot;, v.get(&quot;receipt_id&quot;));
  817. vars.put(&quot;receipt_line_no&quot;, v.get(&quot;receipt_line_no&quot;) + &quot;&quot;);</stringProp>
  818. <stringProp name="BeanShellSampler.filename"></stringProp>
  819. <stringProp name="BeanShellSampler.parameters"></stringProp>
  820. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  821. </BeanShellSampler>
  822. <hashTree/>
  823. <DebugSampler guiclass="TestBeanGUI" testclass="DebugSampler" testname="Debug Sampler 4" enabled="true">
  824. <boolProp name="displayJMeterProperties">false</boolProp>
  825. <boolProp name="displayJMeterVariables">true</boolProp>
  826. <boolProp name="displaySystemProperties">false</boolProp>
  827. </DebugSampler>
  828. <hashTree/>
  829. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架详情页" enabled="true">
  830. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  831. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  832. <collectionProp name="Arguments.arguments">
  833. <elementProp name="" elementType="HTTPArgument">
  834. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  835. <stringProp name="Argument.value">{&#xd;
  836. &quot;args&quot;: [&#xd;
  837. {&#xd;
  838. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  839. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  840. }&#xd;
  841. ]&#xd;
  842. }</stringProp>
  843. <stringProp name="Argument.metadata">=</stringProp>
  844. </elementProp>
  845. </collectionProp>
  846. </elementProp>
  847. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  848. <stringProp name="HTTPSampler.port">${port}</stringProp>
  849. <stringProp name="HTTPSampler.protocol">http</stringProp>
  850. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  851. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@pdaQueryPutDetails</stringProp>
  852. <stringProp name="HTTPSampler.method">POST</stringProp>
  853. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  854. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  855. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  856. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  857. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  858. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  859. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  860. </HTTPSamplerProxy>
  861. <hashTree>
  862. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  863. <stringProp name="JSON_PATH">$.success</stringProp>
  864. <stringProp name="EXPECTED_VALUE">true</stringProp>
  865. <boolProp name="JSONVALIDATION">true</boolProp>
  866. <boolProp name="EXPECT_NULL">false</boolProp>
  867. <boolProp name="INVERT">false</boolProp>
  868. <boolProp name="ISREGEX">false</boolProp>
  869. </JSONPathAssertion>
  870. <hashTree/>
  871. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  872. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  873. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.default_put_loc_code</stringProp>
  874. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  875. </JSONPostProcessor>
  876. <hashTree/>
  877. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="put_qty" enabled="true">
  878. <stringProp name="JSONPostProcessor.referenceNames">put_qty</stringProp>
  879. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.put_qty</stringProp>
  880. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  881. </JSONPostProcessor>
  882. <hashTree/>
  883. </hashTree>
  884. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  885. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  886. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  887. <collectionProp name="Arguments.arguments">
  888. <elementProp name="" elementType="HTTPArgument">
  889. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  890. <stringProp name="Argument.value">{&#xd;
  891. &quot;args&quot;: [&#xd;
  892. {&#xd;
  893. &quot;detailsType&quot;: 1,&#xd;
  894. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  895. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  896. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  897. }&#xd;
  898. ]&#xd;
  899. }</stringProp>
  900. <stringProp name="Argument.metadata">=</stringProp>
  901. </elementProp>
  902. </collectionProp>
  903. </elementProp>
  904. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  905. <stringProp name="HTTPSampler.port">${port}</stringProp>
  906. <stringProp name="HTTPSampler.protocol">http</stringProp>
  907. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  908. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocationPdaItem</stringProp>
  909. <stringProp name="HTTPSampler.method">POST</stringProp>
  910. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  911. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  912. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  913. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  914. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  915. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  916. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  917. </HTTPSamplerProxy>
  918. <hashTree>
  919. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  920. <stringProp name="JSON_PATH">$.success</stringProp>
  921. <stringProp name="EXPECTED_VALUE">true</stringProp>
  922. <boolProp name="JSONVALIDATION">true</boolProp>
  923. <boolProp name="EXPECT_NULL">false</boolProp>
  924. <boolProp name="INVERT">false</boolProp>
  925. <boolProp name="ISREGEX">false</boolProp>
  926. </JSONPathAssertion>
  927. <hashTree/>
  928. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  929. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  930. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  931. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  932. </JSONPostProcessor>
  933. <hashTree/>
  934. </hashTree>
  935. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架" enabled="true">
  936. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  937. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  938. <collectionProp name="Arguments.arguments">
  939. <elementProp name="" elementType="HTTPArgument">
  940. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  941. <stringProp name="Argument.value">{&#xd;
  942. &quot;args&quot;: [&#xd;
  943. {&#xd;
  944. &quot;itemList&quot;: [&#xd;
  945. {&#xd;
  946. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  947. }&#xd;
  948. ],&#xd;
  949. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  950. &quot;receipt_line_no&quot;: ${receipt_line_no},&#xd;
  951. &quot;op_qty&quot;: &quot;${put_qty}&quot;&#xd;
  952. }&#xd;
  953. ]&#xd;
  954. }</stringProp>
  955. <stringProp name="Argument.metadata">=</stringProp>
  956. </elementProp>
  957. </collectionProp>
  958. </elementProp>
  959. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  960. <stringProp name="HTTPSampler.port">${port}</stringProp>
  961. <stringProp name="HTTPSampler.protocol">http</stringProp>
  962. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  963. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@itemAndQtyForPda</stringProp>
  964. <stringProp name="HTTPSampler.method">POST</stringProp>
  965. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  966. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  967. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  968. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  969. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  970. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  971. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  972. </HTTPSamplerProxy>
  973. <hashTree>
  974. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  975. <stringProp name="JSON_PATH">$.success</stringProp>
  976. <stringProp name="EXPECTED_VALUE">true</stringProp>
  977. <boolProp name="JSONVALIDATION">true</boolProp>
  978. <boolProp name="EXPECT_NULL">false</boolProp>
  979. <boolProp name="INVERT">false</boolProp>
  980. <boolProp name="ISREGEX">false</boolProp>
  981. </JSONPathAssertion>
  982. <hashTree/>
  983. </hashTree>
  984. </hashTree>
  985. </hashTree>
  986. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  987. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  988. Map v = _.parseJson(_.get(&quot;item_list_1&quot;));
  989. vars.put(&quot;item_code&quot;, v.get(&quot;item_code&quot;));
  990. vars.put(&quot;receipt_code&quot;, v.get(&quot;receipt_code&quot;));</stringProp>
  991. <stringProp name="BeanShellSampler.filename"></stringProp>
  992. <stringProp name="BeanShellSampler.parameters"></stringProp>
  993. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  994. </BeanShellSampler>
  995. <hashTree/>
  996. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@查询按物料上架列表" enabled="true">
  997. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  998. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  999. <collectionProp name="Arguments.arguments">
  1000. <elementProp name="" elementType="HTTPArgument">
  1001. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1002. <stringProp name="Argument.value">{&#xd;
  1003. &quot;args&quot;: [&#xd;
  1004. {&#xd;
  1005. &quot;item_code&quot;: &quot;${item_code}&quot;,&#xd;
  1006. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;&#xd;
  1007. }&#xd;
  1008. ]&#xd;
  1009. }</stringProp>
  1010. <stringProp name="Argument.metadata">=</stringProp>
  1011. </elementProp>
  1012. </collectionProp>
  1013. </elementProp>
  1014. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1015. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1016. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1017. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1018. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@itemPutQuery</stringProp>
  1019. <stringProp name="HTTPSampler.method">POST</stringProp>
  1020. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1021. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1022. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1023. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1024. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1025. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1026. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1027. </HTTPSamplerProxy>
  1028. <hashTree>
  1029. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1030. <stringProp name="JSON_PATH">$.success</stringProp>
  1031. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1032. <boolProp name="JSONVALIDATION">true</boolProp>
  1033. <boolProp name="EXPECT_NULL">false</boolProp>
  1034. <boolProp name="INVERT">false</boolProp>
  1035. <boolProp name="ISREGEX">false</boolProp>
  1036. </JSONPathAssertion>
  1037. <hashTree/>
  1038. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_receipt_rows" enabled="true">
  1039. <stringProp name="JSONPostProcessor.referenceNames">item_receipt_rows</stringProp>
  1040. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*]</stringProp>
  1041. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  1042. </JSONPostProcessor>
  1043. <hashTree/>
  1044. </hashTree>
  1045. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_item_receipt_rows" enabled="true">
  1046. <stringProp name="ForeachController.inputVal">item_receipt_rows</stringProp>
  1047. <stringProp name="ForeachController.returnVal">item_receipt_row</stringProp>
  1048. <boolProp name="ForeachController.useSeparator">true</boolProp>
  1049. <stringProp name="ForeachController.startIndex">0</stringProp>
  1050. <stringProp name="ForeachController.endIndex">${item_receipt_rows_matchNr}</stringProp>
  1051. </ForeachController>
  1052. <hashTree>
  1053. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  1054. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  1055. Map v = _.parseJson(_.get(&quot;item_receipt_row&quot;));
  1056. vars.put(&quot;receipt_id&quot;, v.get(&quot;receipt_id&quot;));
  1057. vars.put(&quot;receipt_line_no&quot;, v.get(&quot;receipt_line_no&quot;) + &quot;&quot;);</stringProp>
  1058. <stringProp name="BeanShellSampler.filename"></stringProp>
  1059. <stringProp name="BeanShellSampler.parameters"></stringProp>
  1060. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  1061. </BeanShellSampler>
  1062. <hashTree/>
  1063. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架详情页" enabled="true">
  1064. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1065. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1066. <collectionProp name="Arguments.arguments">
  1067. <elementProp name="" elementType="HTTPArgument">
  1068. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1069. <stringProp name="Argument.value">{&#xd;
  1070. &quot;args&quot;: [&#xd;
  1071. {&#xd;
  1072. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1073. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1074. }&#xd;
  1075. ]&#xd;
  1076. }</stringProp>
  1077. <stringProp name="Argument.metadata">=</stringProp>
  1078. </elementProp>
  1079. </collectionProp>
  1080. </elementProp>
  1081. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1082. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1083. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1084. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1085. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@pdaQueryPutDetails</stringProp>
  1086. <stringProp name="HTTPSampler.method">POST</stringProp>
  1087. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1088. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1089. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1090. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1091. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1092. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1093. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1094. </HTTPSamplerProxy>
  1095. <hashTree>
  1096. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1097. <stringProp name="JSON_PATH">$.success</stringProp>
  1098. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1099. <boolProp name="JSONVALIDATION">true</boolProp>
  1100. <boolProp name="EXPECT_NULL">false</boolProp>
  1101. <boolProp name="INVERT">false</boolProp>
  1102. <boolProp name="ISREGEX">false</boolProp>
  1103. </JSONPathAssertion>
  1104. <hashTree/>
  1105. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  1106. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  1107. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.default_put_loc_code</stringProp>
  1108. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1109. </JSONPostProcessor>
  1110. <hashTree/>
  1111. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="put_qty" enabled="true">
  1112. <stringProp name="JSONPostProcessor.referenceNames">put_qty</stringProp>
  1113. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.put_qty</stringProp>
  1114. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1115. </JSONPostProcessor>
  1116. <hashTree/>
  1117. </hashTree>
  1118. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  1119. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1120. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1121. <collectionProp name="Arguments.arguments">
  1122. <elementProp name="" elementType="HTTPArgument">
  1123. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1124. <stringProp name="Argument.value">{&#xd;
  1125. &quot;args&quot;: [&#xd;
  1126. {&#xd;
  1127. &quot;detailsType&quot;: 1,&#xd;
  1128. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  1129. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1130. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1131. }&#xd;
  1132. ]&#xd;
  1133. }</stringProp>
  1134. <stringProp name="Argument.metadata">=</stringProp>
  1135. </elementProp>
  1136. </collectionProp>
  1137. </elementProp>
  1138. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1139. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1140. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1141. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1142. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocationPdaItem</stringProp>
  1143. <stringProp name="HTTPSampler.method">POST</stringProp>
  1144. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1145. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1146. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1147. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1148. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1149. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1150. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1151. </HTTPSamplerProxy>
  1152. <hashTree>
  1153. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1154. <stringProp name="JSON_PATH">$.success</stringProp>
  1155. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1156. <boolProp name="JSONVALIDATION">true</boolProp>
  1157. <boolProp name="EXPECT_NULL">false</boolProp>
  1158. <boolProp name="INVERT">false</boolProp>
  1159. <boolProp name="ISREGEX">false</boolProp>
  1160. </JSONPathAssertion>
  1161. <hashTree/>
  1162. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  1163. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  1164. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  1165. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1166. </JSONPostProcessor>
  1167. <hashTree/>
  1168. </hashTree>
  1169. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架" enabled="true">
  1170. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1171. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1172. <collectionProp name="Arguments.arguments">
  1173. <elementProp name="" elementType="HTTPArgument">
  1174. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1175. <stringProp name="Argument.value">{&#xd;
  1176. &quot;args&quot;: [&#xd;
  1177. {&#xd;
  1178. &quot;itemList&quot;: [&#xd;
  1179. {&#xd;
  1180. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1181. }&#xd;
  1182. ],&#xd;
  1183. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1184. &quot;receipt_line_no&quot;: ${receipt_line_no},&#xd;
  1185. &quot;op_qty&quot;: &quot;${put_qty}&quot;&#xd;
  1186. }&#xd;
  1187. ]&#xd;
  1188. }</stringProp>
  1189. <stringProp name="Argument.metadata">=</stringProp>
  1190. </elementProp>
  1191. </collectionProp>
  1192. </elementProp>
  1193. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1194. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1195. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1196. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1197. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@itemAndQtyForPda</stringProp>
  1198. <stringProp name="HTTPSampler.method">POST</stringProp>
  1199. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1200. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1201. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1202. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1203. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1204. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1205. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1206. </HTTPSamplerProxy>
  1207. <hashTree>
  1208. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1209. <stringProp name="JSON_PATH">$.success</stringProp>
  1210. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1211. <boolProp name="JSONVALIDATION">true</boolProp>
  1212. <boolProp name="EXPECT_NULL">false</boolProp>
  1213. <boolProp name="INVERT">false</boolProp>
  1214. <boolProp name="ISREGEX">false</boolProp>
  1215. </JSONPathAssertion>
  1216. <hashTree/>
  1217. </hashTree>
  1218. </hashTree>
  1219. </hashTree>
  1220. <TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think Time" enabled="false">
  1221. <intProp name="ActionProcessor.action">1</intProp>
  1222. <intProp name="ActionProcessor.target">0</intProp>
  1223. <stringProp name="ActionProcessor.duration">30000</stringProp>
  1224. </TestAction>
  1225. <hashTree/>
  1226. </hashTree>
  1227. </hashTree>
  1228. </hashTree>
  1229. </jmeterTestPlan>