Skip to content

Commit c14436a

Browse files
authored
Merge pull request #184712 from ntrogh/alt-quickstart
Updated JMX to remove plugin dependency
2 parents f8fce90 + 09e5550 commit c14436a

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

articles/load-testing/quickstart-create-and-run-load-test.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: load-testing
66
ms.topic: quickstart
77
author: ntrogh
88
ms.author: nicktrog
9-
ms.date: 11/30/2021
9+
ms.date: 01/11/2022
1010
ms.custom: template-quickstart, mode-other
1111
adobe-target: true
1212
---
@@ -50,7 +50,7 @@ In this section, you'll create a sample Apache JMeter script that you'll use in
5050
<?xml version="1.0" encoding="UTF-8"?>
5151
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1">
5252
<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">
5454
<stringProp name="TestPlan.comments"></stringProp>
5555
<boolProp name="TestPlan.functional_mode">false</boolProp>
5656
<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
6161
<stringProp name="TestPlan.user_define_classpath"></stringProp>
6262
</TestPlan>
6363
<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>
7466
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
7567
<boolProp name="LoopController.continue_forever">false</boolProp>
7668
<intProp name="LoopController.loops">-1</intProp>
7769
</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>
8077
<hashTree>
81-
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="homepage" enabled="true">
78+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Homepage" enabled="true">
8279
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
8380
<collectionProp name="Arguments.arguments"/>
8481
</elementProp>
8582
<stringProp name="HTTPSampler.domain">your-endpoint-url</stringProp>
8683
<stringProp name="HTTPSampler.port"></stringProp>
87-
<stringProp name="HTTPSampler.protocol">https</stringProp>
84+
<stringProp name="HTTPSampler.protocol"></stringProp>
8885
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
8986
<stringProp name="HTTPSampler.path"></stringProp>
9087
<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
9390
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
9491
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
9592
<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>
9995
</HTTPSamplerProxy>
10096
<hashTree/>
10197
</hashTree>

0 commit comments

Comments
 (0)