Toolbar

ButtonAction
Create custom pattern
Delete selected custom pattern
Create an exclusion pattern
Delete the selected exclusion pattern
Move the selected custom pattern up
Move the selected custom pattern down

 

 

HelpBox

 Custom Patterns

Custom autocorrelation patterns allow extending autocorrelation capabilities.

- To create a custom pattern, click Add and complete its properties.
- To delete the selected custom pattern, click Delete.
- When finished, click OK.

See Also:
Custom Patterns

Excluded Patterns

Excluded patterns prevent creating unnecessary autocorrelation parameters.

- To create an excluded pattern, click Add and complete its properties.
- To delete the selected excluded pattern, click Delete.
- When finished, click OK.

See Also:
Excluded Patterns

Client-side Cookie Autocorrelation

StresStimulus automatically correlates all cookies generated on the server. 
If you wish to automatically correlate cookies generated on the client, add their name(s) here.


Grid

Column
Description
NameThe custom pattern or exclusion pattern name
DescriptionThe custom pattern or exclusion pattern description
Custom pattern or exclusion pattern typeSelect the extractor type from the drop-down
RegExHeader
TextDelimitedJPath
Text BeforeA text delimiter that occurs immediately before the value to be extracted.
Text AfterA text delimiter that occurs immediately after the value to be extracted.
Regular ExpressionThe regular expression with a single value <val> which will be extracted. Example: \w+\d="(?<val>.+)" returns a value of the name/value pair, where the name ends with a digit.
HeaderThe response header name, selected from the drop-down
JPath queryEnter JPath query to extracts a value from a JSON response
Content-TypeContent-Type(s) for which this custom pattern or exclusion pattern applies. Separate multiple entries by ",".
Extractor PagePage URI or wildcard for which this custom pattern or exclusion pattern applies.
Use HTML Decoding?To apply HTML-decoding to the Extractor value, select Yes. Example of HTML-decoding: converting "&&gt;" to ">". The default is No.
Use URL Decoding?To apply URL-decoding to the Extractor value, select Yes. Example of URL-decoding: converting: "%3F" to "?". The default is No.
Enforce URL encoding?The default is No. When using an extractor in a parameter, StresStimulus automatically URL encodes its value when necessary. Select Yes to enforce the URL encoding of the extractor's value. Use this option with caution as it can result in double-encoding a parameter.

Use Base64 Encoding?

To apply Base64 encoding to the Extractor value, select Yes. The default is No.

Use Escaped Hex Decoding?To apply escaped hex decoding to the Extractor value, select Yes. In a response, some special characters may be escape hex encoded. An example of decoding: '\x23' to ''. The default is No.
Group number to extractEnter a group number in the regular expression that will render the extractor value. For example, in this regular expression. (\d{3}):(\w+) enter 1 to extract the 3 digit number or enter 2 to extract the word.

Parameter Creation Mode

By default, a pattern creates necessary parameters from extractor value. To use a different parameter format, select Formatted.

Parameter Page

Page URI or wildcard for which a parameter will be created.

Parameter Name

Web form field or query sting parameter name.

Parameter Format String

To surround the parameter with text, use format string <text before>{0}<text after>. Example id={0}

Disabled?Select Yes, to disable the custom pattern or exclusion pattern. The default is No.
  • No labels