You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/11/29 18:29:32 UTC

[Bug 61834] New: Function Helper Dialog : Improve test

https://bz.apache.org/bugzilla/show_bug.cgi?id=61834

            Bug ID: 61834
           Summary: Function Helper Dialog : Improve test
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

Today when your function requires some context or access to JMeterVariables ,
the test will fails.

There is room for improvement:

- Have a JMeterVariables in JMeterContext
- Propose 2 text areas (setup/teardown) where some groovy code could be added
to setup the context / variables with mock data

The FHD would run the groovy code before the execute and after it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61834] Function Helper Dialog : Improve tests by showing variables and keeping them available between evaluations

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61834

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Function Helper Dialog :    |Function Helper Dialog :
                   |Improve test                |Improve tests by showing
                   |                            |variables and keeping them
                   |                            |available between
                   |                            |evaluations

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61834] Function Helper Dialog : Improve test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61834

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Implemented in a bit different way:
- We show a new zone to display JMeterVariables that stays available between
function calls
- User can reset it on demand
- User can use any function to set additional variables or properties using
__groovy or __BeanShell

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61834] Function Helper Dialog : Improve tests by showing variables and keeping them available between evaluations

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61834

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED
   Target Milestone|---                         |JMETER_5.0
             Status|NEW                         |RESOLVED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Sep  8 16:27:24 2018
New Revision: 1840368

URL: http://svn.apache.org/viewvc?rev=1840368&view=rev
Log:
Bug 61834 - Function Helper Dialog : Improve tests by showing variables and
keeping them available between evaluations
Bugzilla Id: 61834

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/functions/gui/FunctionHelper.java
    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

-- 
You are receiving this mail because:
You are the assignee for the bug.