commit
Showing
1 changed file
with
1013 additions
and
46 deletions
| ... | @@ -5,11 +5,11 @@ | ... | @@ -5,11 +5,11 @@ |
| 5 | <stringProp name="TestPlan.comments"></stringProp> | 5 | <stringProp name="TestPlan.comments"></stringProp> |
| 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> | 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> |
| 7 | <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> | 7 | <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> |
| 8 | <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> | 8 | <boolProp name="TestPlan.serialize_threadgroups">true</boolProp> |
| 9 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 9 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 10 | <collectionProp name="Arguments.arguments"/> | 10 | <collectionProp name="Arguments.arguments"/> |
| 11 | </elementProp> | 11 | </elementProp> |
| 12 | <stringProp name="TestPlan.user_define_classpath">/Users/zhanghao/brcode/jmeter/jmeterTool/target/jmeterTool-1.0.0.jar</stringProp> | 12 | <stringProp name="TestPlan.user_define_classpath"></stringProp> |
| 13 | </TestPlan> | 13 | </TestPlan> |
| 14 | <hashTree> | 14 | <hashTree> |
| 15 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="察看结果树" enabled="true"> | 15 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="察看结果树" enabled="true"> |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <stringProp name="filename"></stringProp> | 49 | <stringProp name="filename"></stringProp> |
| 50 | </ResultCollector> | 50 | </ResultCollector> |
| 51 | <hashTree/> | 51 | <hashTree/> |
| 52 | <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="汇总报告" enabled="false"> | 52 | <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="汇总报告" enabled="true"> |
| 53 | <boolProp name="ResultCollector.error_logging">false</boolProp> | 53 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
| 54 | <objProp> | 54 | <objProp> |
| 55 | <name>saveConfig</name> | 55 | <name>saveConfig</name> |
| ... | @@ -129,19 +129,18 @@ requestParamsBean.setBiz_data(biz_data); | ... | @@ -129,19 +129,18 @@ requestParamsBean.setBiz_data(biz_data); |
| 129 | vars.put("biz_data",biz_data); | 129 | vars.put("biz_data",biz_data); |
| 130 | String sign = SecurityUtil.getAppSignKey(requestParamsBean.getApp_id(),requestParamsBean.getBiz_data(),requestParamsBean.getImei(),requestParamsBean.getMethod(),requestParamsBean.getOtaKey(),requestParamsBean.getTimestamp(),requestParamsBean.getToken(),requestParamsBean.getUid(),requestParamsBean.getVersion(),jiami); | 130 | String sign = SecurityUtil.getAppSignKey(requestParamsBean.getApp_id(),requestParamsBean.getBiz_data(),requestParamsBean.getImei(),requestParamsBean.getMethod(),requestParamsBean.getOtaKey(),requestParamsBean.getTimestamp(),requestParamsBean.getToken(),requestParamsBean.getUid(),requestParamsBean.getVersion(),jiami); |
| 131 | requestParamsBean.setSign(sign); | 131 | requestParamsBean.setSign(sign); |
| 132 | vars.put("sign",sign); | 132 | vars.put("sign",sign);</stringProp> |
| 133 | log.info("---------------------------------");</stringProp> | ||
| 134 | </BeanShellPreProcessor> | 133 | </BeanShellPreProcessor> |
| 135 | <hashTree/> | 134 | <hashTree/> |
| 136 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.insurance.handler.user.role" enabled="false"> | 135 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 137 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 136 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 138 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 137 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 139 | <boolProp name="LoopController.continue_forever">false</boolProp> | 138 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| 140 | <stringProp name="LoopController.loops">1</stringProp> | 139 | <intProp name="LoopController.loops">-1</intProp> |
| 141 | </elementProp> | 140 | </elementProp> |
| 142 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | 141 | <stringProp name="ThreadGroup.num_threads">300</stringProp> |
| 143 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | 142 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> |
| 144 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | 143 | <boolProp name="ThreadGroup.scheduler">true</boolProp> |
| 145 | <stringProp name="ThreadGroup.duration">60</stringProp> | 144 | <stringProp name="ThreadGroup.duration">60</stringProp> |
| 146 | <stringProp name="ThreadGroup.delay"></stringProp> | 145 | <stringProp name="ThreadGroup.delay"></stringProp> |
| 147 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | 146 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> |
| ... | @@ -156,7 +155,7 @@ vars.put("method","com.insurance.handler.user.role"); | ... | @@ -156,7 +155,7 @@ vars.put("method","com.insurance.handler.user.role"); |
| 156 | vars.put("biz_data","{ \"actId\": \"752\" }");</stringProp> | 155 | vars.put("biz_data","{ \"actId\": \"752\" }");</stringProp> |
| 157 | </BeanShellPreProcessor> | 156 | </BeanShellPreProcessor> |
| 158 | <hashTree/> | 157 | <hashTree/> |
| 159 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 158 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.user.role" enabled="true"> |
| 160 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 159 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 161 | <collectionProp name="Arguments.arguments"> | 160 | <collectionProp name="Arguments.arguments"> |
| 162 | <elementProp name="method" elementType="HTTPArgument"> | 161 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -254,7 +253,7 @@ vars.put("biz_data","{ \"actId\": \"752\" }&q | ... | @@ -254,7 +253,7 @@ vars.put("biz_data","{ \"actId\": \"752\" }&q |
| 254 | </HTTPSamplerProxy> | 253 | </HTTPSamplerProxy> |
| 255 | <hashTree/> | 254 | <hashTree/> |
| 256 | </hashTree> | 255 | </hashTree> |
| 257 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.dpi.query" enabled="false"> | 256 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 258 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 257 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 259 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 258 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 260 | <boolProp name="LoopController.continue_forever">false</boolProp> | 259 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -277,7 +276,7 @@ vars.put("method","com.lejane.handler.common.dpi.query"); | ... | @@ -277,7 +276,7 @@ vars.put("method","com.lejane.handler.common.dpi.query"); |
| 277 | vars.put("biz_data","{}");</stringProp> | 276 | vars.put("biz_data","{}");</stringProp> |
| 278 | </BeanShellPreProcessor> | 277 | </BeanShellPreProcessor> |
| 279 | <hashTree/> | 278 | <hashTree/> |
| 280 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 279 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.dpi.query" enabled="true"> |
| 281 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 280 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 282 | <collectionProp name="Arguments.arguments"> | 281 | <collectionProp name="Arguments.arguments"> |
| 283 | <elementProp name="method" elementType="HTTPArgument"> | 282 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -375,7 +374,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -375,7 +374,7 @@ vars.put("biz_data","{}");</stringProp> |
| 375 | </HTTPSamplerProxy> | 374 | </HTTPSamplerProxy> |
| 376 | <hashTree/> | 375 | <hashTree/> |
| 377 | </hashTree> | 376 | </hashTree> |
| 378 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.app.launch.advertise.query" enabled="false"> | 377 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 379 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 378 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 380 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 379 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 381 | <boolProp name="LoopController.continue_forever">false</boolProp> | 380 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -398,7 +397,7 @@ vars.put("method","com.lejane.handler.common.app.launch.advertise | ... | @@ -398,7 +397,7 @@ vars.put("method","com.lejane.handler.common.app.launch.advertise |
| 398 | vars.put("biz_data","{ \"id\": \"0\" }");</stringProp> | 397 | vars.put("biz_data","{ \"id\": \"0\" }");</stringProp> |
| 399 | </BeanShellPreProcessor> | 398 | </BeanShellPreProcessor> |
| 400 | <hashTree/> | 399 | <hashTree/> |
| 401 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 400 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.app.launch.advertise.query" enabled="true"> |
| 402 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 401 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 403 | <collectionProp name="Arguments.arguments"> | 402 | <collectionProp name="Arguments.arguments"> |
| 404 | <elementProp name="method" elementType="HTTPArgument"> | 403 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -496,7 +495,7 @@ vars.put("biz_data","{ \"id\": \"0\" }") | ... | @@ -496,7 +495,7 @@ vars.put("biz_data","{ \"id\": \"0\" }") |
| 496 | </HTTPSamplerProxy> | 495 | </HTTPSamplerProxy> |
| 497 | <hashTree/> | 496 | <hashTree/> |
| 498 | </hashTree> | 497 | </hashTree> |
| 499 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.insurance.handler.user.agent.phone.visit.untreated.list.query" enabled="false"> | 498 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 500 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 499 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 501 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 500 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 502 | <boolProp name="LoopController.continue_forever">false</boolProp> | 501 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -519,7 +518,7 @@ vars.put("method","com.insurance.handler.user.agent.phone.visit.u | ... | @@ -519,7 +518,7 @@ vars.put("method","com.insurance.handler.user.agent.phone.visit.u |
| 519 | vars.put("biz_data","{ \"pageSize\": 20, \"type\": \"2\" }");</stringProp> | 518 | vars.put("biz_data","{ \"pageSize\": 20, \"type\": \"2\" }");</stringProp> |
| 520 | </BeanShellPreProcessor> | 519 | </BeanShellPreProcessor> |
| 521 | <hashTree/> | 520 | <hashTree/> |
| 522 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 521 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.user.agent.phone.visit.untreated.list.query" enabled="true"> |
| 523 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 522 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 524 | <collectionProp name="Arguments.arguments"> | 523 | <collectionProp name="Arguments.arguments"> |
| 525 | <elementProp name="method" elementType="HTTPArgument"> | 524 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -617,7 +616,7 @@ vars.put("biz_data","{ \"pageSize\": 20, \"type\&q | ... | @@ -617,7 +616,7 @@ vars.put("biz_data","{ \"pageSize\": 20, \"type\&q |
| 617 | </HTTPSamplerProxy> | 616 | </HTTPSamplerProxy> |
| 618 | <hashTree/> | 617 | <hashTree/> |
| 619 | </hashTree> | 618 | </hashTree> |
| 620 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.article.today" enabled="false"> | 619 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 621 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 620 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 622 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 621 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 623 | <boolProp name="LoopController.continue_forever">false</boolProp> | 622 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -640,7 +639,7 @@ vars.put("method","com.lejane.handler.common.article.today") | ... | @@ -640,7 +639,7 @@ vars.put("method","com.lejane.handler.common.article.today") |
| 640 | vars.put("biz_data","{}");</stringProp> | 639 | vars.put("biz_data","{}");</stringProp> |
| 641 | </BeanShellPreProcessor> | 640 | </BeanShellPreProcessor> |
| 642 | <hashTree/> | 641 | <hashTree/> |
| 643 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 642 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.article.today" enabled="true"> |
| 644 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 643 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 645 | <collectionProp name="Arguments.arguments"> | 644 | <collectionProp name="Arguments.arguments"> |
| 646 | <elementProp name="method" elementType="HTTPArgument"> | 645 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -738,7 +737,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -738,7 +737,7 @@ vars.put("biz_data","{}");</stringProp> |
| 738 | </HTTPSamplerProxy> | 737 | </HTTPSamplerProxy> |
| 739 | <hashTree/> | 738 | <hashTree/> |
| 740 | </hashTree> | 739 | </hashTree> |
| 741 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.user.skin.query" enabled="false"> | 740 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 742 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 741 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 743 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 742 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 744 | <boolProp name="LoopController.continue_forever">false</boolProp> | 743 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -761,7 +760,7 @@ vars.put("method","com.lejane.handler.user.skin.query"); | ... | @@ -761,7 +760,7 @@ vars.put("method","com.lejane.handler.user.skin.query"); |
| 761 | vars.put("biz_data","{}");</stringProp> | 760 | vars.put("biz_data","{}");</stringProp> |
| 762 | </BeanShellPreProcessor> | 761 | </BeanShellPreProcessor> |
| 763 | <hashTree/> | 762 | <hashTree/> |
| 764 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 763 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.skin.query" enabled="true"> |
| 765 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 764 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 766 | <collectionProp name="Arguments.arguments"> | 765 | <collectionProp name="Arguments.arguments"> |
| 767 | <elementProp name="method" elementType="HTTPArgument"> | 766 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -859,7 +858,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -859,7 +858,7 @@ vars.put("biz_data","{}");</stringProp> |
| 859 | </HTTPSamplerProxy> | 858 | </HTTPSamplerProxy> |
| 860 | <hashTree/> | 859 | <hashTree/> |
| 861 | </hashTree> | 860 | </hashTree> |
| 862 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.user.dynamic.predict.recommand" enabled="false"> | 861 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 863 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 862 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 864 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 863 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 865 | <boolProp name="LoopController.continue_forever">false</boolProp> | 864 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -882,7 +881,7 @@ vars.put("method","com.lejane.handler.user.dynamic.predict.recomm | ... | @@ -882,7 +881,7 @@ vars.put("method","com.lejane.handler.user.dynamic.predict.recomm |
| 882 | vars.put("biz_data","{}");</stringProp> | 881 | vars.put("biz_data","{}");</stringProp> |
| 883 | </BeanShellPreProcessor> | 882 | </BeanShellPreProcessor> |
| 884 | <hashTree/> | 883 | <hashTree/> |
| 885 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 884 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.dynamic.predict.recommand" enabled="true"> |
| 886 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 885 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 887 | <collectionProp name="Arguments.arguments"> | 886 | <collectionProp name="Arguments.arguments"> |
| 888 | <elementProp name="method" elementType="HTTPArgument"> | 887 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -980,7 +979,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -980,7 +979,7 @@ vars.put("biz_data","{}");</stringProp> |
| 980 | </HTTPSamplerProxy> | 979 | </HTTPSamplerProxy> |
| 981 | <hashTree/> | 980 | <hashTree/> |
| 982 | </hashTree> | 981 | </hashTree> |
| 983 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.config" enabled="false"> | 982 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 984 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 983 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 985 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 984 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 986 | <boolProp name="LoopController.continue_forever">false</boolProp> | 985 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1003,7 +1002,7 @@ vars.put("method","com.lejane.handler.common.config"); | ... | @@ -1003,7 +1002,7 @@ vars.put("method","com.lejane.handler.common.config"); |
| 1003 | vars.put("biz_data","{ \"type\": \"1\", \"versionNum\": 614 }");</stringProp> | 1002 | vars.put("biz_data","{ \"type\": \"1\", \"versionNum\": 614 }");</stringProp> |
| 1004 | </BeanShellPreProcessor> | 1003 | </BeanShellPreProcessor> |
| 1005 | <hashTree/> | 1004 | <hashTree/> |
| 1006 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1005 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.config" enabled="true"> |
| 1007 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1006 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1008 | <collectionProp name="Arguments.arguments"> | 1007 | <collectionProp name="Arguments.arguments"> |
| 1009 | <elementProp name="method" elementType="HTTPArgument"> | 1008 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1101,7 +1100,7 @@ vars.put("biz_data","{ \"type\": \"1\", \&quo | ... | @@ -1101,7 +1100,7 @@ vars.put("biz_data","{ \"type\": \"1\", \&quo |
| 1101 | </HTTPSamplerProxy> | 1100 | </HTTPSamplerProxy> |
| 1102 | <hashTree/> | 1101 | <hashTree/> |
| 1103 | </hashTree> | 1102 | </hashTree> |
| 1104 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.init.operate.query" enabled="false"> | 1103 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1105 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1104 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1106 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1105 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1107 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1106 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1124,7 +1123,7 @@ vars.put("method","com.lejane.handler.common.init.operate.query&q | ... | @@ -1124,7 +1123,7 @@ vars.put("method","com.lejane.handler.common.init.operate.query&q |
| 1124 | vars.put("biz_data","{}");</stringProp> | 1123 | vars.put("biz_data","{}");</stringProp> |
| 1125 | </BeanShellPreProcessor> | 1124 | </BeanShellPreProcessor> |
| 1126 | <hashTree/> | 1125 | <hashTree/> |
| 1127 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1126 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.init.operate.query" enabled="true"> |
| 1128 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1127 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1129 | <collectionProp name="Arguments.arguments"> | 1128 | <collectionProp name="Arguments.arguments"> |
| 1130 | <elementProp name="method" elementType="HTTPArgument"> | 1129 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1222,7 +1221,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1222,7 +1221,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1222 | </HTTPSamplerProxy> | 1221 | </HTTPSamplerProxy> |
| 1223 | <hashTree/> | 1222 | <hashTree/> |
| 1224 | </hashTree> | 1223 | </hashTree> |
| 1225 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.borui.health.user.account" enabled="false"> | 1224 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1226 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1225 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1227 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1226 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1228 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1227 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1245,7 +1244,7 @@ vars.put("method","com.borui.health.user.account"); | ... | @@ -1245,7 +1244,7 @@ vars.put("method","com.borui.health.user.account"); |
| 1245 | vars.put("biz_data","{}");</stringProp> | 1244 | vars.put("biz_data","{}");</stringProp> |
| 1246 | </BeanShellPreProcessor> | 1245 | </BeanShellPreProcessor> |
| 1247 | <hashTree/> | 1246 | <hashTree/> |
| 1248 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1247 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.borui.health.user.account" enabled="true"> |
| 1249 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1248 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1250 | <collectionProp name="Arguments.arguments"> | 1249 | <collectionProp name="Arguments.arguments"> |
| 1251 | <elementProp name="method" elementType="HTTPArgument"> | 1250 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1343,7 +1342,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1343,7 +1342,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1343 | </HTTPSamplerProxy> | 1342 | </HTTPSamplerProxy> |
| 1344 | <hashTree/> | 1343 | <hashTree/> |
| 1345 | </hashTree> | 1344 | </hashTree> |
| 1346 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.auido.record.config" enabled="false"> | 1345 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1347 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1346 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1348 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1347 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1349 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1348 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1366,7 +1365,7 @@ vars.put("method","com.lejane.handler.common.auido.record.config& | ... | @@ -1366,7 +1365,7 @@ vars.put("method","com.lejane.handler.common.auido.record.config& |
| 1366 | vars.put("biz_data","{}");</stringProp> | 1365 | vars.put("biz_data","{}");</stringProp> |
| 1367 | </BeanShellPreProcessor> | 1366 | </BeanShellPreProcessor> |
| 1368 | <hashTree/> | 1367 | <hashTree/> |
| 1369 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1368 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.auido.record.config" enabled="true"> |
| 1370 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1369 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1371 | <collectionProp name="Arguments.arguments"> | 1370 | <collectionProp name="Arguments.arguments"> |
| 1372 | <elementProp name="method" elementType="HTTPArgument"> | 1371 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1464,7 +1463,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1464,7 +1463,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1464 | </HTTPSamplerProxy> | 1463 | </HTTPSamplerProxy> |
| 1465 | <hashTree/> | 1464 | <hashTree/> |
| 1466 | </hashTree> | 1465 | </hashTree> |
| 1467 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.act.handler.user.health.coin.award.query" enabled="false"> | 1466 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1468 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1467 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1469 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1468 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1470 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1469 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1487,7 +1486,7 @@ vars.put("method","com.lejane.act.handler.user.health.coin.award. | ... | @@ -1487,7 +1486,7 @@ vars.put("method","com.lejane.act.handler.user.health.coin.award. |
| 1487 | vars.put("biz_data","{}");</stringProp> | 1486 | vars.put("biz_data","{}");</stringProp> |
| 1488 | </BeanShellPreProcessor> | 1487 | </BeanShellPreProcessor> |
| 1489 | <hashTree/> | 1488 | <hashTree/> |
| 1490 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1489 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.user.health.coin.award.query" enabled="true"> |
| 1491 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1490 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1492 | <collectionProp name="Arguments.arguments"> | 1491 | <collectionProp name="Arguments.arguments"> |
| 1493 | <elementProp name="method" elementType="HTTPArgument"> | 1492 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1585,7 +1584,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1585,7 +1584,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1585 | </HTTPSamplerProxy> | 1584 | </HTTPSamplerProxy> |
| 1586 | <hashTree/> | 1585 | <hashTree/> |
| 1587 | </hashTree> | 1586 | </hashTree> |
| 1588 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.user.data" enabled="false"> | 1587 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1589 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1588 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1590 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1589 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1591 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1590 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1608,7 +1607,7 @@ vars.put("method","com.lejane.handler.user.data"); | ... | @@ -1608,7 +1607,7 @@ vars.put("method","com.lejane.handler.user.data"); |
| 1608 | vars.put("biz_data","{}");</stringProp> | 1607 | vars.put("biz_data","{}");</stringProp> |
| 1609 | </BeanShellPreProcessor> | 1608 | </BeanShellPreProcessor> |
| 1610 | <hashTree/> | 1609 | <hashTree/> |
| 1611 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1610 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.data" enabled="true"> |
| 1612 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1611 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1613 | <collectionProp name="Arguments.arguments"> | 1612 | <collectionProp name="Arguments.arguments"> |
| 1614 | <elementProp name="method" elementType="HTTPArgument"> | 1613 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1706,7 +1705,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1706,7 +1705,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1706 | </HTTPSamplerProxy> | 1705 | </HTTPSamplerProxy> |
| 1707 | <hashTree/> | 1706 | <hashTree/> |
| 1708 | </hashTree> | 1707 | </hashTree> |
| 1709 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.user.advertising.query" enabled="false"> | 1708 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1710 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1709 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1711 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1710 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1712 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1711 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1729,7 +1728,7 @@ vars.put("method","com.lejane.handler.user.advertising.query" | ... | @@ -1729,7 +1728,7 @@ vars.put("method","com.lejane.handler.user.advertising.query" |
| 1729 | vars.put("biz_data","{}");</stringProp> | 1728 | vars.put("biz_data","{}");</stringProp> |
| 1730 | </BeanShellPreProcessor> | 1729 | </BeanShellPreProcessor> |
| 1731 | <hashTree/> | 1730 | <hashTree/> |
| 1732 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1731 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.advertising.query" enabled="true"> |
| 1733 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1732 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1734 | <collectionProp name="Arguments.arguments"> | 1733 | <collectionProp name="Arguments.arguments"> |
| 1735 | <elementProp name="method" elementType="HTTPArgument"> | 1734 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1827,7 +1826,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1827,7 +1826,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1827 | </HTTPSamplerProxy> | 1826 | </HTTPSamplerProxy> |
| 1828 | <hashTree/> | 1827 | <hashTree/> |
| 1829 | </hashTree> | 1828 | </hashTree> |
| 1830 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.common.sidebar.operate.query.new" enabled="false"> | 1829 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1831 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1830 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1832 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1831 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1833 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1832 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1850,7 +1849,7 @@ vars.put("method","com.lejane.handler.common.sidebar.operate.quer | ... | @@ -1850,7 +1849,7 @@ vars.put("method","com.lejane.handler.common.sidebar.operate.quer |
| 1850 | vars.put("biz_data","{}");</stringProp> | 1849 | vars.put("biz_data","{}");</stringProp> |
| 1851 | </BeanShellPreProcessor> | 1850 | </BeanShellPreProcessor> |
| 1852 | <hashTree/> | 1851 | <hashTree/> |
| 1853 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1852 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.common.sidebar.operate.query.new" enabled="true"> |
| 1854 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1853 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1855 | <collectionProp name="Arguments.arguments"> | 1854 | <collectionProp name="Arguments.arguments"> |
| 1856 | <elementProp name="method" elementType="HTTPArgument"> | 1855 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -1948,7 +1947,7 @@ vars.put("biz_data","{}");</stringProp> | ... | @@ -1948,7 +1947,7 @@ vars.put("biz_data","{}");</stringProp> |
| 1948 | </HTTPSamplerProxy> | 1947 | </HTTPSamplerProxy> |
| 1949 | <hashTree/> | 1948 | <hashTree/> |
| 1950 | </hashTree> | 1949 | </hashTree> |
| 1951 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.act.handler.user.pop.panel.query" enabled="false"> | 1950 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 1952 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 1951 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 1953 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 1952 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 1954 | <boolProp name="LoopController.continue_forever">false</boolProp> | 1953 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -1971,7 +1970,7 @@ vars.put("method","com.lejane.act.handler.user.pop.panel.query&qu | ... | @@ -1971,7 +1970,7 @@ vars.put("method","com.lejane.act.handler.user.pop.panel.query&qu |
| 1971 | vars.put("biz_data","{ \"id\": \"0\" }");</stringProp> | 1970 | vars.put("biz_data","{ \"id\": \"0\" }");</stringProp> |
| 1972 | </BeanShellPreProcessor> | 1971 | </BeanShellPreProcessor> |
| 1973 | <hashTree/> | 1972 | <hashTree/> |
| 1974 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 1973 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.user.pop.panel.query" enabled="true"> |
| 1975 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 1974 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 1976 | <collectionProp name="Arguments.arguments"> | 1975 | <collectionProp name="Arguments.arguments"> |
| 1977 | <elementProp name="method" elementType="HTTPArgument"> | 1976 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -2069,7 +2068,7 @@ vars.put("biz_data","{ \"id\": \"0\" }") | ... | @@ -2069,7 +2068,7 @@ vars.put("biz_data","{ \"id\": \"0\" }") |
| 2069 | </HTTPSamplerProxy> | 2068 | </HTTPSamplerProxy> |
| 2070 | <hashTree/> | 2069 | <hashTree/> |
| 2071 | </hashTree> | 2070 | </hashTree> |
| 2072 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.lejane.handler.user.location" enabled="false"> | 2071 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 2073 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 2072 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 2074 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 2073 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 2075 | <boolProp name="LoopController.continue_forever">false</boolProp> | 2074 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -2092,7 +2091,7 @@ vars.put("method","com.lejane.handler.user.location"); | ... | @@ -2092,7 +2091,7 @@ vars.put("method","com.lejane.handler.user.location"); |
| 2092 | vars.put("biz_data","{ \"uploadDate\": \"1592236011609\", \"longitude\": \"116.693075\", \"latitude\": \"39.893487\" }");</stringProp> | 2091 | vars.put("biz_data","{ \"uploadDate\": \"1592236011609\", \"longitude\": \"116.693075\", \"latitude\": \"39.893487\" }");</stringProp> |
| 2093 | </BeanShellPreProcessor> | 2092 | </BeanShellPreProcessor> |
| 2094 | <hashTree/> | 2093 | <hashTree/> |
| 2095 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 2094 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.location" enabled="true"> |
| 2096 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 2095 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 2097 | <collectionProp name="Arguments.arguments"> | 2096 | <collectionProp name="Arguments.arguments"> |
| 2098 | <elementProp name="method" elementType="HTTPArgument"> | 2097 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -2190,7 +2189,7 @@ vars.put("biz_data","{ \"uploadDate\": \"159223601 | ... | @@ -2190,7 +2189,7 @@ vars.put("biz_data","{ \"uploadDate\": \"159223601 |
| 2190 | </HTTPSamplerProxy> | 2189 | </HTTPSamplerProxy> |
| 2191 | <hashTree/> | 2190 | <hashTree/> |
| 2192 | </hashTree> | 2191 | </hashTree> |
| 2193 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.insurance.handler.user.customer.touch.query" enabled="false"> | 2192 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 2194 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 2193 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 2195 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 2194 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 2196 | <boolProp name="LoopController.continue_forever">false</boolProp> | 2195 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -2213,7 +2212,7 @@ vars.put("method","com.insurance.handler.user.customer.touch.quer | ... | @@ -2213,7 +2212,7 @@ vars.put("method","com.insurance.handler.user.customer.touch.quer |
| 2213 | vars.put("biz_data","{ \"location\": { \"cityName\": \"北京市\", \"countyName\": \"朝阳区\", \"lx\": 116.556831, \"ly\": 39.923416, \"provinceName\": \"北京市\" } }");</stringProp> | 2212 | vars.put("biz_data","{ \"location\": { \"cityName\": \"北京市\", \"countyName\": \"朝阳区\", \"lx\": 116.556831, \"ly\": 39.923416, \"provinceName\": \"北京市\" } }");</stringProp> |
| 2214 | </BeanShellPreProcessor> | 2213 | </BeanShellPreProcessor> |
| 2215 | <hashTree/> | 2214 | <hashTree/> |
| 2216 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 2215 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.user.customer.touch.query" enabled="true"> |
| 2217 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 2216 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 2218 | <collectionProp name="Arguments.arguments"> | 2217 | <collectionProp name="Arguments.arguments"> |
| 2219 | <elementProp name="method" elementType="HTTPArgument"> | 2218 | <elementProp name="method" elementType="HTTPArgument"> |
| ... | @@ -2311,7 +2310,7 @@ vars.put("biz_data","{ \"location\": { \"cityName\ | ... | @@ -2311,7 +2310,7 @@ vars.put("biz_data","{ \"location\": { \"cityName\ |
| 2311 | </HTTPSamplerProxy> | 2310 | </HTTPSamplerProxy> |
| 2312 | <hashTree/> | 2311 | <hashTree/> |
| 2313 | </hashTree> | 2312 | </hashTree> |
| 2314 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="com.insurance.handler.agent.pop.panel.query" enabled="false"> | 2313 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> |
| 2315 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 2314 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
| 2316 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 2315 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
| 2317 | <boolProp name="LoopController.continue_forever">false</boolProp> | 2316 | <boolProp name="LoopController.continue_forever">false</boolProp> |
| ... | @@ -2334,7 +2333,975 @@ vars.put("method","com.insurance.handler.agent.pop.panel.query&qu | ... | @@ -2334,7 +2333,975 @@ vars.put("method","com.insurance.handler.agent.pop.panel.query&qu |
| 2334 | vars.put("biz_data","{}");</stringProp> | 2333 | vars.put("biz_data","{}");</stringProp> |
| 2335 | </BeanShellPreProcessor> | 2334 | </BeanShellPreProcessor> |
| 2336 | <hashTree/> | 2335 | <hashTree/> |
| 2337 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP请求" enabled="true"> | 2336 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.agent.pop.panel.query" enabled="true"> |
| 2337 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2338 | <collectionProp name="Arguments.arguments"> | ||
| 2339 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2340 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2341 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2342 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2343 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2344 | <stringProp name="Argument.name">method</stringProp> | ||
| 2345 | </elementProp> | ||
| 2346 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2347 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2348 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2349 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2350 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2351 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2352 | </elementProp> | ||
| 2353 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2354 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2355 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2356 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2357 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2358 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2359 | </elementProp> | ||
| 2360 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2361 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2362 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2363 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2364 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2365 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2366 | </elementProp> | ||
| 2367 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2368 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2369 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2370 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2371 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2372 | <stringProp name="Argument.name">token</stringProp> | ||
| 2373 | </elementProp> | ||
| 2374 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2375 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2376 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2377 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2378 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2379 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2380 | </elementProp> | ||
| 2381 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2382 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2383 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2384 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2385 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2386 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2387 | </elementProp> | ||
| 2388 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2389 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2390 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2391 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2392 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2393 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2394 | </elementProp> | ||
| 2395 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 2396 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2397 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 2398 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2399 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2400 | <stringProp name="Argument.name">version</stringProp> | ||
| 2401 | </elementProp> | ||
| 2402 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 2403 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2404 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 2405 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2406 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2407 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 2408 | </elementProp> | ||
| 2409 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 2410 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2411 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 2412 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2413 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2414 | <stringProp name="Argument.name">platform</stringProp> | ||
| 2415 | </elementProp> | ||
| 2416 | </collectionProp> | ||
| 2417 | </elementProp> | ||
| 2418 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 2419 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 2420 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 2421 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 2422 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 2423 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 2424 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 2425 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 2426 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 2427 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 2428 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 2429 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 2430 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 2431 | </HTTPSamplerProxy> | ||
| 2432 | <hashTree/> | ||
| 2433 | </hashTree> | ||
| 2434 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 2435 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 2436 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 2437 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 2438 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 2439 | </elementProp> | ||
| 2440 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 2441 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 2442 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 2443 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 2444 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 2445 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 2446 | </ThreadGroup> | ||
| 2447 | <hashTree> | ||
| 2448 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 2449 | <stringProp name="filename"></stringProp> | ||
| 2450 | <stringProp name="parameters"></stringProp> | ||
| 2451 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 2452 | <stringProp name="script">vars.put("path","/insurance/gateway.do"); | ||
| 2453 | vars.put("method","com.insurance.handler.insurance.config"); | ||
| 2454 | vars.put("biz_data","{}");</stringProp> | ||
| 2455 | </BeanShellPreProcessor> | ||
| 2456 | <hashTree/> | ||
| 2457 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.insurance.config" enabled="true"> | ||
| 2458 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2459 | <collectionProp name="Arguments.arguments"> | ||
| 2460 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2461 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2462 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2463 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2464 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2465 | <stringProp name="Argument.name">method</stringProp> | ||
| 2466 | </elementProp> | ||
| 2467 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2468 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2469 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2470 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2471 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2472 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2473 | </elementProp> | ||
| 2474 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2475 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2476 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2477 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2478 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2479 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2480 | </elementProp> | ||
| 2481 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2482 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2483 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2484 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2485 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2486 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2487 | </elementProp> | ||
| 2488 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2489 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2490 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2491 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2492 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2493 | <stringProp name="Argument.name">token</stringProp> | ||
| 2494 | </elementProp> | ||
| 2495 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2496 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2497 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2498 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2499 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2500 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2501 | </elementProp> | ||
| 2502 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2503 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2504 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2505 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2506 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2507 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2508 | </elementProp> | ||
| 2509 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2510 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2511 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2512 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2513 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2514 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2515 | </elementProp> | ||
| 2516 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 2517 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2518 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 2519 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2520 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2521 | <stringProp name="Argument.name">version</stringProp> | ||
| 2522 | </elementProp> | ||
| 2523 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 2524 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2525 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 2526 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2527 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2528 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 2529 | </elementProp> | ||
| 2530 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 2531 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2532 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 2533 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2534 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2535 | <stringProp name="Argument.name">platform</stringProp> | ||
| 2536 | </elementProp> | ||
| 2537 | </collectionProp> | ||
| 2538 | </elementProp> | ||
| 2539 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 2540 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 2541 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 2542 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 2543 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 2544 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 2545 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 2546 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 2547 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 2548 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 2549 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 2550 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 2551 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 2552 | </HTTPSamplerProxy> | ||
| 2553 | <hashTree/> | ||
| 2554 | </hashTree> | ||
| 2555 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 2556 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 2557 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 2558 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 2559 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 2560 | </elementProp> | ||
| 2561 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 2562 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 2563 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 2564 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 2565 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 2566 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 2567 | </ThreadGroup> | ||
| 2568 | <hashTree> | ||
| 2569 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 2570 | <stringProp name="filename"></stringProp> | ||
| 2571 | <stringProp name="parameters"></stringProp> | ||
| 2572 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 2573 | <stringProp name="script">vars.put("path","/insurance/gateway.do"); | ||
| 2574 | vars.put("method","com.insurance.handler.user.sales.info.query"); | ||
| 2575 | vars.put("biz_data","{\"sceneType\":1}");</stringProp> | ||
| 2576 | </BeanShellPreProcessor> | ||
| 2577 | <hashTree/> | ||
| 2578 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.insurance.handler.user.sales.info.query" enabled="true"> | ||
| 2579 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2580 | <collectionProp name="Arguments.arguments"> | ||
| 2581 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2582 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2583 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2584 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2585 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2586 | <stringProp name="Argument.name">method</stringProp> | ||
| 2587 | </elementProp> | ||
| 2588 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2589 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2590 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2591 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2592 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2593 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2594 | </elementProp> | ||
| 2595 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2596 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2597 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2598 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2599 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2600 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2601 | </elementProp> | ||
| 2602 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2603 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2604 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2605 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2606 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2607 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2608 | </elementProp> | ||
| 2609 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2610 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2611 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2612 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2613 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2614 | <stringProp name="Argument.name">token</stringProp> | ||
| 2615 | </elementProp> | ||
| 2616 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2617 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2618 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2619 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2620 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2621 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2622 | </elementProp> | ||
| 2623 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2624 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2625 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2626 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2627 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2628 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2629 | </elementProp> | ||
| 2630 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2631 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2632 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2633 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2634 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2635 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2636 | </elementProp> | ||
| 2637 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 2638 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2639 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 2640 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2641 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2642 | <stringProp name="Argument.name">version</stringProp> | ||
| 2643 | </elementProp> | ||
| 2644 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 2645 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2646 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 2647 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2648 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2649 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 2650 | </elementProp> | ||
| 2651 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 2652 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2653 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 2654 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2655 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2656 | <stringProp name="Argument.name">platform</stringProp> | ||
| 2657 | </elementProp> | ||
| 2658 | </collectionProp> | ||
| 2659 | </elementProp> | ||
| 2660 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 2661 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 2662 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 2663 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 2664 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 2665 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 2666 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 2667 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 2668 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 2669 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 2670 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 2671 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 2672 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 2673 | </HTTPSamplerProxy> | ||
| 2674 | <hashTree/> | ||
| 2675 | </hashTree> | ||
| 2676 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 2677 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 2678 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 2679 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 2680 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 2681 | </elementProp> | ||
| 2682 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 2683 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 2684 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 2685 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 2686 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 2687 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 2688 | </ThreadGroup> | ||
| 2689 | <hashTree> | ||
| 2690 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 2691 | <stringProp name="filename"></stringProp> | ||
| 2692 | <stringProp name="parameters"></stringProp> | ||
| 2693 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 2694 | <stringProp name="script">vars.put("path","/business/gateway.do"); | ||
| 2695 | vars.put("method","com.lejane.handler.user.dynamicanswers"); | ||
| 2696 | vars.put("biz_data","{}");</stringProp> | ||
| 2697 | </BeanShellPreProcessor> | ||
| 2698 | <hashTree/> | ||
| 2699 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.handler.user.dynamicanswers" enabled="true"> | ||
| 2700 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2701 | <collectionProp name="Arguments.arguments"> | ||
| 2702 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2703 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2704 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2705 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2706 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2707 | <stringProp name="Argument.name">method</stringProp> | ||
| 2708 | </elementProp> | ||
| 2709 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2710 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2711 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2712 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2713 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2714 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2715 | </elementProp> | ||
| 2716 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2717 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2718 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2719 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2720 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2721 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2722 | </elementProp> | ||
| 2723 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2724 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2725 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2726 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2727 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2728 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2729 | </elementProp> | ||
| 2730 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2731 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2732 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2733 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2734 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2735 | <stringProp name="Argument.name">token</stringProp> | ||
| 2736 | </elementProp> | ||
| 2737 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2738 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2739 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2740 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2741 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2742 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2743 | </elementProp> | ||
| 2744 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2745 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2746 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2747 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2748 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2749 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2750 | </elementProp> | ||
| 2751 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2752 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2753 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2754 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2755 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2756 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2757 | </elementProp> | ||
| 2758 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 2759 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2760 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 2761 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2762 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2763 | <stringProp name="Argument.name">version</stringProp> | ||
| 2764 | </elementProp> | ||
| 2765 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 2766 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2767 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 2768 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2769 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2770 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 2771 | </elementProp> | ||
| 2772 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 2773 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2774 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 2775 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2776 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2777 | <stringProp name="Argument.name">platform</stringProp> | ||
| 2778 | </elementProp> | ||
| 2779 | </collectionProp> | ||
| 2780 | </elementProp> | ||
| 2781 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 2782 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 2783 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 2784 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 2785 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 2786 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 2787 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 2788 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 2789 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 2790 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 2791 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 2792 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 2793 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 2794 | </HTTPSamplerProxy> | ||
| 2795 | <hashTree/> | ||
| 2796 | </hashTree> | ||
| 2797 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 2798 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 2799 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 2800 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 2801 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 2802 | </elementProp> | ||
| 2803 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 2804 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 2805 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 2806 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 2807 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 2808 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 2809 | </ThreadGroup> | ||
| 2810 | <hashTree> | ||
| 2811 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 2812 | <stringProp name="filename"></stringProp> | ||
| 2813 | <stringProp name="parameters"></stringProp> | ||
| 2814 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 2815 | <stringProp name="script">vars.put("path","/activity/gateway.do"); | ||
| 2816 | vars.put("method","com.lejane.act.handler.resource.act.info"); | ||
| 2817 | vars.put("biz_data","{\"actId\":\"818\"}");</stringProp> | ||
| 2818 | </BeanShellPreProcessor> | ||
| 2819 | <hashTree/> | ||
| 2820 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.resource.act.info" enabled="true"> | ||
| 2821 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2822 | <collectionProp name="Arguments.arguments"> | ||
| 2823 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2824 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2825 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2826 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2827 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2828 | <stringProp name="Argument.name">method</stringProp> | ||
| 2829 | </elementProp> | ||
| 2830 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2831 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2832 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2833 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2834 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2835 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2836 | </elementProp> | ||
| 2837 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2838 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2839 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2840 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2841 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2842 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2843 | </elementProp> | ||
| 2844 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2845 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2846 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2847 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2848 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2849 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2850 | </elementProp> | ||
| 2851 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2852 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2853 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2854 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2855 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2856 | <stringProp name="Argument.name">token</stringProp> | ||
| 2857 | </elementProp> | ||
| 2858 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2859 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2860 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2861 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2862 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2863 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2864 | </elementProp> | ||
| 2865 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2866 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2867 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2868 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2869 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2870 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2871 | </elementProp> | ||
| 2872 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2873 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2874 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2875 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2876 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2877 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2878 | </elementProp> | ||
| 2879 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 2880 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2881 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 2882 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2883 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2884 | <stringProp name="Argument.name">version</stringProp> | ||
| 2885 | </elementProp> | ||
| 2886 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 2887 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2888 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 2889 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2890 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2891 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 2892 | </elementProp> | ||
| 2893 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 2894 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2895 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 2896 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2897 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2898 | <stringProp name="Argument.name">platform</stringProp> | ||
| 2899 | </elementProp> | ||
| 2900 | </collectionProp> | ||
| 2901 | </elementProp> | ||
| 2902 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 2903 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 2904 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 2905 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 2906 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 2907 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 2908 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 2909 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 2910 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 2911 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 2912 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 2913 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 2914 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 2915 | </HTTPSamplerProxy> | ||
| 2916 | <hashTree/> | ||
| 2917 | </hashTree> | ||
| 2918 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 2919 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 2920 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 2921 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 2922 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 2923 | </elementProp> | ||
| 2924 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 2925 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 2926 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 2927 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 2928 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 2929 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 2930 | </ThreadGroup> | ||
| 2931 | <hashTree> | ||
| 2932 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 2933 | <stringProp name="filename"></stringProp> | ||
| 2934 | <stringProp name="parameters"></stringProp> | ||
| 2935 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 2936 | <stringProp name="script">vars.put("path","/activity/gateway.do"); | ||
| 2937 | vars.put("method","com.lejane.act.handler.user.health.coin.msg.query"); | ||
| 2938 | vars.put("biz_data","{}");</stringProp> | ||
| 2939 | </BeanShellPreProcessor> | ||
| 2940 | <hashTree/> | ||
| 2941 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.user.health.coin.msg.query" enabled="true"> | ||
| 2942 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 2943 | <collectionProp name="Arguments.arguments"> | ||
| 2944 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 2945 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2946 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 2947 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2948 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2949 | <stringProp name="Argument.name">method</stringProp> | ||
| 2950 | </elementProp> | ||
| 2951 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 2952 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2953 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 2954 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2955 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2956 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 2957 | </elementProp> | ||
| 2958 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 2959 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2960 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 2961 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2962 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2963 | <stringProp name="Argument.name">sign</stringProp> | ||
| 2964 | </elementProp> | ||
| 2965 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 2966 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2967 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 2968 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2969 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2970 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 2971 | </elementProp> | ||
| 2972 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 2973 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2974 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 2975 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2976 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2977 | <stringProp name="Argument.name">token</stringProp> | ||
| 2978 | </elementProp> | ||
| 2979 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 2980 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2981 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 2982 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2983 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2984 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 2985 | </elementProp> | ||
| 2986 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 2987 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2988 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 2989 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2990 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2991 | <stringProp name="Argument.name">uid</stringProp> | ||
| 2992 | </elementProp> | ||
| 2993 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 2994 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 2995 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 2996 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 2997 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 2998 | <stringProp name="Argument.name">imei</stringProp> | ||
| 2999 | </elementProp> | ||
| 3000 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 3001 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3002 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 3003 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3004 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3005 | <stringProp name="Argument.name">version</stringProp> | ||
| 3006 | </elementProp> | ||
| 3007 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 3008 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3009 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 3010 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3011 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3012 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 3013 | </elementProp> | ||
| 3014 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 3015 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3016 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 3017 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3018 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3019 | <stringProp name="Argument.name">platform</stringProp> | ||
| 3020 | </elementProp> | ||
| 3021 | </collectionProp> | ||
| 3022 | </elementProp> | ||
| 3023 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 3024 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 3025 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 3026 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 3027 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 3028 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 3029 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 3030 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 3031 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 3032 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 3033 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 3034 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 3035 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 3036 | </HTTPSamplerProxy> | ||
| 3037 | <hashTree/> | ||
| 3038 | </hashTree> | ||
| 3039 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 3040 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 3041 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 3042 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 3043 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 3044 | </elementProp> | ||
| 3045 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 3046 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 3047 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 3048 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 3049 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 3050 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 3051 | </ThreadGroup> | ||
| 3052 | <hashTree> | ||
| 3053 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 3054 | <stringProp name="filename"></stringProp> | ||
| 3055 | <stringProp name="parameters"></stringProp> | ||
| 3056 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 3057 | <stringProp name="script">vars.put("path","/uc/gateway.do"); | ||
| 3058 | vars.put("method","com.borui.health.common.device.save"); | ||
| 3059 | vars.put("biz_data","{\"versionNo\":\"1.21.0\",\"imei\":\"bc28204e3c3767af81791d485ce8946500a0178e\",\"phoneModel\":\"iPhone 6s Plus\",\"rom_version\":\"13.5\",\"macAddress\":\"\",\"type\":\"1\",\"serialNo\":\"bc28204e3c3767af81791d485ce8946500a0178e\",\"resolution\":\"414,736\",\"deviceInfo\":\"iPhone 6s Plus\"}");</stringProp> | ||
| 3060 | </BeanShellPreProcessor> | ||
| 3061 | <hashTree/> | ||
| 3062 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.borui.health.common.device.save" enabled="true"> | ||
| 3063 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 3064 | <collectionProp name="Arguments.arguments"> | ||
| 3065 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 3066 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3067 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 3068 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3069 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3070 | <stringProp name="Argument.name">method</stringProp> | ||
| 3071 | </elementProp> | ||
| 3072 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 3073 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3074 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 3075 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3076 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3077 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 3078 | </elementProp> | ||
| 3079 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 3080 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3081 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 3082 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3083 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3084 | <stringProp name="Argument.name">sign</stringProp> | ||
| 3085 | </elementProp> | ||
| 3086 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 3087 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3088 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 3089 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3090 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3091 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 3092 | </elementProp> | ||
| 3093 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 3094 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3095 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 3096 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3097 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3098 | <stringProp name="Argument.name">token</stringProp> | ||
| 3099 | </elementProp> | ||
| 3100 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 3101 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3102 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 3103 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3104 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3105 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 3106 | </elementProp> | ||
| 3107 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 3108 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3109 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 3110 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3111 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3112 | <stringProp name="Argument.name">uid</stringProp> | ||
| 3113 | </elementProp> | ||
| 3114 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 3115 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3116 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 3117 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3118 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3119 | <stringProp name="Argument.name">imei</stringProp> | ||
| 3120 | </elementProp> | ||
| 3121 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 3122 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3123 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 3124 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3125 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3126 | <stringProp name="Argument.name">version</stringProp> | ||
| 3127 | </elementProp> | ||
| 3128 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 3129 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3130 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 3131 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3132 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3133 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 3134 | </elementProp> | ||
| 3135 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 3136 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3137 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 3138 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3139 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3140 | <stringProp name="Argument.name">platform</stringProp> | ||
| 3141 | </elementProp> | ||
| 3142 | </collectionProp> | ||
| 3143 | </elementProp> | ||
| 3144 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 3145 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 3146 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 3147 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 3148 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 3149 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 3150 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 3151 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 3152 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 3153 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 3154 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 3155 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 3156 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 3157 | </HTTPSamplerProxy> | ||
| 3158 | <hashTree/> | ||
| 3159 | </hashTree> | ||
| 3160 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="false"> | ||
| 3161 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 3162 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 3163 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 3164 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 3165 | </elementProp> | ||
| 3166 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 3167 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 3168 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 3169 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 3170 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 3171 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 3172 | </ThreadGroup> | ||
| 3173 | <hashTree> | ||
| 3174 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 3175 | <stringProp name="filename"></stringProp> | ||
| 3176 | <stringProp name="parameters"></stringProp> | ||
| 3177 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 3178 | <stringProp name="script">vars.put("path","/activity/gateway.do"); | ||
| 3179 | vars.put("method","com.lejane.act.handler.resource.customer.auth"); | ||
| 3180 | vars.put("biz_data","{\"actId\":\"818\"}");</stringProp> | ||
| 3181 | </BeanShellPreProcessor> | ||
| 3182 | <hashTree/> | ||
| 3183 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.resource.customer.auth" enabled="true"> | ||
| 3184 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 3185 | <collectionProp name="Arguments.arguments"> | ||
| 3186 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 3187 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3188 | <stringProp name="Argument.value">${method}</stringProp> | ||
| 3189 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3190 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3191 | <stringProp name="Argument.name">method</stringProp> | ||
| 3192 | </elementProp> | ||
| 3193 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 3194 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3195 | <stringProp name="Argument.value">${biz_data}</stringProp> | ||
| 3196 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3197 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3198 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 3199 | </elementProp> | ||
| 3200 | <elementProp name="sign" elementType="HTTPArgument"> | ||
| 3201 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3202 | <stringProp name="Argument.value">${sign}</stringProp> | ||
| 3203 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3204 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3205 | <stringProp name="Argument.name">sign</stringProp> | ||
| 3206 | </elementProp> | ||
| 3207 | <elementProp name="timestamp" elementType="HTTPArgument"> | ||
| 3208 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3209 | <stringProp name="Argument.value">${timestamp}</stringProp> | ||
| 3210 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3211 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3212 | <stringProp name="Argument.name">timestamp</stringProp> | ||
| 3213 | </elementProp> | ||
| 3214 | <elementProp name="token" elementType="HTTPArgument"> | ||
| 3215 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3216 | <stringProp name="Argument.value">${__property(token,,)}</stringProp> | ||
| 3217 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3218 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3219 | <stringProp name="Argument.name">token</stringProp> | ||
| 3220 | </elementProp> | ||
| 3221 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 3222 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3223 | <stringProp name="Argument.value">${__property(app_id,,)}</stringProp> | ||
| 3224 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3225 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3226 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 3227 | </elementProp> | ||
| 3228 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 3229 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3230 | <stringProp name="Argument.value">${__property(uid,,)}</stringProp> | ||
| 3231 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3232 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3233 | <stringProp name="Argument.name">uid</stringProp> | ||
| 3234 | </elementProp> | ||
| 3235 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 3236 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3237 | <stringProp name="Argument.value">${__property(imei,,)}</stringProp> | ||
| 3238 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3239 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3240 | <stringProp name="Argument.name">imei</stringProp> | ||
| 3241 | </elementProp> | ||
| 3242 | <elementProp name="version" elementType="HTTPArgument"> | ||
| 3243 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3244 | <stringProp name="Argument.value">${__property(version,,)}</stringProp> | ||
| 3245 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3246 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3247 | <stringProp name="Argument.name">version</stringProp> | ||
| 3248 | </elementProp> | ||
| 3249 | <elementProp name="otaKey" elementType="HTTPArgument"> | ||
| 3250 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3251 | <stringProp name="Argument.value">${__property(otaKey,,)}</stringProp> | ||
| 3252 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3253 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3254 | <stringProp name="Argument.name">otaKey</stringProp> | ||
| 3255 | </elementProp> | ||
| 3256 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 3257 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 3258 | <stringProp name="Argument.value">${__property(platform,,)}</stringProp> | ||
| 3259 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 3260 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 3261 | <stringProp name="Argument.name">platform</stringProp> | ||
| 3262 | </elementProp> | ||
| 3263 | </collectionProp> | ||
| 3264 | </elementProp> | ||
| 3265 | <stringProp name="HTTPSampler.domain">${host}</stringProp> | ||
| 3266 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 3267 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 3268 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 3269 | <stringProp name="HTTPSampler.path">${path}</stringProp> | ||
| 3270 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 3271 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 3272 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 3273 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 3274 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 3275 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 3276 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 3277 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 3278 | </HTTPSamplerProxy> | ||
| 3279 | <hashTree/> | ||
| 3280 | </hashTree> | ||
| 3281 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="true"> | ||
| 3282 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 3283 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 3284 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 3285 | <stringProp name="LoopController.loops">1</stringProp> | ||
| 3286 | </elementProp> | ||
| 3287 | <stringProp name="ThreadGroup.num_threads">1</stringProp> | ||
| 3288 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 3289 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | ||
| 3290 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 3291 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 3292 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 3293 | </ThreadGroup> | ||
| 3294 | <hashTree> | ||
| 3295 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="BeanShell 预处理程序" enabled="true"> | ||
| 3296 | <stringProp name="filename"></stringProp> | ||
| 3297 | <stringProp name="parameters"></stringProp> | ||
| 3298 | <boolProp name="resetInterpreter">false</boolProp> | ||
| 3299 | <stringProp name="script">vars.put("path","/activity/gateway.do"); | ||
| 3300 | vars.put("method","com.lejane.act.handler.resource.customer.auth"); | ||
| 3301 | vars.put("biz_data","{\"actId\":\"818\"}");</stringProp> | ||
| 3302 | </BeanShellPreProcessor> | ||
| 3303 | <hashTree/> | ||
| 3304 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.resource.customer.auth" enabled="true"> | ||
| 2338 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | 3305 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
| 2339 | <collectionProp name="Arguments.arguments"> | 3306 | <collectionProp name="Arguments.arguments"> |
| 2340 | <elementProp name="method" elementType="HTTPArgument"> | 3307 | <elementProp name="method" elementType="HTTPArgument"> | ... | ... |
-
Please register or sign in to post a comment