1
votes

I've had some experience with JMeter and haven't used for about 3-4 years. I'm experimenting with modularizing our JMeter script by putting the config chunks (User Defined Data) and listener elements into a Test Fragment which could then be included into the main scripts using an Include Controller.

Is this possible? Has anyone tried this? Thanks in advance.

1

1 Answers

0
votes

As of JMeter 5.1:

  1. Configuration Elements - yes
  2. Listeners - no (unless you have any Sampler in the Test Fragment)