commit
Showing
4 changed files
with
438 additions
and
0 deletions
This diff is collapsed.
Click to expand it.
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3"> | ||
| 3 | <hashTree> | ||
| 4 | <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="测试计划" enabled="true"> | ||
| 5 | <stringProp name="TestPlan.comments"></stringProp> | ||
| 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> | ||
| 7 | <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> | ||
| 8 | <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> | ||
| 9 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 10 | <collectionProp name="Arguments.arguments"/> | ||
| 11 | </elementProp> | ||
| 12 | <stringProp name="TestPlan.user_define_classpath"></stringProp> | ||
| 13 | </TestPlan> | ||
| 14 | <hashTree> | ||
| 15 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="true"> | ||
| 16 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 17 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 18 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 19 | <intProp name="LoopController.loops">-1</intProp> | ||
| 20 | </elementProp> | ||
| 21 | <stringProp name="ThreadGroup.num_threads">300</stringProp> | ||
| 22 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 23 | <boolProp name="ThreadGroup.scheduler">true</boolProp> | ||
| 24 | <stringProp name="ThreadGroup.duration">10</stringProp> | ||
| 25 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 26 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 27 | </ThreadGroup> | ||
| 28 | <hashTree> | ||
| 29 | <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV 数据文件设置" enabled="true"> | ||
| 30 | <stringProp name="delimiter">,</stringProp> | ||
| 31 | <stringProp name="fileEncoding"></stringProp> | ||
| 32 | <stringProp name="filename">/Users/zhanghao/brcode/jmeter/jmeterTool/src/main/resources/tcData_agent.csv</stringProp> | ||
| 33 | <boolProp name="ignoreFirstLine">false</boolProp> | ||
| 34 | <boolProp name="quotedData">false</boolProp> | ||
| 35 | <boolProp name="recycle">true</boolProp> | ||
| 36 | <stringProp name="shareMode">shareMode.all</stringProp> | ||
| 37 | <boolProp name="stopThread">false</boolProp> | ||
| 38 | <stringProp name="variableNames"></stringProp> | ||
| 39 | </CSVDataSet> | ||
| 40 | <hashTree/> | ||
| 41 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.agent.jilin.cycle.lottery" enabled="true"> | ||
| 42 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 43 | <collectionProp name="Arguments.arguments"> | ||
| 44 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 45 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 46 | <stringProp name="Argument.value">com.lejane.act.handler.agent.jilin.cycle.lottery</stringProp> | ||
| 47 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 48 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 49 | <stringProp name="Argument.name">method</stringProp> | ||
| 50 | </elementProp> | ||
| 51 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 52 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 53 | <stringProp name="Argument.value">110</stringProp> | ||
| 54 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 55 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 56 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 57 | </elementProp> | ||
| 58 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 59 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 60 | <stringProp name="Argument.value">${uid}</stringProp> | ||
| 61 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 62 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 63 | <stringProp name="Argument.name">uid</stringProp> | ||
| 64 | </elementProp> | ||
| 65 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 66 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 67 | <stringProp name="Argument.value">{"actId":"1242","cycleNum":1}</stringProp> | ||
| 68 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 69 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 70 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 71 | </elementProp> | ||
| 72 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 73 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 74 | <stringProp name="Argument.value">0000000000000000</stringProp> | ||
| 75 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 76 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 77 | <stringProp name="Argument.name">imei</stringProp> | ||
| 78 | </elementProp> | ||
| 79 | </collectionProp> | ||
| 80 | </elementProp> | ||
| 81 | <stringProp name="HTTPSampler.domain">health-qa.jxbrty.com</stringProp> | ||
| 82 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 83 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 84 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 85 | <stringProp name="HTTPSampler.path">/activity/gateway.do</stringProp> | ||
| 86 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 87 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 88 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 89 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 90 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 91 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 92 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 93 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 94 | </HTTPSamplerProxy> | ||
| 95 | <hashTree/> | ||
| 96 | </hashTree> | ||
| 97 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="察看结果树" enabled="true"> | ||
| 98 | <boolProp name="ResultCollector.error_logging">false</boolProp> | ||
| 99 | <objProp> | ||
| 100 | <name>saveConfig</name> | ||
| 101 | <value class="SampleSaveConfiguration"> | ||
| 102 | <time>true</time> | ||
| 103 | <latency>true</latency> | ||
| 104 | <timestamp>true</timestamp> | ||
| 105 | <success>true</success> | ||
| 106 | <label>true</label> | ||
| 107 | <code>true</code> | ||
| 108 | <message>true</message> | ||
| 109 | <threadName>true</threadName> | ||
| 110 | <dataType>true</dataType> | ||
| 111 | <encoding>false</encoding> | ||
| 112 | <assertions>true</assertions> | ||
| 113 | <subresults>true</subresults> | ||
| 114 | <responseData>false</responseData> | ||
| 115 | <samplerData>false</samplerData> | ||
| 116 | <xml>false</xml> | ||
| 117 | <fieldNames>true</fieldNames> | ||
| 118 | <responseHeaders>false</responseHeaders> | ||
| 119 | <requestHeaders>false</requestHeaders> | ||
| 120 | <responseDataOnError>false</responseDataOnError> | ||
| 121 | <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> | ||
| 122 | <assertionsResultsToSave>0</assertionsResultsToSave> | ||
| 123 | <bytes>true</bytes> | ||
| 124 | <sentBytes>true</sentBytes> | ||
| 125 | <url>true</url> | ||
| 126 | <threadCounts>true</threadCounts> | ||
| 127 | <idleTime>true</idleTime> | ||
| 128 | <connectTime>true</connectTime> | ||
| 129 | </value> | ||
| 130 | </objProp> | ||
| 131 | <stringProp name="filename"></stringProp> | ||
| 132 | </ResultCollector> | ||
| 133 | <hashTree/> | ||
| 134 | </hashTree> | ||
| 135 | </hashTree> | ||
| 136 | </jmeterTestPlan> |
jmeterTool/src/main/resources/郑州红包雨抽奖.jmx
0 → 100644
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3"> | ||
| 3 | <hashTree> | ||
| 4 | <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="测试计划" enabled="true"> | ||
| 5 | <stringProp name="TestPlan.comments"></stringProp> | ||
| 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> | ||
| 7 | <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> | ||
| 8 | <boolProp name="TestPlan.serialize_threadgroups">false</boolProp> | ||
| 9 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 10 | <collectionProp name="Arguments.arguments"/> | ||
| 11 | </elementProp> | ||
| 12 | <stringProp name="TestPlan.user_define_classpath"></stringProp> | ||
| 13 | </TestPlan> | ||
| 14 | <hashTree> | ||
| 15 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="true"> | ||
| 16 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 17 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 18 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 19 | <intProp name="LoopController.loops">-1</intProp> | ||
| 20 | </elementProp> | ||
| 21 | <stringProp name="ThreadGroup.num_threads">300</stringProp> | ||
| 22 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 23 | <boolProp name="ThreadGroup.scheduler">true</boolProp> | ||
| 24 | <stringProp name="ThreadGroup.duration">10</stringProp> | ||
| 25 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 26 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 27 | </ThreadGroup> | ||
| 28 | <hashTree> | ||
| 29 | <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV 数据文件设置" enabled="true"> | ||
| 30 | <stringProp name="delimiter">,</stringProp> | ||
| 31 | <stringProp name="fileEncoding"></stringProp> | ||
| 32 | <stringProp name="filename">/Users/zhanghao/brcode/jmeter/jmeterTool/src/main/resources/tcData_user.csv</stringProp> | ||
| 33 | <boolProp name="ignoreFirstLine">false</boolProp> | ||
| 34 | <boolProp name="quotedData">false</boolProp> | ||
| 35 | <boolProp name="recycle">true</boolProp> | ||
| 36 | <stringProp name="shareMode">shareMode.all</stringProp> | ||
| 37 | <boolProp name="stopThread">false</boolProp> | ||
| 38 | <stringProp name="variableNames"></stringProp> | ||
| 39 | </CSVDataSet> | ||
| 40 | <hashTree/> | ||
| 41 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="com.lejane.act.handler.zhengzhou.red.lottery" enabled="true"> | ||
| 42 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 43 | <collectionProp name="Arguments.arguments"> | ||
| 44 | <elementProp name="method" elementType="HTTPArgument"> | ||
| 45 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 46 | <stringProp name="Argument.value">com.lejane.act.handler.zhengzhou.red.lottery</stringProp> | ||
| 47 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 48 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 49 | <stringProp name="Argument.name">method</stringProp> | ||
| 50 | </elementProp> | ||
| 51 | <elementProp name="app_id" elementType="HTTPArgument"> | ||
| 52 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 53 | <stringProp name="Argument.value">110</stringProp> | ||
| 54 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 55 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 56 | <stringProp name="Argument.name">app_id</stringProp> | ||
| 57 | </elementProp> | ||
| 58 | <elementProp name="uid" elementType="HTTPArgument"> | ||
| 59 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 60 | <stringProp name="Argument.value">${uid}</stringProp> | ||
| 61 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 62 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 63 | <stringProp name="Argument.name">uid</stringProp> | ||
| 64 | </elementProp> | ||
| 65 | <elementProp name="biz_data" elementType="HTTPArgument"> | ||
| 66 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 67 | <stringProp name="Argument.value">{"actId":1244,"redCount":8,"coinCount":2,"uid":${uid}}</stringProp> | ||
| 68 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 69 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 70 | <stringProp name="Argument.name">biz_data</stringProp> | ||
| 71 | </elementProp> | ||
| 72 | <elementProp name="imei" elementType="HTTPArgument"> | ||
| 73 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 74 | <stringProp name="Argument.value">0000000000000000</stringProp> | ||
| 75 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 76 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 77 | <stringProp name="Argument.name">imei</stringProp> | ||
| 78 | </elementProp> | ||
| 79 | </collectionProp> | ||
| 80 | </elementProp> | ||
| 81 | <stringProp name="HTTPSampler.domain">health-qa.jxbrty.com</stringProp> | ||
| 82 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 83 | <stringProp name="HTTPSampler.protocol">http</stringProp> | ||
| 84 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 85 | <stringProp name="HTTPSampler.path">/activity/gateway.do</stringProp> | ||
| 86 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 87 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 88 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 89 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 90 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 91 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 92 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 93 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 94 | </HTTPSamplerProxy> | ||
| 95 | <hashTree/> | ||
| 96 | </hashTree> | ||
| 97 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="察看结果树" enabled="true"> | ||
| 98 | <boolProp name="ResultCollector.error_logging">false</boolProp> | ||
| 99 | <objProp> | ||
| 100 | <name>saveConfig</name> | ||
| 101 | <value class="SampleSaveConfiguration"> | ||
| 102 | <time>true</time> | ||
| 103 | <latency>true</latency> | ||
| 104 | <timestamp>true</timestamp> | ||
| 105 | <success>true</success> | ||
| 106 | <label>true</label> | ||
| 107 | <code>true</code> | ||
| 108 | <message>true</message> | ||
| 109 | <threadName>true</threadName> | ||
| 110 | <dataType>true</dataType> | ||
| 111 | <encoding>false</encoding> | ||
| 112 | <assertions>true</assertions> | ||
| 113 | <subresults>true</subresults> | ||
| 114 | <responseData>false</responseData> | ||
| 115 | <samplerData>false</samplerData> | ||
| 116 | <xml>false</xml> | ||
| 117 | <fieldNames>true</fieldNames> | ||
| 118 | <responseHeaders>false</responseHeaders> | ||
| 119 | <requestHeaders>false</requestHeaders> | ||
| 120 | <responseDataOnError>false</responseDataOnError> | ||
| 121 | <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> | ||
| 122 | <assertionsResultsToSave>0</assertionsResultsToSave> | ||
| 123 | <bytes>true</bytes> | ||
| 124 | <sentBytes>true</sentBytes> | ||
| 125 | <url>true</url> | ||
| 126 | <threadCounts>true</threadCounts> | ||
| 127 | <idleTime>true</idleTime> | ||
| 128 | <connectTime>true</connectTime> | ||
| 129 | </value> | ||
| 130 | </objProp> | ||
| 131 | <stringProp name="filename"></stringProp> | ||
| 132 | </ResultCollector> | ||
| 133 | <hashTree/> | ||
| 134 | </hashTree> | ||
| 135 | </hashTree> | ||
| 136 | </jmeterTestPlan> |
jmeterTool/src/main/resources/鸿兔迎鑫开工利是抽奖.jmx
0 → 100644
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3"> | ||
| 3 | <hashTree> | ||
| 4 | <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="测试计划" enabled="true"> | ||
| 5 | <stringProp name="TestPlan.comments"></stringProp> | ||
| 6 | <boolProp name="TestPlan.functional_mode">false</boolProp> | ||
| 7 | <boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> | ||
| 8 | <boolProp name="TestPlan.serialize_threadgroups">true</boolProp> | ||
| 9 | <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 10 | <collectionProp name="Arguments.arguments"/> | ||
| 11 | </elementProp> | ||
| 12 | <stringProp name="TestPlan.user_define_classpath"></stringProp> | ||
| 13 | </TestPlan> | ||
| 14 | <hashTree> | ||
| 15 | <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="线程组" enabled="true"> | ||
| 16 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | ||
| 17 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | ||
| 18 | <boolProp name="LoopController.continue_forever">false</boolProp> | ||
| 19 | <intProp name="LoopController.loops">-1</intProp> | ||
| 20 | </elementProp> | ||
| 21 | <stringProp name="ThreadGroup.num_threads">10</stringProp> | ||
| 22 | <stringProp name="ThreadGroup.ramp_time">1</stringProp> | ||
| 23 | <boolProp name="ThreadGroup.scheduler">true</boolProp> | ||
| 24 | <stringProp name="ThreadGroup.duration">60</stringProp> | ||
| 25 | <stringProp name="ThreadGroup.delay"></stringProp> | ||
| 26 | <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp> | ||
| 27 | </ThreadGroup> | ||
| 28 | <hashTree> | ||
| 29 | <CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV 数据文件设置" enabled="true"> | ||
| 30 | <stringProp name="filename">/Users/zhanghao/brcode/jmeter/jmeterTool/src/main/resources/tcData_user_phone.csv</stringProp> | ||
| 31 | <stringProp name="fileEncoding"></stringProp> | ||
| 32 | <stringProp name="variableNames"></stringProp> | ||
| 33 | <boolProp name="ignoreFirstLine">false</boolProp> | ||
| 34 | <stringProp name="delimiter">,</stringProp> | ||
| 35 | <boolProp name="quotedData">false</boolProp> | ||
| 36 | <boolProp name="recycle">true</boolProp> | ||
| 37 | <boolProp name="stopThread">false</boolProp> | ||
| 38 | <stringProp name="shareMode">shareMode.all</stringProp> | ||
| 39 | </CSVDataSet> | ||
| 40 | <hashTree/> | ||
| 41 | <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="luckDraw" enabled="true"> | ||
| 42 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> | ||
| 43 | <collectionProp name="Arguments.arguments"> | ||
| 44 | <elementProp name="activityId" elementType="HTTPArgument"> | ||
| 45 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 46 | <stringProp name="Argument.value">63c1292ec51ba2009e2d6437</stringProp> | ||
| 47 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 48 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 49 | <stringProp name="Argument.name">activityId</stringProp> | ||
| 50 | </elementProp> | ||
| 51 | <elementProp name="phone" elementType="HTTPArgument"> | ||
| 52 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 53 | <stringProp name="Argument.value">${phone}</stringProp> | ||
| 54 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 55 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 56 | <stringProp name="Argument.name">phone</stringProp> | ||
| 57 | </elementProp> | ||
| 58 | <elementProp name="platform" elementType="HTTPArgument"> | ||
| 59 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 60 | <stringProp name="Argument.value">app</stringProp> | ||
| 61 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 62 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 63 | <stringProp name="Argument.name">platform</stringProp> | ||
| 64 | </elementProp> | ||
| 65 | <elementProp name="staffId" elementType="HTTPArgument"> | ||
| 66 | <boolProp name="HTTPArgument.always_encode">false</boolProp> | ||
| 67 | <stringProp name="Argument.value">${uid}</stringProp> | ||
| 68 | <stringProp name="Argument.metadata">=</stringProp> | ||
| 69 | <boolProp name="HTTPArgument.use_equals">true</boolProp> | ||
| 70 | <stringProp name="Argument.name">staffId</stringProp> | ||
| 71 | </elementProp> | ||
| 72 | </collectionProp> | ||
| 73 | </elementProp> | ||
| 74 | <stringProp name="HTTPSampler.domain">cloud-common-dev-v3.uviewui.com</stringProp> | ||
| 75 | <stringProp name="HTTPSampler.port"></stringProp> | ||
| 76 | <stringProp name="HTTPSampler.protocol">https</stringProp> | ||
| 77 | <stringProp name="HTTPSampler.contentEncoding"></stringProp> | ||
| 78 | <stringProp name="HTTPSampler.path">/apiv1/liveluckdraw/luckDraw</stringProp> | ||
| 79 | <stringProp name="HTTPSampler.method">POST</stringProp> | ||
| 80 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> | ||
| 81 | <boolProp name="HTTPSampler.auto_redirects">false</boolProp> | ||
| 82 | <boolProp name="HTTPSampler.use_keepalive">true</boolProp> | ||
| 83 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | ||
| 84 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | ||
| 85 | <stringProp name="HTTPSampler.connect_timeout"></stringProp> | ||
| 86 | <stringProp name="HTTPSampler.response_timeout"></stringProp> | ||
| 87 | </HTTPSamplerProxy> | ||
| 88 | <hashTree/> | ||
| 89 | </hashTree> | ||
| 90 | <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="察看结果树" enabled="true"> | ||
| 91 | <boolProp name="ResultCollector.error_logging">false</boolProp> | ||
| 92 | <objProp> | ||
| 93 | <name>saveConfig</name> | ||
| 94 | <value class="SampleSaveConfiguration"> | ||
| 95 | <time>true</time> | ||
| 96 | <latency>true</latency> | ||
| 97 | <timestamp>true</timestamp> | ||
| 98 | <success>true</success> | ||
| 99 | <label>true</label> | ||
| 100 | <code>true</code> | ||
| 101 | <message>true</message> | ||
| 102 | <threadName>true</threadName> | ||
| 103 | <dataType>true</dataType> | ||
| 104 | <encoding>false</encoding> | ||
| 105 | <assertions>true</assertions> | ||
| 106 | <subresults>true</subresults> | ||
| 107 | <responseData>false</responseData> | ||
| 108 | <samplerData>false</samplerData> | ||
| 109 | <xml>false</xml> | ||
| 110 | <fieldNames>true</fieldNames> | ||
| 111 | <responseHeaders>false</responseHeaders> | ||
| 112 | <requestHeaders>false</requestHeaders> | ||
| 113 | <responseDataOnError>false</responseDataOnError> | ||
| 114 | <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> | ||
| 115 | <assertionsResultsToSave>0</assertionsResultsToSave> | ||
| 116 | <bytes>true</bytes> | ||
| 117 | <sentBytes>true</sentBytes> | ||
| 118 | <url>true</url> | ||
| 119 | <threadCounts>true</threadCounts> | ||
| 120 | <idleTime>true</idleTime> | ||
| 121 | <connectTime>true</connectTime> | ||
| 122 | </value> | ||
| 123 | </objProp> | ||
| 124 | <stringProp name="filename"></stringProp> | ||
| 125 | </ResultCollector> | ||
| 126 | <hashTree/> | ||
| 127 | <ResultCollector guiclass="SummaryReport" testclass="ResultCollector" testname="汇总报告" enabled="true"> | ||
| 128 | <boolProp name="ResultCollector.error_logging">false</boolProp> | ||
| 129 | <objProp> | ||
| 130 | <name>saveConfig</name> | ||
| 131 | <value class="SampleSaveConfiguration"> | ||
| 132 | <time>true</time> | ||
| 133 | <latency>true</latency> | ||
| 134 | <timestamp>true</timestamp> | ||
| 135 | <success>true</success> | ||
| 136 | <label>true</label> | ||
| 137 | <code>true</code> | ||
| 138 | <message>true</message> | ||
| 139 | <threadName>true</threadName> | ||
| 140 | <dataType>true</dataType> | ||
| 141 | <encoding>false</encoding> | ||
| 142 | <assertions>true</assertions> | ||
| 143 | <subresults>true</subresults> | ||
| 144 | <responseData>false</responseData> | ||
| 145 | <samplerData>false</samplerData> | ||
| 146 | <xml>false</xml> | ||
| 147 | <fieldNames>true</fieldNames> | ||
| 148 | <responseHeaders>false</responseHeaders> | ||
| 149 | <requestHeaders>false</requestHeaders> | ||
| 150 | <responseDataOnError>false</responseDataOnError> | ||
| 151 | <saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage> | ||
| 152 | <assertionsResultsToSave>0</assertionsResultsToSave> | ||
| 153 | <bytes>true</bytes> | ||
| 154 | <sentBytes>true</sentBytes> | ||
| 155 | <url>true</url> | ||
| 156 | <threadCounts>true</threadCounts> | ||
| 157 | <idleTime>true</idleTime> | ||
| 158 | <connectTime>true</connectTime> | ||
| 159 | </value> | ||
| 160 | </objProp> | ||
| 161 | <stringProp name="filename"></stringProp> | ||
| 162 | </ResultCollector> | ||
| 163 | <hashTree/> | ||
| 164 | </hashTree> | ||
| 165 | </hashTree> | ||
| 166 | </jmeterTestPlan> |
-
Please register or sign in to post a comment