v-barros commented on issue #6048: URL: https://github.com/apache/jmeter/issues/6048#issuecomment-1635075299
Well, looking at the source code I found that Replace All is implemented by the following method:  https://github.com/apache/jmeter/blob/master/src/core/src/main/java/org/apache/jmeter/gui/action/SearchTreeDialog.java#L425 As you can see, only Replaceable Test Elements are affected when performing this action Currently only Header Manager and HTTP Sampler implement the Replaceable interface.  No other component will be affected by "Replace All". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org