You can do this stuff with aspect weaving (Load Time Weaving) => http://www.eclipse.org/aspectj/ But it needs a learning curve ...
Cordialement / Best regards Jean-Louis Pasturel -----Message d'origine----- De : Noel O'Brien [mailto:[email protected]] Envoyé : mardi 24 novembre 2009 18:54 À : JMeter Users List Objet : Re: Accessing Samplers in Child Branch of Tree Thanks Sebb, I'll investigate further in the code ;) Regards, Noel ----- "sebb" <[email protected]> wrote: > On 24/11/2009, Noel O'Brien <[email protected]> wrote: > > Thanks for the reply. Will I have to customise JMeter to achieve this? > > You might be able to use one of the BeanShell test elements. > > > e.g. expose an object, etc.? > > Dunno, you'll have to look at the JMeter code to find out whether or > not there is sufficient access. > > > > Regards, > > Noel > > > > > > ----- "sebb" <[email protected]> wrote: > > > On 24/11/2009, Noel O'Brien <[email protected]> wrote: > > > > Hi, > > > > > > > > I'm just wondering if there's a way to determine the labels of > > > > samplers within a controller at runtime? For example, if an > > > > authentication test fails and all tests depending on that auth > > > > test are within a IF Controller beneath it, I'd like to be able > > > > to list the samplers which were not run i.e. blocked > > > > > > > > Is it possible to access this kind of information at runtime? > > > > > > This will not be easy unless you have good Java skills and can > > > find your way around the JMeter code. > > > > > > > Regards, > > > > > > > > Noel > > > > > > > > > > > > ------------------------------------------------------------------ > > > --- To unsubscribe, e-mail: > > > [email protected] > > > For additional commands, e-mail: > > > [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ********************************* This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. Messages are susceptible to alteration. France Telecom Group shall not be liable for the message if altered, changed or falsified. If you are not the intended addressee of this message, please cancel it immediately and inform the sender. ******************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

