Authored by Rong

commit by shell

@@ -204,7 +204,7 @@ @@ -204,7 +204,7 @@
204 <stringProp name="shareMode">shareMode.all</stringProp> 204 <stringProp name="shareMode">shareMode.all</stringProp>
205 </CSVDataSet> 205 </CSVDataSet>
206 <hashTree/> 206 <hashTree/>
207 - <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_product_data" enabled="true"> 207 + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_product_intro" enabled="true">
208 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> 208 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
209 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> 209 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true">
210 <boolProp name="LoopController.continue_forever">false</boolProp> 210 <boolProp name="LoopController.continue_forever">false</boolProp>
@@ -217,10 +217,10 @@ @@ -217,10 +217,10 @@
217 <boolProp name="ThreadGroup.scheduler">false</boolProp> 217 <boolProp name="ThreadGroup.scheduler">false</boolProp>
218 <stringProp name="ThreadGroup.duration"></stringProp> 218 <stringProp name="ThreadGroup.duration"></stringProp>
219 <stringProp name="ThreadGroup.delay"></stringProp> 219 <stringProp name="ThreadGroup.delay"></stringProp>
220 - <stringProp name="TestPlan.comments">&#21830;&#21697;&#35814;&#24773;&#22522;&#26412;&#20449;&#24687;</stringProp> 220 + <stringProp name="TestPlan.comments">&#21830;&#21697;&#35814;&#24773;&#25551;&#36848;&#20449;&#24687;</stringProp>
221 </ThreadGroup> 221 </ThreadGroup>
222 <hashTree> 222 <hashTree>
223 - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_product_data" enabled="true"> 223 + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_product_intro" enabled="true">
224 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> 224 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
225 <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> 225 <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
226 <collectionProp name="Arguments.arguments"> 226 <collectionProp name="Arguments.arguments">
@@ -245,7 +245,7 @@ @@ -245,7 +245,7 @@
245 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> 245 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
246 <boolProp name="HTTPSampler.monitor">false</boolProp> 246 <boolProp name="HTTPSampler.monitor">false</boolProp>
247 <stringProp name="HTTPSampler.embedded_url_re"></stringProp> 247 <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
248 - <stringProp name="TestPlan.comments">&#21830;&#21697;&#35814;&#24773;&#22522;&#26412;&#20449;&#24687;</stringProp> 248 + <stringProp name="TestPlan.comments">&#21830;&#21697;&#35814;&#24773;&#25551;&#36848;&#20449;&#24687;</stringProp>
249 </HTTPSamplerProxy> 249 </HTTPSamplerProxy>
250 <hashTree> 250 <hashTree>
251 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true"> 251 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true">
@@ -260,7 +260,7 @@ String[] privateKeys = {&quot;fd4ad5fcfa0de589ef238c0e7331b585&quot;}; @@ -260,7 +260,7 @@ String[] privateKeys = {&quot;fd4ad5fcfa0de589ef238c0e7331b585&quot;};
260 int rd = new Random().nextInt(1); 260 int rd = new Random().nextInt(1);
261 String clientType = clientTypes[rd]; 261 String clientType = clientTypes[rd];
262 String privateKey = privateKeys[rd]; 262 String privateKey = privateKeys[rd];
263 -String req = &quot;app_version=5.8.1&amp;client_type=&quot;+clientType+&quot;&amp;current_vip_level=0&amp;fromPage=iFP_ProductDetail&amp;is_student=0&amp;method=app.product.data&amp;os_version=9.1&amp;physical_channel=1&amp;private_key=&quot;+privateKey+&quot;&amp;product_skn=&quot;+bsh.args[0]+&quot;&amp;screen_size=375x667&amp;session_key=c9e62120b6a534dea8a06e8e3875e810&amp;showcomment=Y&amp;token=&amp;udid=dbff80c827e771b3035a1a5ae80892d571860a8d&amp;uid=&quot;+bsh.args[1]+&quot;&amp;v=7&quot;; 263 +String req = &quot;app_version=5.8.1&amp;client_type=&quot;+clientType+&quot;&amp;fromPage=iFP_ProductDetail&amp;method=app.product.intro&amp;os_version=10.3.2&amp;physical_channel=3&amp;private_key=&quot;+privateKey+&quot;&amp;product_skn=&quot;+bsh.args[0]+&quot;&amp;return_type=html&amp;screen_size=414x736&amp;session_key=206e990645b864b46bdcf0052f7916cc&amp;udid=06d06e09f9a194e4078712c49dc3402632d30d85&amp;uid=&quot;+bsh.args[1]+&quot;&amp;v=7&amp;yh_channel=3&quot;;
264 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;); 264 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;);
265 byte[] btInput = req.getBytes(); 265 byte[] btInput = req.getBytes();
266 md.update(btInput); 266 md.update(btInput);
@@ -279,7 +279,7 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri @@ -279,7 +279,7 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri
279 <hashTree/> 279 <hashTree/>
280 <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="&#21709;&#24212;&#26029;&#35328;" enabled="true"> 280 <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="&#21709;&#24212;&#26029;&#35328;" enabled="true">
281 <collectionProp name="Asserion.test_strings"> 281 <collectionProp name="Asserion.test_strings">
282 - <stringProp name="1450572480">&quot;code&quot;:200</stringProp> 282 + <stringProp name="1450572480">html</stringProp>
283 </collectionProp> 283 </collectionProp>
284 <stringProp name="TestPlan.comments"></stringProp> 284 <stringProp name="TestPlan.comments"></stringProp>
285 <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> 285 <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>