On 11/04/06, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote:
> Hi All.
> Can you, please, clarify how to use or better, how to get refName_matchNr?
> I have read Reg. Expression manual and, sorry, didn't understood it.
> I have tried Match No to be negative, positive and 0.
>
>
>
> My reg exp processor has the following params:
>
> Reference Name: GROUPID
> Reqular Exrpression: .value=\'(.*)\';
> Tamplate: $1$
> Match No: -1
> Default value: ERROR_GROUPID
>
> The response can bring me different number of ids. I am trying to get
> group count via beanShell :
>
> String groups_count = vars.get("GROUPID_matchNr");
> print ( "Groups found "+goups_count);
>
>
> return "Groups found "+goups_count;
>
> It returns void all the time.Check jmeter.log Did you install the Beanshell jar in the lib directory? > Please, help. > > Thanks. > Pavel > > --------------------------------------------------------------------- > 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]

