Jmeter => How to add a jmx file in the transaction controller

19 Views Asked by At

Does anyone know how to import a jmx file into your transaction controller?

My Load Test

Pretty simple question and I am sure its a simple answer. Do you create a transaction controller first? Then soemhow import the jmx file? My tutor added the first two but I wasn't paying attention now he is not available and need to finish this tonight

Help pls

1

There are 1 best solutions below

0
Ivan G On
  1. The test seems to be recorded via BlazeMeter Chrome extension so I don't think your "tutor" has added anything.

  2. Transaction Controller doesn't add a lot of value, it's just a container which sums response times of its children Samplers, it can be added using context menu:

    enter image description here

    Samplers can be added to the Transaction Controller in exactly the same manner:

    enter image description here

  3. If you need to include an external .jmx script somewhere - take a look at Include Controller