Shouldnt be any difference from any other web app . Dynamic links almost
always need a regex post processor or an XPATH post processor. A link parser
is probably not appropriate. Do you have a specific problem?

regards
deepak

On Thu, Apr 22, 2010 at 1:38 PM, daviddavid <[email protected]> wrote:

>
> Hi there,
>
> Did you sovle your problem? I mean test websphere portal apps using JMeter?
>
> Thanks,
> David
>
>
> Oetting, Jan (ext.MA Consileon) wrote:
> >
> > Hi,
> >
> > I am testing Jmeter with IBM Websphere Portal, and mainly to the dynamic
> > links, it is not enough to use the HTTP Proxy,
> > Because I get internal state error.
> >
> > A workaround is to use a post-processor, grepping the form (or links, or
> > whatever else i require), but if use longer regular expressions they are
> > often not evaluted correctly, so i need to formulate more complicated
> > short regExs, and to formulate regular expressions needs some minutes
> > anyway for each link,
> >
> > So I was happy to detect there is a HTML Link Parser, that proposes to
> > analyse the previous sample for forms and links and to allow to address
> > them.
> >
> > I don't really understand the usage of these component.
> >
> > What I implemented (not working) is the following:
> >
> > HTTP Sample (previous page)
> > HTTP Sample (current Page)
> >       Path = .*
> >       ->HTML Link Parser)
> >
> >
> > Obviously this is wrong, can anybody help me out?
> > Are the forms and links are stored in special variables, that I can
> > access?
> >
> > Kind Regards
> > Jan
> >
> >
> >
> >
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Working-with-dynamic-links-%28HTML-Link-Parser%29-%28Websphere-portal-6.0%29-tp22080335p28334354.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]
>
>

Reply via email to