Hi, Sebb, 

I try to use beanshell sampler to :

1. try to access all the variables or data that Jmeter extract....when I needed
2. may need to use beanshell to work around with regular expression, when needed

Foe exapmple, when I use View Result in Tree listenser, I saw all the reponse 
data, and I believe if beanshelll can let me access all the data that I saw 
from jmeter, then I can do a lot of things for my test script. However, I did 
not know where to start, which API should I look, Beanshell or Java. For 
example, if I would like to work around with my Http reauest response data, 
what would be a example for the script? 

Avian Liao
I smile because of all your help, hahaha!


-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 2:48 AM
To: JMeter Users List
Subject: Re: perl and regular expressions


On Mon, 6 Dec 2004 18:20:38 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> Hi, All,
> 
> It's me again. Can I write regular expressions in Perl? If I can, where 
> should I put it? Beanshell sampler?

JMeter uses Apache ORO for processing regular expressions - see
http://wiki.apache.org/jakarta-jmeter/RegularExpressions - it does not
use Perl, though the expression syntax is very similar.

The BeanShell sampler can do anything that Java can do.

What are you trying to do?

> 
> Avian Liao
> Software Programmer
> 
> 813-864-8198
> [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to