-1

I have two thread groups from that in one thread I have two include controllers. but I want to provide relative path instead of absolute path so anyone can use this project in their system. as I am uploading this on GitHub. enter image description here

1 Answers1

0
  1. If the external .jmx script lives at the same folder - just use its filename like Test Fragment.jmx in the Include Controller

    If it resides under a folder - specify its relative location

    somefolder/Test Fragment.jmx
    

    For the parent folder:

    ../somefolder/Test Fragment.jmx
    
  2. There is includecontroller.prefix property which is being added to the filename specified so if there is a common location for all external JMX files/test fragments you might want to set this property

More information:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133