@@ -6,7 +6,7 @@ ms.service: load-testing
6
6
ms.topic : quickstart
7
7
author : ntrogh
8
8
ms.author : nicktrog
9
- ms.date : 11/30/2021
9
+ ms.date : 01/ 11/2022
10
10
ms.custom : template-quickstart, mode-other
11
11
adobe-target : true
12
12
---
@@ -50,7 +50,7 @@ In this section, you'll create a sample Apache JMeter script that you'll use in
50
50
<?xml version="1.0" encoding="UTF-8"?>
51
51
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1">
52
52
<hashTree>
53
- <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan " enabled="true">
53
+ <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Azure Load Testing Quickstart " enabled="true">
54
54
<stringProp name="TestPlan.comments"></stringProp>
55
55
<boolProp name="TestPlan.functional_mode">false</boolProp>
56
56
<boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp>
@@ -61,30 +61,27 @@ In this section, you'll create a sample Apache JMeter script that you'll use in
61
61
<stringProp name="TestPlan.user_define_classpath"></stringProp>
62
62
</TestPlan>
63
63
<hashTree>
64
- <kg.apc.jmeter.threads.UltimateThreadGroup guiclass="kg.apc.jmeter.threads.UltimateThreadGroupGui" testclass="kg.apc.jmeter.threads.UltimateThreadGroup" testname="jp@gc - Ultimate Thread Group" enabled="true">
65
- <collectionProp name="ultimatethreadgroupdata">
66
- <collectionProp name="1400604752">
67
- <stringProp name="1567">5</stringProp>
68
- <stringProp name="0">0</stringProp>
69
- <stringProp name="48873">30</stringProp>
70
- <stringProp name="49710">60</stringProp>
71
- <stringProp name="10">10</stringProp>
72
- </collectionProp>
73
- </collectionProp>
64
+ <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Thread Group" enabled="true">
65
+ <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
74
66
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
75
67
<boolProp name="LoopController.continue_forever">false</boolProp>
76
68
<intProp name="LoopController.loops">-1</intProp>
77
69
</elementProp>
78
- <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
79
- </kg.apc.jmeter.threads.UltimateThreadGroup>
70
+ <stringProp name="ThreadGroup.num_threads">5</stringProp>
71
+ <stringProp name="ThreadGroup.ramp_time">10</stringProp>
72
+ <boolProp name="ThreadGroup.scheduler">true</boolProp>
73
+ <stringProp name="ThreadGroup.duration">120</stringProp>
74
+ <stringProp name="ThreadGroup.delay">5</stringProp>
75
+ <boolProp name="ThreadGroup.same_user_on_next_iteration">true</boolProp>
76
+ </ThreadGroup>
80
77
<hashTree>
81
- <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="homepage " enabled="true">
78
+ <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Homepage " enabled="true">
82
79
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
83
80
<collectionProp name="Arguments.arguments"/>
84
81
</elementProp>
85
82
<stringProp name="HTTPSampler.domain">your-endpoint-url</stringProp>
86
83
<stringProp name="HTTPSampler.port"></stringProp>
87
- <stringProp name="HTTPSampler.protocol">https </stringProp>
84
+ <stringProp name="HTTPSampler.protocol"></stringProp>
88
85
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
89
86
<stringProp name="HTTPSampler.path"></stringProp>
90
87
<stringProp name="HTTPSampler.method">GET</stringProp>
@@ -93,9 +90,8 @@ In this section, you'll create a sample Apache JMeter script that you'll use in
93
90
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
94
91
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
95
92
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
96
- <stringProp name="HTTPSampler.implementation">HttpClient4</stringProp>
97
- <stringProp name="HTTPSampler.connect_timeout">60000</stringProp>
98
- <stringProp name="HTTPSampler.response_timeout">60000</stringProp>
93
+ <stringProp name="HTTPSampler.connect_timeout"></stringProp>
94
+ <stringProp name="HTTPSampler.response_timeout"></stringProp>
99
95
</HTTPSamplerProxy>
100
96
<hashTree/>
101
97
</hashTree>
0 commit comments