Added the ability to change element names in Search Tree #6290
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added the ability to change element names in the Search Tree. A new checkbox "Names replace" has been introduced. When set to "true," the changes will be applied to the element names.
Motivation and Context
When developing load testing scripts or recording traffic, it is often necessary to rename elements en masse. Currently, to rename elements en masse, users need to open the .jmx file in a text editor, change the names there, save, and reopen the script, which is not very convenient. There was no similar issue found on GitHub.
How Has This Been Tested?
The changes were tested manually. Tests were conducted on a small script with several different elements and on a large script used in business. The results of manual tests were successful.
Testing environment:
OS: Windows 11
System type: x64
RAM: 16Gb
CPU: Intel® Core™ i7-6700HQ
Core: 4
Threads: 8
Screenshots (if appropriate):
Types of changes
Checklist: