Skip to content

Commit 2a01782

Browse files
Addressing PR comments
1 parent e3da1f0 commit 2a01782

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-testing/how-to-parameterize-load-tests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You've now specified a secret in the CI/CD secret store and passed a reference t
164164

165165
Next, you update the test script to use the secret that you specified earlier.
166166

167-
# [Apache JMeter](#tab/jmeter)
167+
## [Apache JMeter](#tab/jmeter)
168168

169169
You first create a user-defined variable that retrieves the secret value. Then, you can use this variable in your test (for example, to pass an API token in an HTTP request header).
170170

@@ -206,7 +206,7 @@ You first create a user-defined variable that retrieves the secret value. Then,
206206
</HeaderManager>
207207
```
208208

209-
# [Locust](#tab/locust)
209+
## [Locust](#tab/locust)
210210

211211
The secrets configured in the load test configuration are accessible as environment variables.
212212

@@ -233,7 +233,7 @@ In this section, you update the Apache JMeter script to use environment variable
233233

234234
You first define a user-defined variable that reads the environment variable, and then you can use this variable in the test execution (for example, to update the HTTP domain).
235235

236-
# [Apache JMeter](#tab/jmeter)
236+
## [Apache JMeter](#tab/jmeter)
237237

238238
1. Create a user-defined variable in your JMX file, and assign the environment variable's value to it by using the `System.getenv` function.
239239

@@ -266,7 +266,7 @@ You first define a user-defined variable that reads the environment variable, an
266266
<stringProp name="HTTPSampler.domain">${udv_webapp}</stringProp>
267267
```
268268

269-
# [Locust](#tab/locust)
269+
## [Locust](#tab/locust)
270270

271271
1. Initialize a variable with the environment variable's value using the *Name* specified in the load test configuration.
272272

0 commit comments

Comments
 (0)