中通服WMS@入库之上架确认_有来源(RF)_生成数据.jmx 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  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. <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="入库之上架确认_有来源(RF)" enabled="true">
  241. <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  242. <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
  243. <boolProp name="LoopController.continue_forever">false</boolProp>
  244. <intProp name="LoopController.loops">-1</intProp>
  245. </elementProp>
  246. <stringProp name="ThreadGroup.num_threads">40</stringProp>
  247. <stringProp name="ThreadGroup.ramp_time">1</stringProp>
  248. <boolProp name="ThreadGroup.scheduler">false</boolProp>
  249. <stringProp name="ThreadGroup.duration"></stringProp>
  250. <stringProp name="ThreadGroup.delay"></stringProp>
  251. <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
  252. </ThreadGroup>
  253. <hashTree>
  254. <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="true">
  255. <boolProp name="ResultCollector.error_logging">false</boolProp>
  256. <objProp>
  257. <name>saveConfig</name>
  258. <value class="SampleSaveConfiguration">
  259. <time>true</time>
  260. <latency>true</latency>
  261. <timestamp>true</timestamp>
  262. <success>true</success>
  263. <label>true</label>
  264. <code>true</code>
  265. <message>true</message>
  266. <threadName>true</threadName>
  267. <dataType>true</dataType>
  268. <encoding>false</encoding>
  269. <assertions>true</assertions>
  270. <subresults>true</subresults>
  271. <responseData>false</responseData>
  272. <samplerData>false</samplerData>
  273. <xml>false</xml>
  274. <fieldNames>true</fieldNames>
  275. <responseHeaders>false</responseHeaders>
  276. <requestHeaders>false</requestHeaders>
  277. <responseDataOnError>false</responseDataOnError>
  278. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  279. <assertionsResultsToSave>0</assertionsResultsToSave>
  280. <bytes>true</bytes>
  281. <sentBytes>true</sentBytes>
  282. <url>true</url>
  283. <threadCounts>true</threadCounts>
  284. <idleTime>true</idleTime>
  285. <connectTime>true</connectTime>
  286. </value>
  287. </objProp>
  288. <stringProp name="filename"></stringProp>
  289. </ResultCollector>
  290. <hashTree/>
  291. <ResultCollector guiclass="RespTimeGraphVisualizer" testclass="ResultCollector" testname="Response Time Graph" enabled="true">
  292. <boolProp name="ResultCollector.error_logging">false</boolProp>
  293. <objProp>
  294. <name>saveConfig</name>
  295. <value class="SampleSaveConfiguration">
  296. <time>true</time>
  297. <latency>true</latency>
  298. <timestamp>true</timestamp>
  299. <success>true</success>
  300. <label>true</label>
  301. <code>true</code>
  302. <message>true</message>
  303. <threadName>true</threadName>
  304. <dataType>true</dataType>
  305. <encoding>false</encoding>
  306. <assertions>true</assertions>
  307. <subresults>true</subresults>
  308. <responseData>false</responseData>
  309. <samplerData>false</samplerData>
  310. <xml>false</xml>
  311. <fieldNames>true</fieldNames>
  312. <responseHeaders>false</responseHeaders>
  313. <requestHeaders>false</requestHeaders>
  314. <responseDataOnError>false</responseDataOnError>
  315. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  316. <assertionsResultsToSave>0</assertionsResultsToSave>
  317. <bytes>true</bytes>
  318. <sentBytes>true</sentBytes>
  319. <url>true</url>
  320. <threadCounts>true</threadCounts>
  321. <idleTime>true</idleTime>
  322. <connectTime>true</connectTime>
  323. </value>
  324. </objProp>
  325. <stringProp name="filename"></stringProp>
  326. </ResultCollector>
  327. <hashTree/>
  328. <ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregate Report" enabled="true">
  329. <boolProp name="ResultCollector.error_logging">false</boolProp>
  330. <objProp>
  331. <name>saveConfig</name>
  332. <value class="SampleSaveConfiguration">
  333. <time>true</time>
  334. <latency>true</latency>
  335. <timestamp>true</timestamp>
  336. <success>true</success>
  337. <label>true</label>
  338. <code>true</code>
  339. <message>true</message>
  340. <threadName>true</threadName>
  341. <dataType>true</dataType>
  342. <encoding>false</encoding>
  343. <assertions>true</assertions>
  344. <subresults>true</subresults>
  345. <responseData>false</responseData>
  346. <samplerData>false</samplerData>
  347. <xml>false</xml>
  348. <fieldNames>true</fieldNames>
  349. <responseHeaders>false</responseHeaders>
  350. <requestHeaders>false</requestHeaders>
  351. <responseDataOnError>false</responseDataOnError>
  352. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  353. <assertionsResultsToSave>0</assertionsResultsToSave>
  354. <bytes>true</bytes>
  355. <sentBytes>true</sentBytes>
  356. <url>true</url>
  357. <threadCounts>true</threadCounts>
  358. <idleTime>true</idleTime>
  359. <connectTime>true</connectTime>
  360. </value>
  361. </objProp>
  362. <stringProp name="filename"></stringProp>
  363. </ResultCollector>
  364. <hashTree/>
  365. <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="Summary Report" enabled="true">
  366. <boolProp name="ResultCollector.error_logging">false</boolProp>
  367. <objProp>
  368. <name>saveConfig</name>
  369. <value class="SampleSaveConfiguration">
  370. <time>true</time>
  371. <latency>true</latency>
  372. <timestamp>true</timestamp>
  373. <success>true</success>
  374. <label>true</label>
  375. <code>true</code>
  376. <message>true</message>
  377. <threadName>true</threadName>
  378. <dataType>true</dataType>
  379. <encoding>false</encoding>
  380. <assertions>true</assertions>
  381. <subresults>true</subresults>
  382. <responseData>false</responseData>
  383. <samplerData>false</samplerData>
  384. <xml>false</xml>
  385. <fieldNames>true</fieldNames>
  386. <responseHeaders>false</responseHeaders>
  387. <requestHeaders>false</requestHeaders>
  388. <responseDataOnError>false</responseDataOnError>
  389. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  390. <assertionsResultsToSave>0</assertionsResultsToSave>
  391. <bytes>true</bytes>
  392. <sentBytes>true</sentBytes>
  393. <url>true</url>
  394. <threadCounts>true</threadCounts>
  395. <idleTime>true</idleTime>
  396. <connectTime>true</connectTime>
  397. </value>
  398. </objProp>
  399. <stringProp name="filename"></stringProp>
  400. </ResultCollector>
  401. <hashTree/>
  402. <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">
  403. <boolProp name="ResultCollector.error_logging">false</boolProp>
  404. <objProp>
  405. <name>saveConfig</name>
  406. <value class="SampleSaveConfiguration">
  407. <time>true</time>
  408. <latency>true</latency>
  409. <timestamp>true</timestamp>
  410. <success>true</success>
  411. <label>true</label>
  412. <code>true</code>
  413. <message>true</message>
  414. <threadName>true</threadName>
  415. <dataType>true</dataType>
  416. <encoding>false</encoding>
  417. <assertions>true</assertions>
  418. <subresults>true</subresults>
  419. <responseData>false</responseData>
  420. <samplerData>false</samplerData>
  421. <xml>false</xml>
  422. <fieldNames>true</fieldNames>
  423. <responseHeaders>false</responseHeaders>
  424. <requestHeaders>false</requestHeaders>
  425. <responseDataOnError>false</responseDataOnError>
  426. <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
  427. <assertionsResultsToSave>0</assertionsResultsToSave>
  428. <bytes>true</bytes>
  429. <sentBytes>true</sentBytes>
  430. <url>true</url>
  431. <threadCounts>true</threadCounts>
  432. <idleTime>true</idleTime>
  433. <connectTime>true</connectTime>
  434. </value>
  435. </objProp>
  436. <stringProp name="filename"></stringProp>
  437. <longProp name="interval_grouping">1000</longProp>
  438. <boolProp name="graph_aggregated">false</boolProp>
  439. <stringProp name="include_sample_labels"></stringProp>
  440. <stringProp name="exclude_sample_labels"></stringProp>
  441. <stringProp name="start_offset"></stringProp>
  442. <stringProp name="end_offset"></stringProp>
  443. <boolProp name="include_checkbox_state">false</boolProp>
  444. <boolProp name="exclude_checkbox_state">false</boolProp>
  445. </kg.apc.jmeter.vizualizers.CorrectedResultCollector>
  446. <hashTree/>
  447. <HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
  448. <collectionProp name="HeaderManager.headers">
  449. <elementProp name="" elementType="Header">
  450. <stringProp name="Header.name">whId</stringProp>
  451. <stringProp name="Header.value">${wh_id}</stringProp>
  452. </elementProp>
  453. <elementProp name="" elementType="Header">
  454. <stringProp name="Header.name">systemkey</stringProp>
  455. <stringProp name="Header.value">${system_key}</stringProp>
  456. </elementProp>
  457. </collectionProp>
  458. </HeaderManager>
  459. <hashTree/>
  460. <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true">
  461. <stringProp name="delimiter">,</stringProp>
  462. <stringProp name="fileEncoding">UTF-8</stringProp>
  463. <stringProp name="filename">C:/Users/admin/Desktop/jmx/入库/中通服WMS@入库之上架确认_有来源(RF)_生成数据_CSV.csv</stringProp>
  464. <boolProp name="ignoreFirstLine">false</boolProp>
  465. <boolProp name="quotedData">false</boolProp>
  466. <boolProp name="recycle">false</boolProp>
  467. <stringProp name="shareMode">shareMode.all</stringProp>
  468. <boolProp name="stopThread">true</boolProp>
  469. <stringProp name="variableNames">receipt_code</stringProp>
  470. </CSVDataSet>
  471. <hashTree/>
  472. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="PdaInPut@orderPutQuery" enabled="true">
  473. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  474. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  475. <collectionProp name="Arguments.arguments">
  476. <elementProp name="" elementType="HTTPArgument">
  477. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  478. <stringProp name="Argument.value">{&#xd;
  479. &quot;args&quot;: [&#xd;
  480. {&#xd;
  481. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;,&#xd;
  482. &quot;go_back&quot;: false&#xd;
  483. }&#xd;
  484. ]&#xd;
  485. }</stringProp>
  486. <stringProp name="Argument.metadata">=</stringProp>
  487. </elementProp>
  488. </collectionProp>
  489. </elementProp>
  490. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  491. <stringProp name="HTTPSampler.port">${port}</stringProp>
  492. <stringProp name="HTTPSampler.protocol">http</stringProp>
  493. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  494. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@orderPutQuery</stringProp>
  495. <stringProp name="HTTPSampler.method">POST</stringProp>
  496. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  497. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  498. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  499. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  500. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  501. <stringProp name="HTTPSampler.implementation">HttpClient4</stringProp>
  502. <stringProp name="HTTPSampler.connect_timeout">1500</stringProp>
  503. <stringProp name="HTTPSampler.response_timeout">5000</stringProp>
  504. </HTTPSamplerProxy>
  505. <hashTree>
  506. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  507. <stringProp name="JSON_PATH">$.success</stringProp>
  508. <stringProp name="EXPECTED_VALUE">true</stringProp>
  509. <boolProp name="JSONVALIDATION">true</boolProp>
  510. <boolProp name="EXPECT_NULL">false</boolProp>
  511. <boolProp name="INVERT">false</boolProp>
  512. <boolProp name="ISREGEX">false</boolProp>
  513. </JSONPathAssertion>
  514. <hashTree/>
  515. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="container_list" enabled="true">
  516. <stringProp name="JSONPostProcessor.referenceNames">container_list</stringProp>
  517. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.receipt1.[*]</stringProp>
  518. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  519. </JSONPostProcessor>
  520. <hashTree/>
  521. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_list" enabled="true">
  522. <stringProp name="JSONPostProcessor.referenceNames">item_list</stringProp>
  523. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.receipt2.[*]</stringProp>
  524. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  525. </JSONPostProcessor>
  526. <hashTree/>
  527. </hashTree>
  528. <IfController guiclass="IfControllerPanel" testclass="IfController" testname="IF按容器上架" enabled="true">
  529. <stringProp name="IfController.condition">${__groovy(&quot;${container_list_matchNr}&quot; != &quot;0&quot;)}</stringProp>
  530. <boolProp name="IfController.evaluateAll">false</boolProp>
  531. <boolProp name="IfController.useExpression">true</boolProp>
  532. </IfController>
  533. <hashTree>
  534. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="Remove_Item_List_Variable" enabled="true">
  535. <stringProp name="BeanShellSampler.query">vars.remove(&quot;item_list&quot;)</stringProp>
  536. <stringProp name="BeanShellSampler.filename"></stringProp>
  537. <stringProp name="BeanShellSampler.parameters"></stringProp>
  538. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  539. </BeanShellSampler>
  540. <hashTree/>
  541. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_container_list" enabled="true">
  542. <stringProp name="ForeachController.inputVal">container_list</stringProp>
  543. <stringProp name="ForeachController.returnVal">containerReceipt</stringProp>
  544. <boolProp name="ForeachController.useSeparator">true</boolProp>
  545. <stringProp name="ForeachController.startIndex">0</stringProp>
  546. <stringProp name="ForeachController.endIndex">${container_list_matchNr}</stringProp>
  547. </ForeachController>
  548. <hashTree>
  549. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  550. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  551. Map v = _.parseJson(_.get(&quot;containerReceipt&quot;));
  552. vars.put(&quot;tray_code&quot;, v.get(&quot;box_code&quot;));</stringProp>
  553. <stringProp name="BeanShellSampler.filename"></stringProp>
  554. <stringProp name="BeanShellSampler.parameters"></stringProp>
  555. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  556. </BeanShellSampler>
  557. <hashTree/>
  558. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按容器上架列表" enabled="true">
  559. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  560. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  561. <collectionProp name="Arguments.arguments">
  562. <elementProp name="" elementType="HTTPArgument">
  563. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  564. <stringProp name="Argument.value">{&#xd;
  565. &quot;args&quot;: [&#xd;
  566. {&#xd;
  567. &quot;tray_code&quot;: &quot;${tray_code}&quot;&#xd;
  568. }&#xd;
  569. ]&#xd;
  570. }</stringProp>
  571. <stringProp name="Argument.metadata">=</stringProp>
  572. </elementProp>
  573. </collectionProp>
  574. </elementProp>
  575. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  576. <stringProp name="HTTPSampler.port">${port}</stringProp>
  577. <stringProp name="HTTPSampler.protocol">http</stringProp>
  578. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  579. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@queryByTrayCode</stringProp>
  580. <stringProp name="HTTPSampler.method">POST</stringProp>
  581. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  582. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  583. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  584. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  585. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  586. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  587. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  588. </HTTPSamplerProxy>
  589. <hashTree>
  590. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  591. <stringProp name="JSON_PATH">$.success</stringProp>
  592. <stringProp name="EXPECTED_VALUE">true</stringProp>
  593. <boolProp name="JSONVALIDATION">true</boolProp>
  594. <boolProp name="EXPECT_NULL">false</boolProp>
  595. <boolProp name="INVERT">false</boolProp>
  596. <boolProp name="ISREGEX">false</boolProp>
  597. </JSONPathAssertion>
  598. <hashTree/>
  599. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_id" enabled="true">
  600. <stringProp name="JSONPostProcessor.referenceNames">receipt_id</stringProp>
  601. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*].receipt_id</stringProp>
  602. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  603. </JSONPostProcessor>
  604. <hashTree/>
  605. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  606. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  607. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  608. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  609. </JSONPostProcessor>
  610. <hashTree/>
  611. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  612. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  613. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*].default_put_loc_code</stringProp>
  614. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  615. </JSONPostProcessor>
  616. <hashTree/>
  617. </hashTree>
  618. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  619. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  620. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  621. <collectionProp name="Arguments.arguments">
  622. <elementProp name="" elementType="HTTPArgument">
  623. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  624. <stringProp name="Argument.value">{&#xd;
  625. &quot;args&quot;: [&#xd;
  626. {&#xd;
  627. &quot;detailsType&quot;: 2,&#xd;
  628. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  629. &quot;rows&quot;: ${receipt_rows}&#xd;
  630. }&#xd;
  631. ]&#xd;
  632. }</stringProp>
  633. <stringProp name="Argument.metadata">=</stringProp>
  634. </elementProp>
  635. </collectionProp>
  636. </elementProp>
  637. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  638. <stringProp name="HTTPSampler.port">${port}</stringProp>
  639. <stringProp name="HTTPSampler.protocol">http</stringProp>
  640. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  641. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocation</stringProp>
  642. <stringProp name="HTTPSampler.method">POST</stringProp>
  643. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  644. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  645. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  646. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  647. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  648. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  649. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  650. </HTTPSamplerProxy>
  651. <hashTree>
  652. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="false">
  653. <stringProp name="JSON_PATH">$.success</stringProp>
  654. <stringProp name="EXPECTED_VALUE">true</stringProp>
  655. <boolProp name="JSONVALIDATION">true</boolProp>
  656. <boolProp name="EXPECT_NULL">false</boolProp>
  657. <boolProp name="INVERT">false</boolProp>
  658. <boolProp name="ISREGEX">false</boolProp>
  659. </JSONPathAssertion>
  660. <hashTree/>
  661. </hashTree>
  662. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按容器上架" enabled="false">
  663. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  664. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  665. <collectionProp name="Arguments.arguments">
  666. <elementProp name="" elementType="HTTPArgument">
  667. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  668. <stringProp name="Argument.value">{&#xd;
  669. &quot;args&quot;: [&#xd;
  670. {&#xd;
  671. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  672. &quot;itemList&quot;: ${receipt_rows}&#xd;
  673. }&#xd;
  674. ]&#xd;
  675. }</stringProp>
  676. <stringProp name="Argument.metadata">=</stringProp>
  677. </elementProp>
  678. </collectionProp>
  679. </elementProp>
  680. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  681. <stringProp name="HTTPSampler.port">${port}</stringProp>
  682. <stringProp name="HTTPSampler.protocol">http</stringProp>
  683. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  684. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@RfBoxAndTray</stringProp>
  685. <stringProp name="HTTPSampler.method">POST</stringProp>
  686. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  687. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  688. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  689. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  690. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  691. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  692. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  693. </HTTPSamplerProxy>
  694. <hashTree>
  695. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  696. <stringProp name="JSON_PATH">$.success</stringProp>
  697. <stringProp name="EXPECTED_VALUE">true</stringProp>
  698. <boolProp name="JSONVALIDATION">true</boolProp>
  699. <boolProp name="EXPECT_NULL">false</boolProp>
  700. <boolProp name="INVERT">false</boolProp>
  701. <boolProp name="ISREGEX">false</boolProp>
  702. </JSONPathAssertion>
  703. <hashTree/>
  704. </hashTree>
  705. </hashTree>
  706. </hashTree>
  707. <IfController guiclass="IfControllerPanel" testclass="IfController" testname="IF按物料上架" enabled="true">
  708. <stringProp name="IfController.condition">${__groovy(vars.get(&quot;item_list_matchNr&quot;) != &quot;0&quot;)}</stringProp>
  709. <boolProp name="IfController.evaluateAll">false</boolProp>
  710. <boolProp name="IfController.useExpression">true</boolProp>
  711. </IfController>
  712. <hashTree>
  713. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="Remove_Container_List_Variable" enabled="true">
  714. <stringProp name="BeanShellSampler.query">vars.remove(&quot;container_list&quot;)</stringProp>
  715. <stringProp name="BeanShellSampler.filename"></stringProp>
  716. <stringProp name="BeanShellSampler.parameters"></stringProp>
  717. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  718. </BeanShellSampler>
  719. <hashTree/>
  720. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_Item_List" enabled="false">
  721. <stringProp name="ForeachController.inputVal">item_list</stringProp>
  722. <stringProp name="ForeachController.returnVal">itemReceipt</stringProp>
  723. <boolProp name="ForeachController.useSeparator">true</boolProp>
  724. <stringProp name="ForeachController.startIndex">0</stringProp>
  725. <stringProp name="ForeachController.endIndex">${item_list_matchNr}</stringProp>
  726. </ForeachController>
  727. <hashTree>
  728. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  729. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  730. Map v = _.parseJson(_.get(&quot;itemReceipt&quot;));
  731. vars.put(&quot;item_code&quot;, v.get(&quot;item_code&quot;));
  732. vars.put(&quot;receipt_code&quot;, v.get(&quot;receipt_code&quot;));</stringProp>
  733. <stringProp name="BeanShellSampler.filename"></stringProp>
  734. <stringProp name="BeanShellSampler.parameters"></stringProp>
  735. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  736. </BeanShellSampler>
  737. <hashTree/>
  738. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@查询按物料上架列表" enabled="true">
  739. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  740. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  741. <collectionProp name="Arguments.arguments">
  742. <elementProp name="" elementType="HTTPArgument">
  743. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  744. <stringProp name="Argument.value">{&#xd;
  745. &quot;args&quot;: [&#xd;
  746. {&#xd;
  747. &quot;item_code&quot;: &quot;${item_code}&quot;,&#xd;
  748. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;&#xd;
  749. }&#xd;
  750. ]&#xd;
  751. }</stringProp>
  752. <stringProp name="Argument.metadata">=</stringProp>
  753. </elementProp>
  754. </collectionProp>
  755. </elementProp>
  756. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  757. <stringProp name="HTTPSampler.port">${port}</stringProp>
  758. <stringProp name="HTTPSampler.protocol">http</stringProp>
  759. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  760. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@itemPutQuery</stringProp>
  761. <stringProp name="HTTPSampler.method">POST</stringProp>
  762. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  763. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  764. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  765. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  766. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  767. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  768. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  769. </HTTPSamplerProxy>
  770. <hashTree>
  771. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  772. <stringProp name="JSON_PATH">$.success</stringProp>
  773. <stringProp name="EXPECTED_VALUE">true</stringProp>
  774. <boolProp name="JSONVALIDATION">true</boolProp>
  775. <boolProp name="EXPECT_NULL">false</boolProp>
  776. <boolProp name="INVERT">false</boolProp>
  777. <boolProp name="ISREGEX">false</boolProp>
  778. </JSONPathAssertion>
  779. <hashTree/>
  780. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_receipt_rows" enabled="true">
  781. <stringProp name="JSONPostProcessor.referenceNames">item_receipt_rows</stringProp>
  782. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*]</stringProp>
  783. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  784. </JSONPostProcessor>
  785. <hashTree/>
  786. </hashTree>
  787. <DebugSampler guiclass="TestBeanGUI" testclass="DebugSampler" testname="Debug Sampler 3" enabled="true">
  788. <boolProp name="displayJMeterProperties">false</boolProp>
  789. <boolProp name="displayJMeterVariables">true</boolProp>
  790. <boolProp name="displaySystemProperties">false</boolProp>
  791. </DebugSampler>
  792. <hashTree/>
  793. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler Logger" enabled="true">
  794. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  795. //Map v = _.parseJson(_.get(&quot;item_receipt_rows&quot;));
  796. _.log(&quot;item_receipt_rows_matchNr =&gt; &quot; + vars.get(&quot;item_receipt_rows_matchNr&quot;))</stringProp>
  797. <stringProp name="BeanShellSampler.filename"></stringProp>
  798. <stringProp name="BeanShellSampler.parameters"></stringProp>
  799. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  800. </BeanShellSampler>
  801. <hashTree/>
  802. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_item_receipt_rows" enabled="true">
  803. <stringProp name="ForeachController.inputVal">item_receipt_rows</stringProp>
  804. <stringProp name="ForeachController.returnVal">item_receipt_row</stringProp>
  805. <boolProp name="ForeachController.useSeparator">true</boolProp>
  806. <stringProp name="ForeachController.startIndex">0</stringProp>
  807. <stringProp name="ForeachController.endIndex">${item_receipt_rows_matchNr}</stringProp>
  808. </ForeachController>
  809. <hashTree>
  810. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  811. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  812. Map v = _.parseJson(_.get(&quot;item_receipt_row&quot;));
  813. vars.put(&quot;receipt_id&quot;, v.get(&quot;receipt_id&quot;));
  814. vars.put(&quot;receipt_line_no&quot;, v.get(&quot;receipt_line_no&quot;) + &quot;&quot;);</stringProp>
  815. <stringProp name="BeanShellSampler.filename"></stringProp>
  816. <stringProp name="BeanShellSampler.parameters"></stringProp>
  817. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  818. </BeanShellSampler>
  819. <hashTree/>
  820. <DebugSampler guiclass="TestBeanGUI" testclass="DebugSampler" testname="Debug Sampler 4" enabled="true">
  821. <boolProp name="displayJMeterProperties">false</boolProp>
  822. <boolProp name="displayJMeterVariables">true</boolProp>
  823. <boolProp name="displaySystemProperties">false</boolProp>
  824. </DebugSampler>
  825. <hashTree/>
  826. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架详情页" enabled="true">
  827. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  828. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  829. <collectionProp name="Arguments.arguments">
  830. <elementProp name="" elementType="HTTPArgument">
  831. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  832. <stringProp name="Argument.value">{&#xd;
  833. &quot;args&quot;: [&#xd;
  834. {&#xd;
  835. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  836. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  837. }&#xd;
  838. ]&#xd;
  839. }</stringProp>
  840. <stringProp name="Argument.metadata">=</stringProp>
  841. </elementProp>
  842. </collectionProp>
  843. </elementProp>
  844. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  845. <stringProp name="HTTPSampler.port">${port}</stringProp>
  846. <stringProp name="HTTPSampler.protocol">http</stringProp>
  847. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  848. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@pdaQueryPutDetails</stringProp>
  849. <stringProp name="HTTPSampler.method">POST</stringProp>
  850. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  851. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  852. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  853. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  854. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  855. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  856. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  857. </HTTPSamplerProxy>
  858. <hashTree>
  859. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  860. <stringProp name="JSON_PATH">$.success</stringProp>
  861. <stringProp name="EXPECTED_VALUE">true</stringProp>
  862. <boolProp name="JSONVALIDATION">true</boolProp>
  863. <boolProp name="EXPECT_NULL">false</boolProp>
  864. <boolProp name="INVERT">false</boolProp>
  865. <boolProp name="ISREGEX">false</boolProp>
  866. </JSONPathAssertion>
  867. <hashTree/>
  868. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  869. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  870. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.default_put_loc_code</stringProp>
  871. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  872. </JSONPostProcessor>
  873. <hashTree/>
  874. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="put_qty" enabled="true">
  875. <stringProp name="JSONPostProcessor.referenceNames">put_qty</stringProp>
  876. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.put_qty</stringProp>
  877. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  878. </JSONPostProcessor>
  879. <hashTree/>
  880. </hashTree>
  881. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  882. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  883. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  884. <collectionProp name="Arguments.arguments">
  885. <elementProp name="" elementType="HTTPArgument">
  886. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  887. <stringProp name="Argument.value">{&#xd;
  888. &quot;args&quot;: [&#xd;
  889. {&#xd;
  890. &quot;detailsType&quot;: 1,&#xd;
  891. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  892. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  893. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  894. }&#xd;
  895. ]&#xd;
  896. }</stringProp>
  897. <stringProp name="Argument.metadata">=</stringProp>
  898. </elementProp>
  899. </collectionProp>
  900. </elementProp>
  901. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  902. <stringProp name="HTTPSampler.port">${port}</stringProp>
  903. <stringProp name="HTTPSampler.protocol">http</stringProp>
  904. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  905. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocationPdaItem</stringProp>
  906. <stringProp name="HTTPSampler.method">POST</stringProp>
  907. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  908. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  909. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  910. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  911. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  912. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  913. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  914. </HTTPSamplerProxy>
  915. <hashTree>
  916. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  917. <stringProp name="JSON_PATH">$.success</stringProp>
  918. <stringProp name="EXPECTED_VALUE">true</stringProp>
  919. <boolProp name="JSONVALIDATION">true</boolProp>
  920. <boolProp name="EXPECT_NULL">false</boolProp>
  921. <boolProp name="INVERT">false</boolProp>
  922. <boolProp name="ISREGEX">false</boolProp>
  923. </JSONPathAssertion>
  924. <hashTree/>
  925. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  926. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  927. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  928. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  929. </JSONPostProcessor>
  930. <hashTree/>
  931. </hashTree>
  932. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架" enabled="true">
  933. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  934. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  935. <collectionProp name="Arguments.arguments">
  936. <elementProp name="" elementType="HTTPArgument">
  937. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  938. <stringProp name="Argument.value">{&#xd;
  939. &quot;args&quot;: [&#xd;
  940. {&#xd;
  941. &quot;itemList&quot;: [&#xd;
  942. {&#xd;
  943. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  944. }&#xd;
  945. ],&#xd;
  946. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  947. &quot;receipt_line_no&quot;: ${receipt_line_no},&#xd;
  948. &quot;op_qty&quot;: &quot;${put_qty}&quot;&#xd;
  949. }&#xd;
  950. ]&#xd;
  951. }</stringProp>
  952. <stringProp name="Argument.metadata">=</stringProp>
  953. </elementProp>
  954. </collectionProp>
  955. </elementProp>
  956. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  957. <stringProp name="HTTPSampler.port">${port}</stringProp>
  958. <stringProp name="HTTPSampler.protocol">http</stringProp>
  959. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  960. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@itemAndQtyForPda</stringProp>
  961. <stringProp name="HTTPSampler.method">POST</stringProp>
  962. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  963. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  964. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  965. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  966. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  967. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  968. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  969. </HTTPSamplerProxy>
  970. <hashTree>
  971. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  972. <stringProp name="JSON_PATH">$.success</stringProp>
  973. <stringProp name="EXPECTED_VALUE">true</stringProp>
  974. <boolProp name="JSONVALIDATION">true</boolProp>
  975. <boolProp name="EXPECT_NULL">false</boolProp>
  976. <boolProp name="INVERT">false</boolProp>
  977. <boolProp name="ISREGEX">false</boolProp>
  978. </JSONPathAssertion>
  979. <hashTree/>
  980. </hashTree>
  981. </hashTree>
  982. </hashTree>
  983. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  984. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  985. Map v = _.parseJson(_.get(&quot;item_list_1&quot;));
  986. vars.put(&quot;item_code&quot;, v.get(&quot;item_code&quot;));
  987. vars.put(&quot;receipt_code&quot;, v.get(&quot;receipt_code&quot;));</stringProp>
  988. <stringProp name="BeanShellSampler.filename"></stringProp>
  989. <stringProp name="BeanShellSampler.parameters"></stringProp>
  990. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  991. </BeanShellSampler>
  992. <hashTree/>
  993. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@查询按物料上架列表" enabled="true">
  994. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  995. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  996. <collectionProp name="Arguments.arguments">
  997. <elementProp name="" elementType="HTTPArgument">
  998. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  999. <stringProp name="Argument.value">{&#xd;
  1000. &quot;args&quot;: [&#xd;
  1001. {&#xd;
  1002. &quot;item_code&quot;: &quot;${item_code}&quot;,&#xd;
  1003. &quot;receipt_code&quot;: &quot;${receipt_code}&quot;&#xd;
  1004. }&#xd;
  1005. ]&#xd;
  1006. }</stringProp>
  1007. <stringProp name="Argument.metadata">=</stringProp>
  1008. </elementProp>
  1009. </collectionProp>
  1010. </elementProp>
  1011. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1012. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1013. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1014. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1015. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/PdaInPut@itemPutQuery</stringProp>
  1016. <stringProp name="HTTPSampler.method">POST</stringProp>
  1017. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1018. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1019. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1020. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1021. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1022. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1023. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1024. </HTTPSamplerProxy>
  1025. <hashTree>
  1026. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1027. <stringProp name="JSON_PATH">$.success</stringProp>
  1028. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1029. <boolProp name="JSONVALIDATION">true</boolProp>
  1030. <boolProp name="EXPECT_NULL">false</boolProp>
  1031. <boolProp name="INVERT">false</boolProp>
  1032. <boolProp name="ISREGEX">false</boolProp>
  1033. </JSONPathAssertion>
  1034. <hashTree/>
  1035. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="item_receipt_rows" enabled="true">
  1036. <stringProp name="JSONPostProcessor.referenceNames">item_receipt_rows</stringProp>
  1037. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data[*]</stringProp>
  1038. <stringProp name="JSONPostProcessor.match_numbers">-1</stringProp>
  1039. </JSONPostProcessor>
  1040. <hashTree/>
  1041. </hashTree>
  1042. <ForeachController guiclass="ForeachControlPanel" testclass="ForeachController" testname="ForEach_item_receipt_rows" enabled="true">
  1043. <stringProp name="ForeachController.inputVal">item_receipt_rows</stringProp>
  1044. <stringProp name="ForeachController.returnVal">item_receipt_row</stringProp>
  1045. <boolProp name="ForeachController.useSeparator">true</boolProp>
  1046. <stringProp name="ForeachController.startIndex">0</stringProp>
  1047. <stringProp name="ForeachController.endIndex">${item_receipt_rows_matchNr}</stringProp>
  1048. </ForeachController>
  1049. <hashTree>
  1050. <BeanShellSampler guiclass="BeanShellSamplerGui" testclass="BeanShellSampler" testname="BeanShell Sampler" enabled="true">
  1051. <stringProp name="BeanShellSampler.query">Object _ = com.Yvan.init(vars, log, ctx);
  1052. Map v = _.parseJson(_.get(&quot;item_receipt_row&quot;));
  1053. vars.put(&quot;receipt_id&quot;, v.get(&quot;receipt_id&quot;));
  1054. vars.put(&quot;receipt_line_no&quot;, v.get(&quot;receipt_line_no&quot;) + &quot;&quot;);</stringProp>
  1055. <stringProp name="BeanShellSampler.filename"></stringProp>
  1056. <stringProp name="BeanShellSampler.parameters"></stringProp>
  1057. <boolProp name="BeanShellSampler.resetInterpreter">false</boolProp>
  1058. </BeanShellSampler>
  1059. <hashTree/>
  1060. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架详情页" enabled="true">
  1061. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1062. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1063. <collectionProp name="Arguments.arguments">
  1064. <elementProp name="" elementType="HTTPArgument">
  1065. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1066. <stringProp name="Argument.value">{&#xd;
  1067. &quot;args&quot;: [&#xd;
  1068. {&#xd;
  1069. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1070. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1071. }&#xd;
  1072. ]&#xd;
  1073. }</stringProp>
  1074. <stringProp name="Argument.metadata">=</stringProp>
  1075. </elementProp>
  1076. </collectionProp>
  1077. </elementProp>
  1078. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1079. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1080. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1081. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1082. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@pdaQueryPutDetails</stringProp>
  1083. <stringProp name="HTTPSampler.method">POST</stringProp>
  1084. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1085. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1086. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1087. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1088. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1089. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1090. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1091. </HTTPSamplerProxy>
  1092. <hashTree>
  1093. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1094. <stringProp name="JSON_PATH">$.success</stringProp>
  1095. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1096. <boolProp name="JSONVALIDATION">true</boolProp>
  1097. <boolProp name="EXPECT_NULL">false</boolProp>
  1098. <boolProp name="INVERT">false</boolProp>
  1099. <boolProp name="ISREGEX">false</boolProp>
  1100. </JSONPathAssertion>
  1101. <hashTree/>
  1102. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="default_put_loc_code" enabled="true">
  1103. <stringProp name="JSONPostProcessor.referenceNames">default_put_loc_code</stringProp>
  1104. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.default_put_loc_code</stringProp>
  1105. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1106. </JSONPostProcessor>
  1107. <hashTree/>
  1108. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="put_qty" enabled="true">
  1109. <stringProp name="JSONPostProcessor.referenceNames">put_qty</stringProp>
  1110. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data.put_qty</stringProp>
  1111. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1112. </JSONPostProcessor>
  1113. <hashTree/>
  1114. </hashTree>
  1115. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@绑定库位" enabled="true">
  1116. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1117. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1118. <collectionProp name="Arguments.arguments">
  1119. <elementProp name="" elementType="HTTPArgument">
  1120. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1121. <stringProp name="Argument.value">{&#xd;
  1122. &quot;args&quot;: [&#xd;
  1123. {&#xd;
  1124. &quot;detailsType&quot;: 1,&#xd;
  1125. &quot;loc_code&quot;: &quot;${default_put_loc_code}&quot;,&#xd;
  1126. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1127. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1128. }&#xd;
  1129. ]&#xd;
  1130. }</stringProp>
  1131. <stringProp name="Argument.metadata">=</stringProp>
  1132. </elementProp>
  1133. </collectionProp>
  1134. </elementProp>
  1135. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1136. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1137. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1138. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1139. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@editLocationPdaItem</stringProp>
  1140. <stringProp name="HTTPSampler.method">POST</stringProp>
  1141. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1142. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1143. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1144. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1145. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1146. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1147. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1148. </HTTPSamplerProxy>
  1149. <hashTree>
  1150. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1151. <stringProp name="JSON_PATH">$.success</stringProp>
  1152. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1153. <boolProp name="JSONVALIDATION">true</boolProp>
  1154. <boolProp name="EXPECT_NULL">false</boolProp>
  1155. <boolProp name="INVERT">false</boolProp>
  1156. <boolProp name="ISREGEX">false</boolProp>
  1157. </JSONPathAssertion>
  1158. <hashTree/>
  1159. <JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="receipt_rows" enabled="true">
  1160. <stringProp name="JSONPostProcessor.referenceNames">receipt_rows</stringProp>
  1161. <stringProp name="JSONPostProcessor.jsonPathExprs">$.data</stringProp>
  1162. <stringProp name="JSONPostProcessor.match_numbers">1</stringProp>
  1163. </JSONPostProcessor>
  1164. <hashTree/>
  1165. </hashTree>
  1166. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="入库上架@按物料上架" enabled="false">
  1167. <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  1168. <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  1169. <collectionProp name="Arguments.arguments">
  1170. <elementProp name="" elementType="HTTPArgument">
  1171. <boolProp name="HTTPArgument.always_encode">false</boolProp>
  1172. <stringProp name="Argument.value">{&#xd;
  1173. &quot;args&quot;: [&#xd;
  1174. {&#xd;
  1175. &quot;itemList&quot;: [&#xd;
  1176. {&#xd;
  1177. &quot;receipt_line_no&quot;: ${receipt_line_no}&#xd;
  1178. }&#xd;
  1179. ],&#xd;
  1180. &quot;receipt_id&quot;: &quot;${receipt_id}&quot;,&#xd;
  1181. &quot;receipt_line_no&quot;: ${receipt_line_no},&#xd;
  1182. &quot;op_qty&quot;: &quot;${put_qty}&quot;&#xd;
  1183. }&#xd;
  1184. ]&#xd;
  1185. }</stringProp>
  1186. <stringProp name="Argument.metadata">=</stringProp>
  1187. </elementProp>
  1188. </collectionProp>
  1189. </elementProp>
  1190. <stringProp name="HTTPSampler.domain">${server}</stringProp>
  1191. <stringProp name="HTTPSampler.port">${port}</stringProp>
  1192. <stringProp name="HTTPSampler.protocol">http</stringProp>
  1193. <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
  1194. <stringProp name="HTTPSampler.path">${path}/inbound/in_put/InPut@itemAndQtyForPda</stringProp>
  1195. <stringProp name="HTTPSampler.method">POST</stringProp>
  1196. <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  1197. <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  1198. <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  1199. <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  1200. <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  1201. <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  1202. <stringProp name="HTTPSampler.response_timeout"></stringProp>
  1203. </HTTPSamplerProxy>
  1204. <hashTree>
  1205. <JSONPathAssertion guiclass="JSONPathAssertionGui" testclass="JSONPathAssertion" testname="success" enabled="true">
  1206. <stringProp name="JSON_PATH">$.success</stringProp>
  1207. <stringProp name="EXPECTED_VALUE">true</stringProp>
  1208. <boolProp name="JSONVALIDATION">true</boolProp>
  1209. <boolProp name="EXPECT_NULL">false</boolProp>
  1210. <boolProp name="INVERT">false</boolProp>
  1211. <boolProp name="ISREGEX">false</boolProp>
  1212. </JSONPathAssertion>
  1213. <hashTree/>
  1214. </hashTree>
  1215. </hashTree>
  1216. </hashTree>
  1217. <TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think Time" enabled="false">
  1218. <intProp name="ActionProcessor.action">1</intProp>
  1219. <intProp name="ActionProcessor.target">0</intProp>
  1220. <stringProp name="ActionProcessor.duration">30000</stringProp>
  1221. </TestAction>
  1222. <hashTree/>
  1223. </hashTree>
  1224. </hashTree>
  1225. </hashTree>
  1226. </jmeterTestPlan>