Bug 64160

Summary: Test HTTP/S Test Script Recorder: Name transaction controller/ simple controller using prefix without "-XXXX" suffix
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 5.2.1   
Target Milestone: JMETER_5.3.0   
Hardware: All   
OS: All   

Description Philippe Mouawad 2020-02-19 20:06:48 UTC
Today when you record, by default:
- HTTP Requestes are grouped inside a Transaction Controller that is named the same as first Sampler 

This implies that user has for the report to remove this "-XXX" and then apply naming policy to have a clean naming in HTML report.

With this enhancement, the Transaction Controller will be named as per the Transaction in popup without this suffix.
Users does not have to do anything after that.
Comment 1 Philippe Mouawad 2020-02-19 20:18:30 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new aa7bc98  Bug 64160 - Test HTTP/S Test Script Recorder: Name transaction controller/ simple controller using prefix without "-XXXX" suffix
aa7bc98 is described below

commit aa7bc98e936f3cd7164c2611f27140b68ba623e1
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Wed Feb 19 21:16:39 2020 +0100

    Bug 64160 - Test HTTP/S Test Script Recorder: Name transaction
    controller/ simple controller using prefix without "-XXXX" suffix
---
 .../java/org/apache/jmeter/protocol/http/proxy/ProxyControl.java   | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
Comment 2 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5245