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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to