Showing
1 changed file
with
7 additions
and
7 deletions
@@ -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_consult_lastTwo" 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">最近两条咨询信息</stringProp> | 220 | + <stringProp name="TestPlan.comments">商品详情描述信息</stringProp> |
221 | </ThreadGroup> | 221 | </ThreadGroup> |
222 | <hashTree> | 222 | <hashTree> |
223 | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_consult_lastTwo" 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,13 +245,13 @@ | @@ -245,13 +245,13 @@ | ||
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">最近两条咨询信息</stringProp> | 248 | + <stringProp name="TestPlan.comments">商品详情描述信息</stringProp> |
249 | </HTTPSamplerProxy> | 249 | </HTTPSamplerProxy> |
250 | <hashTree> | 250 | <hashTree> |
251 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="前置BeanShell" enabled="true"> | 251 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="前置BeanShell" enabled="true"> |
252 | <stringProp name="TestPlan.comments"></stringProp> | 252 | <stringProp name="TestPlan.comments"></stringProp> |
253 | <boolProp name="resetInterpreter">false</boolProp> | 253 | <boolProp name="resetInterpreter">false</boolProp> |
254 | - <stringProp name="parameters">${product_id} ${uid}</stringProp> | 254 | + <stringProp name="parameters">${product_skn} ${uid}</stringProp> |
255 | <stringProp name="filename"></stringProp> | 255 | <stringProp name="filename"></stringProp> |
256 | <stringProp name="script">import java.security.MessageDigest; | 256 | <stringProp name="script">import java.security.MessageDigest; |
257 | import java.util.Random; | 257 | import java.util.Random; |
@@ -260,7 +260,7 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585"}; | @@ -260,7 +260,7 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585"}; | ||
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 = "app_version=4.9.2.1609120001&client_type="+clientType+"&limit=3&method=app.consult.lastTwo&os_version=9.1&private_key="+privateKey+"&productId="+bsh.args[0]+"&screen_size=375x667&uid="+bsh.args[1]+"&v=7"; | 263 | +String req = "app_version=5.8.1&client_type="+clientType+"&fromPage=iFP_ProductDetail&method=app.product.intro&os_version=10.3.2&physical_channel=3&private_key="+privateKey+"&product_skn="+bsh.args[0]+"&return_type=html&screen_size=414x736&session_key=206e990645b864b46bdcf0052f7916cc&udid=06d06e09f9a194e4078712c49dc3402632d30d85&uid="+bsh.args[1]+"&v=7&yh_channel=3"; |
264 | MessageDigest md = MessageDigest.getInstance("MD5"); | 264 | MessageDigest md = MessageDigest.getInstance("MD5"); |
265 | byte[] btInput = req.getBytes(); | 265 | byte[] btInput = req.getBytes(); |
266 | md.update(btInput); | 266 | md.update(btInput); |
@@ -279,7 +279,7 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri | @@ -279,7 +279,7 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri | ||
279 | <hashTree/> | 279 | <hashTree/> |
280 | <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="响应断言" enabled="true"> | 280 | <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="响应断言" enabled="true"> |
281 | <collectionProp name="Asserion.test_strings"> | 281 | <collectionProp name="Asserion.test_strings"> |
282 | - <stringProp name="1450572480">"code":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> |
-
Please register or login to post a comment