Jmeter regular expression extractor Comments (Regular Expression Exactor)

Jmeter regular expression extractor Comments ( Regular Expression Exactor )

The Name (Name): arbitrarily set, the best business sense.

Comments (Comment): free to set, can be empty

To the Apply (application):

   Main samples and sub-samples: matching range including the current parent and covering to the sub-sampler sampler.

   The Samples only Main : only match the current parent sampler

   Only the Samples-Sub : Match only the sub-sampler

   Jmeter Variable Name to use: Support for Jemter variable values match

Check to Filed (match for different parts of the response data):

 

   Body : the body portion of the response data

   Body ( their unescaped ): a response code for the replacement part

   Body as a doucment: returns the contents as a document matching

   Response Headers: in response to a head portion

   Headers the Request : request header portion

   The URL of : the URL of the link

   Code the Response : the response codes. Such as HTTP return code 200 on behalf of success.

   Resopnse Message: response information. Such as dealing with the successful return "success" word, or " the OK " word

Created of variable name (reference name) : information matches out accessed through this name, similar $ { reference name }

Expression The Regular (regex) : this information matches the string

Template (template) : Regular expressions can set up multiple template matching, where you can specify which template to use. $ 1 $ refers to the first template, $ 2 $ refers to the first 2 template, $ 0 $ refers to the full text match

Match NO ( matching digits): a plurality of values matching tends to occur when matching; if the matching value is 0 represents random match value, 1 for the first value.

Value the Default (default): no match can specify a default value to

 

Guess you like

Origin www.cnblogs.com/crystal1126/p/11488511.html