Authored by Rong

commit by shell

@@ -314,6 +314,202 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri @@ -314,6 +314,202 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri
314 </ConstantThroughputTimer> 314 </ConstantThroughputTimer>
315 <hashTree/> 315 <hashTree/>
316 </hashTree> 316 </hashTree>
  317 + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_secondPage_shopsList" enabled="true">
  318 + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  319 + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true">
  320 + <boolProp name="LoopController.continue_forever">false</boolProp>
  321 + <intProp name="LoopController.loops">-1</intProp>
  322 + </elementProp>
  323 + <stringProp name="ThreadGroup.num_threads">100</stringProp>
  324 + <stringProp name="ThreadGroup.ramp_time">10</stringProp>
  325 + <longProp name="ThreadGroup.start_time">1488865571000</longProp>
  326 + <longProp name="ThreadGroup.end_time">1488865571000</longProp>
  327 + <boolProp name="ThreadGroup.scheduler">false</boolProp>
  328 + <stringProp name="ThreadGroup.duration"></stringProp>
  329 + <stringProp name="ThreadGroup.delay"></stringProp>
  330 + <stringProp name="TestPlan.comments">&#21697;&#29260;&#39302;</stringProp>
  331 + </ThreadGroup>
  332 + <hashTree>
  333 + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_secondPage_shopsList" enabled="true">
  334 + <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  335 + <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  336 + <collectionProp name="Arguments.arguments">
  337 + <elementProp name="" elementType="HTTPArgument">
  338 + <boolProp name="HTTPArgument.always_encode">false</boolProp>
  339 + <stringProp name="Argument.value"></stringProp>
  340 + <stringProp name="Argument.metadata">=</stringProp>
  341 + </elementProp>
  342 + </collectionProp>
  343 + </elementProp>
  344 + <stringProp name="HTTPSampler.domain"></stringProp>
  345 + <stringProp name="HTTPSampler.port"></stringProp>
  346 + <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  347 + <stringProp name="HTTPSampler.response_timeout"></stringProp>
  348 + <stringProp name="HTTPSampler.protocol"></stringProp>
  349 + <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  350 + <stringProp name="HTTPSampler.path">http://${HOST_API}/?${searchValue}</stringProp>
  351 + <stringProp name="HTTPSampler.method">GET</stringProp>
  352 + <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  353 + <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  354 + <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  355 + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  356 + <boolProp name="HTTPSampler.monitor">false</boolProp>
  357 + <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  358 + <stringProp name="TestPlan.comments">&#21697;&#29260;&#39302;</stringProp>
  359 + </HTTPSamplerProxy>
  360 + <hashTree>
  361 + <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true">
  362 + <stringProp name="TestPlan.comments"></stringProp>
  363 + <boolProp name="resetInterpreter">false</boolProp>
  364 + <stringProp name="parameters">${uid_test}</stringProp>
  365 + <stringProp name="filename"></stringProp>
  366 + <stringProp name="script">import java.security.MessageDigest;
  367 +import java.util.Random;
  368 +String[] clientTypes = {&quot;android&quot;,&quot;iphone&quot;};
  369 +String[] privateKeys = {&quot;fd4ad5fcfa0de589ef238c0e7331b585&quot;,&quot;a85bb0674e08986c6b115d5e3a4884fa&quot;};
  370 +int rd = new Random().nextInt(2);
  371 +String clientType = clientTypes[rd];
  372 +String privateKey = privateKeys[rd];
  373 +
  374 +String req = &quot;app_version=6.0.0&amp;client_type=&quot;+clientType+&quot;&amp;content_code=528e6974107d358148271357f999446f&amp;limit=50&amp;method=app.secondPage.shopsList&amp;os_version=10.3.3&amp;page=1&amp;physical_channel=1&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=375x667&amp;session_key=a6fdb0652bc4a4b601e024e385b8421b&amp;udid=778326c9c83ea378c09d0108e367b2a22394b0fc&amp;uid=&quot;+bsh.args[0]+&quot;&amp;v=7&quot;;
  375 +MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;);
  376 +byte[] btInput = req.getBytes();
  377 +md.update(btInput);
  378 +byte[] btResult = md.digest();
  379 +StringBuffer sb = new StringBuffer();
  380 +for(byte b : btResult){
  381 + int bt = b&amp;0xff;
  382 + if(bt&lt;16){
  383 + sb.append(0);
  384 + }
  385 + sb.append(Integer.toHexString(bt));
  386 +}
  387 +String md5 = sb.toString();
  388 +
  389 +
  390 +vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stringProp>
  391 + </BeanShellPreProcessor>
  392 + <hashTree/>
  393 + <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="&#21709;&#24212;&#26029;&#35328;" enabled="true">
  394 + <collectionProp name="Asserion.test_strings">
  395 + <stringProp name="1450572480">&quot;code&quot;:200</stringProp>
  396 + </collectionProp>
  397 + <stringProp name="TestPlan.comments"></stringProp>
  398 + <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  399 + <boolProp name="Assertion.assume_success">false</boolProp>
  400 + <intProp name="Assertion.test_type">16</intProp>
  401 + </ResponseAssertion>
  402 + <hashTree/>
  403 + </hashTree>
  404 + <ConstantThroughputTimer guiclass="TestBeanGUI" testclass="ConstantThroughputTimer" testname="&#22266;&#23450;TPM" enabled="true">
  405 + <stringProp name="TestPlan.comments"></stringProp>
  406 + <doubleProp>
  407 + <name>throughput</name>
  408 + <value>60000</value>
  409 + <savedValue>0.0</savedValue>
  410 + </doubleProp>
  411 + <intProp name="calcMode">2</intProp>
  412 + </ConstantThroughputTimer>
  413 + <hashTree/>
  414 + </hashTree>
  415 + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_activity_template" enabled="true">
  416 + <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
  417 + <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true">
  418 + <boolProp name="LoopController.continue_forever">false</boolProp>
  419 + <intProp name="LoopController.loops">-1</intProp>
  420 + </elementProp>
  421 + <stringProp name="ThreadGroup.num_threads">100</stringProp>
  422 + <stringProp name="ThreadGroup.ramp_time">10</stringProp>
  423 + <longProp name="ThreadGroup.start_time">1488865571000</longProp>
  424 + <longProp name="ThreadGroup.end_time">1488865571000</longProp>
  425 + <boolProp name="ThreadGroup.scheduler">false</boolProp>
  426 + <stringProp name="ThreadGroup.duration"></stringProp>
  427 + <stringProp name="ThreadGroup.delay"></stringProp>
  428 + <stringProp name="TestPlan.comments">&#27963;&#21160;&#27169;&#29256;</stringProp>
  429 + </ThreadGroup>
  430 + <hashTree>
  431 + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_activity_template" enabled="true">
  432 + <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
  433 + <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
  434 + <collectionProp name="Arguments.arguments">
  435 + <elementProp name="" elementType="HTTPArgument">
  436 + <boolProp name="HTTPArgument.always_encode">false</boolProp>
  437 + <stringProp name="Argument.value"></stringProp>
  438 + <stringProp name="Argument.metadata">=</stringProp>
  439 + </elementProp>
  440 + </collectionProp>
  441 + </elementProp>
  442 + <stringProp name="HTTPSampler.domain"></stringProp>
  443 + <stringProp name="HTTPSampler.port"></stringProp>
  444 + <stringProp name="HTTPSampler.connect_timeout"></stringProp>
  445 + <stringProp name="HTTPSampler.response_timeout"></stringProp>
  446 + <stringProp name="HTTPSampler.protocol"></stringProp>
  447 + <stringProp name="HTTPSampler.contentEncoding"></stringProp>
  448 + <stringProp name="HTTPSampler.path">http://${HOST_API}/?${searchValue}</stringProp>
  449 + <stringProp name="HTTPSampler.method">GET</stringProp>
  450 + <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
  451 + <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
  452 + <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
  453 + <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
  454 + <boolProp name="HTTPSampler.monitor">false</boolProp>
  455 + <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
  456 + <stringProp name="TestPlan.comments">&#27963;&#21160;&#27169;&#29256;</stringProp>
  457 + </HTTPSamplerProxy>
  458 + <hashTree>
  459 + <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true">
  460 + <stringProp name="TestPlan.comments"></stringProp>
  461 + <boolProp name="resetInterpreter">false</boolProp>
  462 + <stringProp name="parameters"></stringProp>
  463 + <stringProp name="filename"></stringProp>
  464 + <stringProp name="script">import java.security.MessageDigest;
  465 +import java.util.Random;
  466 +String[] clientTypes = {&quot;android&quot;,&quot;iphone&quot;};
  467 +String[] privateKeys = {&quot;fd4ad5fcfa0de589ef238c0e7331b585&quot;,&quot;a85bb0674e08986c6b115d5e3a4884fa&quot;};
  468 +int rd = new Random().nextInt(2);
  469 +String clientType = clientTypes[rd];
  470 +String privateKey = privateKeys[rd];
  471 +String os_version = &quot;yohobuy:h5&quot;;
  472 +String req = &quot;activity_id=45&amp;app_version=6.0.1&amp;client_type=&quot;+clientType+&quot;&amp;method=app.activity.template&amp;os_version=&quot;+os_version+&quot;&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=720x1280&amp;v=7&quot;;
  473 +MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;);
  474 +byte[] btInput = req.getBytes();
  475 +md.update(btInput);
  476 +byte[] btResult = md.digest();
  477 +StringBuffer sb = new StringBuffer();
  478 +for(byte b : btResult){
  479 + int bt = b&amp;0xff;
  480 + if(bt&lt;16){
  481 + sb.append(0);
  482 + }
  483 + sb.append(Integer.toHexString(bt));
  484 +}
  485 +String md5 = sb.toString();
  486 +os_version=URLEncoder.encode(os_version);
  487 +req = &quot;activity_id=45&amp;app_version=6.0.1&amp;client_type=&quot;+clientType+&quot;&amp;method=app.activity.template&amp;os_version=&quot;+os_version+&quot;&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=720x1280&amp;v=7&quot;;
  488 +vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stringProp>
  489 + </BeanShellPreProcessor>
  490 + <hashTree/>
  491 + <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="&#21709;&#24212;&#26029;&#35328;" enabled="true">
  492 + <collectionProp name="Asserion.test_strings">
  493 + <stringProp name="1450572480">&quot;code&quot;:200</stringProp>
  494 + </collectionProp>
  495 + <stringProp name="TestPlan.comments"></stringProp>
  496 + <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
  497 + <boolProp name="Assertion.assume_success">false</boolProp>
  498 + <intProp name="Assertion.test_type">16</intProp>
  499 + </ResponseAssertion>
  500 + <hashTree/>
  501 + </hashTree>
  502 + <ConstantThroughputTimer guiclass="TestBeanGUI" testclass="ConstantThroughputTimer" testname="&#22266;&#23450;TPM" enabled="true">
  503 + <stringProp name="TestPlan.comments"></stringProp>
  504 + <doubleProp>
  505 + <name>throughput</name>
  506 + <value>60000</value>
  507 + <savedValue>0.0</savedValue>
  508 + </doubleProp>
  509 + <intProp name="calcMode">2</intProp>
  510 + </ConstantThroughputTimer>
  511 + <hashTree/>
  512 + </hashTree>
317 <BackendListener guiclass="BackendListenerGui" testclass="BackendListener" testname="influxdb_master" enabled="true"> 513 <BackendListener guiclass="BackendListenerGui" testclass="BackendListener" testname="influxdb_master" enabled="true">
318 <elementProp name="arguments" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" enabled="true"> 514 <elementProp name="arguments" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" enabled="true">
319 <collectionProp name="Arguments.arguments"> 515 <collectionProp name="Arguments.arguments">