Skip to content

Commit 021b39c

Browse files
committed
Added info about easily creating a JMeter script
1 parent 0c617df commit 021b39c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: load-testing
77
ms.topic: how-to
88
author: ntrogh
99
ms.author: nicktrog
10-
ms.date: 06/10/2022
10+
ms.date: 10/02/2022
1111
adobe-target: true
1212
---
1313

@@ -34,9 +34,11 @@ Use cases for creating a load test with an existing JMeter script include:
3434

3535
## Create an Apache JMeter script
3636

37-
If you don't have an existing Apache JMeter script, you'll create a sample script to load test a single web application endpoint. For more information about creating an Apache JMeter script, see [Getting started with Apache JMeter](https://jmeter.apache.org/usermanual/get-started.html).
37+
If you already have a script, you can skip to [Create a load test](#create-a-load-test). In this section, you'll create a sample JMeter test script to load test a single web endpoint.
3838

39-
If you already have a script, you can skip to [Create a load test](#create-a-load-test).
39+
You can also use the [Apache JMeter test script recorder](https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.html) to record the requests while navigating the application in a browser. Alternatively, [import cURL commands](https://jmeter.apache.org/usermanual/curl.html) to generate the requests in the JMeter test script.
40+
41+
To create a sample JMeter test script:
4042

4143
1. Create a *SampleTest.jmx* file on your local machine:
4244

@@ -78,7 +80,7 @@ If you already have a script, you can skip to [Create a load test](#create-a-loa
7880
</ThreadGroup>
7981
<hashTree>
8082
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="HTTP request" enabled="true">
81-
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
83+
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Sample web test" enabled="true">
8284
<collectionProp name="Arguments.arguments"/>
8385
</elementProp>
8486
<stringProp name="HTTPSampler.domain"></stringProp>

0 commit comments

Comments
 (0)