Hi,

As you can tell by the many answers you received, we don't understand what
your problem is.
Maybe you should investigate more and explain a bit how the site you're
testing works...

The only guess I got after reading your mail is that the pdf you tried to
up/download when recording was associated to a session.
Session that expired. Then, all subsequent request will be returned by the
server as redirection to your PageExpired page. Because you have no right
anymore to do the request.

You have to work on the login part / session identifying and associating
before sending any request to the server.
As most server work.

Session handling is a very common problem with automated testing. Some
homework and reading are usually a good thing before starting a new activity
and being lost because man start before reading manuals and best
practises...
Ask your developpers or architect, they must know how the sessions are
handled on your server.

Tibo



On Thu, Jul 29, 2010 at 13:08, gsub <[email protected]> wrote:

>
>  Hi All,
>
> I have created a script for uploading a PDF scenario (exclued .js, jgp, gif
> .png while recording).
>
> After I running that script, it is giving me: GET
> "http://www.abc.com/PageExpired "
> when i checked in request response(i.e sampler>result tree). And too after
> every sampler, in my testplan  i already have cookie manager.
>
> Scipt is getting passed but Page Experiration is coming .. Please let me
> know the reaon of it..
>
> below is the request
> GET http://124.7.20.75:8080/eOffice/PageExpired
>
> Cookie Data:
> $Version=0; JSESSIONID=C85D1AFDFE91FF1B2AEFD7CD14BE4E1B; $Path=/test
>
> Request Headers:
> Accept-Language: en-gb
> Referer: http://xxx.x.x.xx:8080/test/BrowseNCreateReceiptPage
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
> CLR
> 1.1.4322)
> Connection: keep-alive
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> application/x-shockwave-flash, application/vnd.ms-powerpoint,
> application/vnd.ms-excel, application/msword, */*
> Pragma: no-cache
>
> Regards
> GP
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Page-Expirates-appears-while-running-my-scirpt-tp2256722p2256722.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