vdaburon commented on a change in pull request #571:
URL: https://github.com/apache/jmeter/pull/571#discussion_r432877834
##########
File path: xdocs/usermanual/component_reference.xml
##########
@@ -6720,13 +6719,34 @@ Both Chrome and Internet Explorer use the same trust
store for certificates.
By default it also removes <code>If-Modified-Since</code> and
<code>If-None-Match</code> headers.
These are used to determine if the browser cache items are up to date;
when recording one normally wants to download all the content.
- To change which additional headers are removed, define the JMeter
property <code>proxy.headers.remove</code>
+ To change which additional headers are removed, define the JMeter
property <code>proxy.heade'rs.remove</code>
as a comma-separated list of headers.
</property>
<property name="Add Assertions" required="Yes">Add a blank assertion
to each sampler?</property>
<property name="Regex Matching" required="Yes">Use Regex Matching when
replacing variables? If checked replacement will use word boundaries, i.e. it
will only replace word matching values of variable, not part of a word. A word
boundary follows Perl5 definition and is equivalent to <code>\b</code>. More
information below in the paragraph about "<code>User Defined Variable
replacement</code>".</property>
<property name="Prefix/Transaction name" required="No">Add a prefix to
sampler name during recording (Prefix mode). Or replace sampler name by user
chosen name (Transaction name)</property>
- <property name="Create new transaction after request (ms)">Inactivity
time between two requests needed to consider them in two separate
groups.</property>
+ <property name="Numbering Sampler Choice" required="Yes">Select
the numbering mode for sampler name<br/>
+ <ul>
+ <li><code>Without numbering</code> no numbering, ex :
'/a.png'</li>
Review comment:
ok i will use e.g.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]