Skip to content

Commit 35a2570

Browse files
author
Antonio Gomes Rodrigues
committed
Bug 61747 - HTTP(S) Test Script Recorder : add the missing doc to Create transaction after request (ms)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1814986 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: ec5345b
1 parent b89126c commit 35a2570

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

xdocs/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Summary
130130
<ul>
131131
<li><bug>61559</bug>Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config</li>
132132
<li><bug>61606</bug>Translate button <code>Browse...</code> in some elements (which use FileEditor class)</li>
133+
<li><bug>61747</bug>HTTP(S) Test Script Recorder : add the missing doc to "Create transaction after request (ms)"</li>
133134
</ul>
134135

135136
<h3>Report / Dashboard</h3>

xdocs/usermanual/component_reference.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6634,7 +6634,6 @@ Both Chrome and Internet Explorer use the same trust store for certificates.
66346634
to treat them as separate "clicks". The default is <code>5000</code> (milliseconds) i.e. 5 seconds.
66356635
If you are using grouping, please ensure that you leave the required gap between clicks.
66366636
</property>
6637-
<!-- TODO:property name="Group Separation Interval">Inactivity time between two requests needed to consider them in two separate groups.</property-->
66386637
<property name="Capture HTTP Headers" required="Yes">Should headers be added to the plan?
66396638
If specified, a Header Manager will be added to each HTTP Sampler.
66406639
The Proxy server always removes Cookie and Authorization headers from the generated Header Managers.
@@ -6647,6 +6646,7 @@ Both Chrome and Internet Explorer use the same trust store for certificates.
66476646
<property name="Add Assertions" required="Yes">Add a blank assertion to each sampler?</property>
66486647
<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>
66496648
<property name="Prefix/Transaction name" required="No">Add a prefix to sampler name during recording (Prefix mode). Or replace sampler name by user choosen name (Transaction name)</property>
6649+
<property name="Create new transaction after request (ms)">Inactivity time between two requests needed to consider them in two separate groups.</property>
66506650
<property name="Type" required="Yes">Which type of sampler to generate (the HTTPClient default or Java)</property>
66516651
<property name="Redirect Automatically" required="Yes">Set Redirect Automatically in the generated samplers?</property>
66526652
<property name="Follow Redirects" required="Yes">Set Follow Redirects in the generated samplers?<br/>

0 commit comments

Comments
 (0)