There are some guides to writing plugin code which are linked from the website.

JMeter is open source, so the code is available online.
Again this is linked from the website.

Unlike the plugin test elements, note that the underlying JMeter
engine was not  specifically designed to be extended.
So such internals may change between releases.
That's not to say that they will change, but equally the JMeter
project cannot guarantee stability of internals.

The basic JMX file format however will not change without warning.

If you want to generate a JMeter test plan from Java code, then
generate it as a JMX file.
Otherwise you must prepared to update your code as necessary for new
JMeter releases.

On 11 May 2016 at 06:42, Sharmadha <ssain...@hortonworks.com> wrote:
> Stuck with same problem ! Can someone explain about indexing samplers or xml
> node model ? Or any other solution ?
>
> Thanks in advance.
>
>
>
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/Adding-samplers-to-thread-group-tp5724140p5724172.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to