Used for sampling HTTP requests, each sample is counted into the global Request counter.

loadUI WebPage Runner Component
1. Main view
| | Option | Description |
|---|---|---|
| Input | Connect a Trigger here to control the runner execution |
|
| URL |
The URL of the WebPage to test |
|
| Open in Browser Button |
Opens the url in the current system browser | |
| Run Once Button |
Runs the test only once | |
| Abort Button |
Aborts all the running samples that have not completed yet | |
| Running Display |
The number of requests that there is no response for yet | |
| Sample Counter |
The number of samples that have finished |
|
| Failed Counter |
The number of samples that returned an error |
|
| Queue |
Number of queued samples |
|
| Discarded |
Number of samples discarded due to the queue being full |
|
| Failed |
The number of samples that failed |
|
| Reset Button |
||
| Results output |
The output for the results of the queries |
|
| Running Output |
The output giving the number fo running samples |
|
| Statistics output |
The output for the statistics about the requests |
2. Compact view

Web Page Runner Compact View
| | Option | Description |
|---|---|---|
| Input | Connect a Trigger here to control the runner execution |
|
| Requests Counter |
||
| Running Counter |
||
| Completed Counter |
||
| Queued Counter |
||
| Discarded Counter |
||
| Failed Counter | ||
| Running Output |
||
| Statistics Output |
||
| Counter Output |
Contains the counter values |
2.1. Basic

Web Page Runner Basic Properties
| | Option | Description |
|---|---|---|
| Output Response Body | Check to output the response body |
|
| Read Response |
The component ignores the response if this is not checked | |
| Raise Assertion on Error |
Increases the assertion count if the request returns an error | |
| Max concurrent Requests |
Maximum number of requests that can be running at the same time, any additional requests are queued | |
| Maximum Queue |
The maximum number of requests that can be in the queue at one time, any requests over this are discarded | |
| Raise Assertion on Overflow | Increases the assertion count if any requests have to be discarded due to the queue being full | |
| Error Codes that Raise assertions | A comma-separated list of codes that will increase the assertion count if they are returned from the target server. E.g. 404, 500, 403. |
2.2. Authentication
The Web Runner Component supports basic/digest authentication over http/https.

Web Page Runner Proxy Settings
| | Option | Description |
|---|---|---|
| Username | ||
| Password |
2.3. Proxy

Web Page Runner Proxy Settings
| | Option | Description |
|---|---|---|
| Proxy Host | ||
| Proxy Port |
||
| Proxy Username |
||
| Proxy Password |
2.4. Advanced

Web Page Runner Advanced Properties
| | Option | Description |
|---|---|---|
| Description | ||
| Raise Assertion on Error |
||
| Proxy Username |
||
| Proxy Host |
||
| Proxy Port |
||
| Url to test |
||
| Maximum Queue Size |
||
| Assert on Overflow |
||
| Concurrent Samples |
Maximum number of simulanteous requests |
|
| Output Response |
||
| List of error codes that trigger assertions |
||
| Read Response |
Input
- Trigger
Outputs
- Sample Results - This includes the Timestamp of when the request was sent, the time until the response and the status of the response
- Http Response
Controls
- URL - The URL to sample
- Propagate Session Checkbox - Determines if the session is maintained between samples
- Read response Checkbox - if this is checked, the response is sent to the output, otherwise it is ignored
Settings
- Max Simulanteous - The maximum number of simulanteous requests that the sampler can make to the url
Counter
- Number of requests sent




