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 2018/03/22 11:35:27 UTC

[Bug 62212] New: Recorder : Improve UX

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

            Bug ID: 62212
           Summary: Recorder : Improve UX
           Product: JMeter
           Version: 4.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com
  Target Milestone: ---

Hello,
Today, the recording experience with JMeter is not as ergonomic as it should
be.

The possibility to name transactions was a great benefit, but when recording
you constantly switch between:

- JMeter View Results Tree under Recorder
- JMeter Recorder to name transactions.
- Browser 
- And sometimes Recording Controllr


We propose to:
- create a little dialog that will always be on top of all windows and will
allow user to enter Transaction Name, Pause between samplers and Naming mode
(Prefix / Transaction Name)
- This popup will be opened when Recorder is started
- This popup will be closed when Recorder is stopped

As a future enhancement, start/stop could be integrated.

We'll propose a patch for this.

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Mar 22 18:16:07 2018
New Revision: 1827519

URL: http://svn.apache.org/viewvc?rev=1827519&view=rev
Log:
Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be
able to change Transaction names and pauses while using Browser
Fix some bugs
Improve a bit architecture
Bugzilla Id: 62212

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/RecorderDialog.java

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Recorder : Improve UX       |Recorder : Improve UX by
                   |                            |providing a popup above all
                   |                            |windows to be able to
                   |                            |change Transaction names
                   |                            |and pauses while using
                   |                            |Browser

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Jul  5 20:34:29 2018
New Revision: 1835187

URL: http://svn.apache.org/viewvc?rev=1835187&view=rev
Log:
Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be
able to change Transaction names and pauses while using Browser

Add a stop button to popup
Make dialog automatically disappear after 7 seconds
Bugzilla Id: 62212

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/RecorderDialog.java

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Jul  8 16:06:42 2018
New Revision: 1835363

URL: http://svn.apache.org/viewvc?rev=1835363&view=rev
Log:
Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be
able to change Transaction names and pauses while using Browser

Fix NPE if user closes the intermediate dialog that automatically disappears
after 7 seconds
Bugzilla Id: 62212

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java

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

[Bug 62212] Recorder : Improve UX

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

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
Created attachment 35803
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35803&action=edit
Patch implementing the feature

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Mar 22 12:10:01 2018
New Revision: 1827481

URL: http://svn.apache.org/viewvc?rev=1827481&view=rev
Log:
Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be
able to change Transaction names and pauses while using Browser
Contributed by UbikLoadPack
Bugzilla Id: 62212

Added:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/RecorderDialog.java
  (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 62212] Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |JMETER_4.1
           Keywords|                            |FixedInTrunk

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