apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.3k stars 2.09k forks source link

Add abillity to paste children to many samplers at once #5076

Open asfimport opened 5 years ago

asfimport commented 5 years ago

pozostalerzeczy (Bug 63449): Hi, Imagine a following scenario: I have N samplers, with assertions relying on error messages, which in turn are generated based on data retrieved by a JDBC preprocessor, the thread group structure is :

Sampler -JDBC preprocessor (fetch data) -JSR223 preprocessor (generate error message) -JSR223 assertion (check if sampler returned correct error message)

As there are many samplers in that thread group, it's quite tiresome to copy those three children elements from first created sampler, and then have to select and paste to each individual sampler.

Would it be possible for the paste-children operation to affect all selected samplers? (Eg. selected using Shift+arrows combination).

OS: All

asfimport commented 5 years ago

@pmouawad (migrated from Bugzilla): Hello, Why note use scoping ?

http://jmeter.apache.org/usermanual/test_plan.html#scoping_rules

Regards