Custom Functions?

2003-06-16 Thread John . Peak
Is there any way to create only custom functions using JMeter? I want to create a function that randomly picks a value from a list that was loaded into a file. It does not appear that this can be done with the current function set. Thanks, John Note: The information contained in this email

Re: Custom Functions?

2003-06-16 Thread mstover1
It is relatively easy to create new functions. The simplest way is to follow the examples in the current source for JMeter - in src/functions. Just make your own, put them in a jar file, and drop the jar file into /lib/ext. -Mike On 16 Jun 2003 at 13:38, [EMAIL PROTECTED] wrote: Is there

regexFunction

2003-06-16 Thread Sandeep Rao
Hi all, I have been browsing this list for sometime and found good help in getting started with jmeter. This is my first post and this is regarding the regexFunction. I will appreciate if you can help me get the solution to my problem. Response to my first http request is in xml format and I

RE: regexFunction

2003-06-16 Thread Sandeep Rao
Oops. Forgot to mention which version I am using. I have tried this with both 1.9-RC1 and 1.9-RC2. Same results. Thanks, Sandeep -Original Message- From: Sandeep Rao [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:22 AM To: JMeter Users List Subject: regexFunction Hi all, I