You read my mind. Thats what I was going to try next. Also I changed the
values of uername password for this email. But in the real script they are
constant. But unfortunately, the application is down right now and I have
wait till morning to test it.
On 06/03/2008, nsyed777 <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am having an issue with the regex to make DATETIME values as variable.
> The
> dateime is dynamic value that I am trying to capture and then use it
> during
> the iteration. I tried the following regex but it didn't work. Please
> help.
> REGEX i am using is:
> javascript:DisplayImage('11.22.33.4.5', '4001',
> '{AE0E31B7-5E19-4350-B1AC-B86F8220187D}','tagingOS1',
>
> 'clear:locale:ZW5fVVM=:password:2ZWwQ=:userid:WwzVXNlcg==(.*?)==:appid:VjdG9y')
>
That's a very long RE and it does not agree with the sample page data,
as the password and userid are different, so it would not match.
Try:
==:datetime:(.+?)==:
instead.
>
--
View this message in context:
http://www.nabble.com/variable-question--REGEX-tp15877503p15889843.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]