Skip to content

Commit 2fa2826

Browse files
authored
Clarify XLT configuration instructions in documentation
1 parent 8be0f2b commit 2fa2826

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/en/xlt/load-testing/Quick-Start/40-run-a-test.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ description: >
1010

1111
## Setup a Test Execution
1212

13-
Ok, so now you have the [demo shop running on your machine]({{< relref "20-demo-application" >}}) and you have [set up the demo testsuite]({{< relref "30-demo-test-suite" >}}). To run a test, first tell your setup (`<posters-simple-loadtest-suite>/config/project.properties`) which test configuration to use and where to find your Posters demo shop instance:
13+
Ok, so now you have the [demo shop running on your machine]({{< relref "20-demo-application" >}}) and you have [set up the demo testsuite]({{< relref "30-demo-test-suite" >}}). To run a test, first tell XLT in `<posters-simple-loadtest-suite>/config/project.properties` which test configuration to use and where to find your Posters demo shop instance:
1414

1515
```bash
16+
# Point to the test setup for XLT, this is an XLT setting
1617
com.xceptance.xlt.testPropertiesFile = my-test.properties
1718

19+
# Specify data for the test suite
20+
# This is a test suite setting
1821
store-url = https://localhost:8443/posters/
1922
```
2023

21-
Then you can configure the basic properties of the test suite and the load profile (in `<posters-simple-loadtest-suite>/config/my-test.properties`). Our demo test suite comes with basic test.properties which you can use as a starting point for whatever you are planning.
24+
Next, you configure the basic properties of the test suite and the load profile in `<posters-simple-loadtest-suite>/config/my-test.properties`. The demo test suite comes with basic `test.properties` which you can use as a starting point for whatever you are planning.
2225

2326
```bash
2427
com.xceptance.xlt.loadtests = TVisit
@@ -45,4 +48,4 @@ Then navigate to `<xlt>/bin` and start the mastercontroller (MC) in auto mode wi
4548

4649
```bash
4750
$ ./mastercontroller.sh -auto -embedded -comment "My first test run"
48-
```
51+
```

0 commit comments

Comments
 (0)