Hi Prateeti, I think it would probably be possible for the people following this list to help you more if you described a bit what you are trying to accomplish.
However, without knowing that, a couple pointers... I don't think I'd describe JMeter as supporting plug-ins as such, but it is pretty straightforward to write your own classes to implement additional test plan elements, such as Samplers. The key is to properly fit your class within the JMeter infrastructure by extending the right classes, implementing the right interfaces, making the right set-up calls, etc. The best documentation I've found on this is the JMeter wiki (http://wiki.apache.org/jakarta-jmeter/). Try the Developer Manual: http://wiki.apache.org/jakarta-jmeter/DeveloperManual I'm not very experienced with this, perhaps someone else can help more. Scott On 4/23/07, prateeti <[EMAIL PROTECTED]> wrote:
Hi All, I have a requirement to write jmeter plugin...Is there any documentation available for jmeter plugin? Thanks in advance, Prateeti -- View this message in context: http://www.nabble.com/How-to-write-jmeter-plugin-tf3636640.html#a10154955 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]

