Author: pmouawad
Date: Tue Nov 14 18:01:25 2017
New Revision: 1815239

URL: http://svn.apache.org/viewvc?rev=1815239&view=rev
Log:
Bug 61756 - Extractors : Improve label name "Reference name" to make it clear 
what it makes
Bugzilla Id: 61756

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1815239&r1=1815238&r2=1815239&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Tue 
Nov 14 18:01:25 2017
@@ -561,11 +561,11 @@ jsonpath_tester_field=JSON Path Expressi
 jsonpath_tester_button_test=Test
 jsonpath_render_no_text=No Text
 json_post_processor_title=JSON Extractor
-jsonpp_variable_names=Variable names
-jsonpp_json_path_expressions=JSON Path expressions
-jsonpp_default_values=Default Values
-jsonpp_match_numbers=Match No. (0 for Random)
-jsonpp_compute_concat=Compute concatenation var (suffix _ALL)
+jsonpp_variable_names=Names of created variables\:
+jsonpp_json_path_expressions=JSON Path expressions\:
+jsonpp_default_values=Default Values\:
+jsonpp_match_numbers=Match No. (0 for Random)\:
+jsonpp_compute_concat=Compute concatenation var (suffix _ALL)\:
 jsonpp_error_number_arguments_mismatch_error=Mismatch between number of 
variables, json expressions and default values
 junit_append_error=Append assertion errors
 junit_append_exception=Append runtime exceptions
@@ -815,7 +815,7 @@ realm=Realm
 record_controller_clear_samples=Clear all the recorded samples
 record_controller_title=Recording Controller
 redo=Redo
-ref_name_field=Reference Name\:
+ref_name_field=Name of created variable\:
 regex_extractor_title=Regular Expression Extractor
 regex_field=Regular Expression\:
 regex_params_names_field=Parameter names regexp group number
@@ -1165,7 +1165,7 @@ tcp_timeout=Timeout (milliseconds)\:
 teardown_on_shutdown=Run tearDown Thread Groups after shutdown of main threads
 template_choose=Select Template
 template_create_from=Create
-template_field=Template\:
+template_field=Template\ ($i$ where i is capturing group number, starts at 1):
 template_load?=Load template ?
 template_menu=Templates...
 template_merge_from=Merge

Modified: 
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1815239&r1=1815238&r2=1815239&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties 
Tue Nov 14 18:01:25 2017
@@ -556,12 +556,12 @@ jsonpath_renderer=Testeur JSON Path
 jsonpath_tester_button_test=Tester
 jsonpath_tester_field=Expression JSON Path
 jsonpath_tester_title=Testeur JSON Path
-jsonpp_compute_concat=Calculer la variable de concat\u00E9nation (suffix _ALL)
-jsonpp_default_values=Valeur par d\u00E9fault
+jsonpp_compute_concat=Calculer la variable de concat\u00E9nation (suffix 
_ALL)\:
+jsonpp_default_values=Valeur par d\u00E9fault\:
 jsonpp_error_number_arguments_mismatch_error=D\u00E9calage entre nombre de 
variables, expressions et valeurs par d\u00E9faut
-jsonpp_json_path_expressions=Expressions JSON Path
-jsonpp_match_numbers=R\u00E9cup\u00E9rer la Ni\u00E8me corresp. (0 \: 
Al\u00E9atoire)
-jsonpp_variable_names=Noms des variables
+jsonpp_json_path_expressions=Expressions JSON Path\:
+jsonpp_match_numbers=R\u00E9cup\u00E9rer la Ni\u00E8me corresp. (0 \: 
Al\u00E9atoire)\:
+jsonpp_variable_names=Noms des variables cr\u00e9\u00e9es\:
 junit_append_error=Concat\u00E9ner les erreurs d'assertion
 junit_append_exception=Concat\u00E9ner les exceptions d'ex\u00E9cution
 junit_constructor_error=Impossible de cr\u00E9er une instance de la classe
@@ -805,7 +805,7 @@ realm=Univers (realm)
 record_controller_clear_samples=Supprimer tous les \u00E9chantillons
 record_controller_title=Contr\u00F4leur Enregistreur
 redo=R\u00E9tablir
-ref_name_field=Nom de r\u00E9f\u00E9rence \:
+ref_name_field=Nom de la variable cr\u00e9\u00e9e \:
 regex_extractor_title=Extracteur Expression r\u00E9guli\u00E8re
 regex_field=Expression r\u00E9guli\u00E8re \:
 regex_params_names_field=Num\u00E9ro du groupe de la Regex pour les noms des 
param\u00E8tres

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1815239&r1=1815238&r2=1815239&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Tue Nov 14 18:01:25 2017
@@ -116,6 +116,7 @@ Summary
     <li><bug>61644</bug>HTTP Cache Manager: "Use Cache-Control/Expires header 
when processing GET requests" should be checked by default</li>
     <li><bug>61645</bug>Response Assertion : Add ability to assert on Request 
Data</li>
     <li><bug>61534</bug>Convert AssertionError to a failed assertion in the 
JSR223Assertion allowing users to use assert in their code</li>
+    <li><bug>61756</bug>Extractors : Improve label name "Reference name" to 
make it clear what it makes</li>
 </ul>
 
 <h3>Functions</h3>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1815239&r1=1815238&r2=1815239&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Nov 14 18:01:25 
2017
@@ -5685,7 +5685,7 @@ generate the template string, and store
         </ul>
         Headers can be useful for HTTP samples; it may not be present for 
other sample types.
         </property>
-        <property name="Reference Name" required="Yes">The name of the JMeter 
variable in which to store the result.  Also note that each group is stored as 
<code>[refname]_g#</code>, where <code>[refname]</code> is the string you 
entered as the reference name, and <code>#</code> is the group number, where 
group <code>0</code> is the entire match, group <code>1</code> is the match 
from the first set of parentheses, etc.</property>
+        <property name="Name of created variable" required="Yes">The name of 
the JMeter variable in which to store the result.  Also note that each group is 
stored as <code>[refname]_g#</code>, where <code>[refname]</code> is the string 
you entered as the reference name, and <code>#</code> is the group number, 
where group <code>0</code> is the entire match, group <code>1</code> is the 
match from the first set of parentheses, etc.</property>
         <property name="Regular Expression" required="Yes">The regular 
expression used to parse the response data. 
         This must contain at least one set of parentheses "<code>()</code>" to 
capture a portion of the string, unless using the group <code>$0$</code>.
         Do not enclose the expression in <code>/ /</code> - unless of course 
you want to match these characters as well.
@@ -5784,7 +5784,7 @@ extracting the node as text or attribute
         </ul>
         If selector is set to empty, default implementation(JSoup) will be 
used.
         </property>
-        <property name="Reference Name" required="Yes">The name of the JMeter 
variable in which to store the result.</property>
+        <property name="Name of created variable" required="Yes">The name of 
the JMeter variable in which to store the result.</property>
         <property name="CSS/JQuery expression" required="Yes">The CSS/JQuery 
selector used to select nodes from the response data. 
         Selector, selectors combination and pseudo-selectors are supported, 
examples:
         <ul>
@@ -5901,7 +5901,7 @@ extracting the node as text or attribute
     For example <code>//title</code> would return "<code>&lt;title&gt;Apache 
JMeter&lt;/title&gt;</code>" rather than "<code>Apache JMeter</code>".<br></br>
     In this case, <code>//title/text()</code> would return "<code>Apache 
JMeter</code>".
     </property>
-    <property name="Reference Name" required="Yes">The name of the JMeter 
variable in which to store the result.</property>
+    <property name="Name of created variable" required="Yes">The name of the 
JMeter variable in which to store the result.</property>
     <property name="XPath Query" required="Yes">Element query in XPath 
language. Can return more than one match.</property>
     <property name="Match No. (0 for Random)" required="No">If the XPath Path 
query leads to many results, you can choose which one(s) to extract as 
Variables:
     <ul>
@@ -6143,7 +6143,7 @@ It will allow you to extract in a very e
 </description>
 <properties>
     <property name="Name" required="No">Descriptive name for this element that 
is shown in the tree.</property>
-    <property name="Variable Names" required="Yes">Semi-colon separated names 
of variables that will contain the results of JSON-PATH expressions (must match 
number of JSON-PATH expressions)</property>
+    <property name="Names of created variables" required="Yes">Semi-colon 
separated names of variables that will contain the results of JSON-PATH 
expressions (must match number of JSON-PATH expressions)</property>
     <property name="JSON Path Expressions" required="Yes">Semi-colon separated 
JSON-PATH expressions (must match number of variables)</property>
     <property name="Default Values" required="No">Semi-colon separated default 
values if JSON-PATH expressions do not return any result(must match number of 
variables)</property>
     <property name="Match No. (0 for Random)" required="No">If the JSON Path 
query leads to many results, you can choose which one(s) to extract as 
Variables:
@@ -6201,7 +6201,7 @@ generate the template string, and store
         </ul>
         Headers can be useful for HTTP samples; it may not be present for 
other sample types.
         </property>
-        <property name="Reference Name" required="Yes">The name of the JMeter 
variable in which to store the result.  Also note that each group is stored as 
<code>[refname]_g#</code>, where <code>[refname]</code> is the string you 
entered as the reference name, and <code>#</code> is the group number, where 
group <code>0</code> is the entire match, group <code>1</code> is the match 
from the first set of parentheses, etc.</property>
+        <property name="Name of created variable" required="Yes">The name of 
the JMeter variable in which to store the result.  Also note that each group is 
stored as <code>[refname]_g#</code>, where <code>[refname]</code> is the string 
you entered as the reference name, and <code>#</code> is the group number, 
where group <code>0</code> is the entire match, group <code>1</code> is the 
match from the first set of parentheses, etc.</property>
         <property name="Left Boundary" required="Yes">Left boundary of value 
to find</property>
         <property name="Right Boundary" required="Yes">Left boundary of value 
to find</property>
         <property name="Match No. (0 for Random)" required="Yes">Indicates 
which match to use.  The boundaries may match multiple times.  


Reply via email to