Hi Jacqui

Following are the different ways that generate variables in a test plan

1. User Parameters pre processor
2. Counter pre processor
3. Regular Expressions post-processor

etc.

Please see these elements for more details.

Thanks & Regards
Applabs


----- Original Message -----
From: "Jacqui Guerrero" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 12, 2004 9:14 PM
Subject: RE: If Controller


> But how are these variables defined and where?  Is it a variable that is
> defined in the HTML code itself?
>
> Thanks for your reply!
> Jacqui
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 11, 2004 11:53 PM
> To: [EMAIL PROTECTED]
> Subject: Re: If Controller
>
> Hi Jacqui
>
> if Controller is a conditional base Controller, It allows the user to
> control whether the child test elements (like Samplers/controllers, etc)
> execute or not.
>
> The child elements (like Samplers/controllers, etc) of the 'if
> controller'
> will be processed only on condition true.
>
> Note: - Condition should be Java Script code that returns "true" or
> "false".
>
> In a programming aspect - this is equivalent of:
> If (condition) {
> Statements....
> }
>
> Examples:      ${count}< 5
>                '${username}' = = 'user1'
>                ${serialnum}>9
> where count, username and serialnum are variables.
>
> Thanks
> Applabs Team
>
> ----- Original Message -----
> From: "Jacqui Guerrero" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 10, 2004 4:09 AM
> Subject: If Controller
>
>
> The documentation does not provide a good way of showing how to use the
> If Controller.  Can someone out here help?  What is the format of the
> javascript condition parameter: what values can you use, etc.
>
>
>
> I think that JMeter 2.0 has a lot of great features but documentation
> (i.e. samples) for each of the new controllers would help a lot.
>
>
>
> Thanks,
>
> Jacqui
>
> ---------------------------------------------------------------------
> 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