I want to create a common test plan and define multiple test fragment in this
file. I want to use some of the specific test fragment in the specific test
plan. Here is outline of two different test plan.

    common-test-plan.jmx
     common-test-plan
      |--TestFragment1
      |   |-Sampler11
      | 
      |--TestFragment2
          |-Sampler21
    
    Specific-test-plan.jmx
     Some-Test-plan
      |--ThreadGroup1
         |-IncludeController
         |-Module controller(accessing the Include controller)
         |-Sampler1
         |-Sampler2
      

 
I used include controller to include the external test plan component. When
I use the Module controller it just shows the include controller in the
list. It doesn't show all test fragment present in the external test plan. 

Is there any way I can specifically use few of the test fragment present in
the external test? 



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/How-to-access-different-test-fragment-present-in-external-test-plan-tp5716920.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to