Skip to content

Commit 736b844

Browse files
authored
Apply suggestions from code review
1 parent 0d47d4d commit 736b844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/how-to-add-requests-to-url-based-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The following screenshot shows how to refer to a `token` variable in an HTTP hea
278278

279279
### Use response variables for dependent requests
280280

281-
To create HTTP requests that depends on a previous request, you can use response variables. For example, in the first request you might retrieve a list of items from an API, extract the ID from the first result, and then make a subsequent and pass this ID as a query string parameter.
281+
To create HTTP requests that depend on a previous request, you can use response variables. For example, in the first request you might retrieve a list of items from an API, extract the ID from the first result, and then make a subsequent and pass this ID as a query string parameter.
282282

283283
Azure Load Testing supports the following options to extract values from an HTTP request and store them in a variable:
284284

0 commit comments

Comments
 (0)