Hello,

I am trying to do the following but running into an issue . . .

Script1:
  Test Plan1:
     Thread Group1: (disabled)
       Include Controller1 --> Include Script2.jmx
     Thread Group2:
       Module Controller1 --> Test Plan1>Thread Group1>Include Controller1:
      Include Script2

Script2:
  Test Plan2:
     Thread Group3:
       Simple Controller1:
          HTTP Request Sampler1
          Module Controller2: --> Test Plan2>Thread Group4>SimpleController2

   Thread Group4: (Disabled)
     Simple Controller2:
        HTTP Request Sampler2

The issue I'm facing with the above structure is that HTTP Request Sampler2
never gets executed because it is never invoked through Module Controller2. 
I can see that HTTP Request Sampler1 gets executed via the ViewResults tree. 
If I enable Thread Group4, then HTTP Request Sampler2 will get executed but
only because the thread is being processed by JMeter an not because it was
invoked via Module Controller2.   I can't seem to find a way to get this to
work as structured and I believe JMeter should be able to invoke HTTP
Request Sampler2.   Is this a bug or limitation of JMeter? 



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Nested-Scripting-Issue-tp5715867.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