You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Ryan <jm...@ajilus.com> on 2007/05/24 22:02:54 UTC

Embedded IncludeController

I currently have several 'stand alone' tests that include a 
'LoginModule' and some other general purpose includes as well.  Each 
stand alone test focuses on a specific piece of functionality.  What I'm 
now trying to do is put them all together to be run as a single test to 
emulate a 'real life' situation.  My initial thought was to just include 
each one of them in the master test and all would be well.

Here is a brief description of how things are set up:
MasterTest includes StandAloneTest which includes SmallModule.

When executing MasterTest, everything in StandAloneTest is executed, but 
nothing in the SmallModule is executed.

I dug into the source code a bit and it appears that adding an embedded 
included programatically works just fine.  There appears to be something 
going on when JMeter opens the test using XStream.

I also dug around in the issue log and found the following related item:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40671

The person who submitted the patch made mention of embedded includes not 
working so I am fairly confident that I haven't overlooked something 
simple as far as configuration goes.

Has anyone else had the need for embedded IncludeControllers?

Any assistance would be greatly appreciated.

Thanks!

Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org