Hi
been discussed multiple times in these forums in various forms, typically
you have Reedirect Automatically instead of follow redirects or your login
didnt succeed or you didnt send back the correct session id . Your test also
has a URL Rewriting Modifier and a cookie manager , you normally need only 1
of the two.

After login you have a view results tree listener and you have the following
statement "so i should get the confirmation page here..as i think."
Do you get it or not? If you dont then your login hasnt worked , if you did
then the problem is the session id is not being passed as the application
expects.

Ways to diagnose this problem are described here
http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour

On Wed, Mar 17, 2010 at 10:14 PM, Rajesh Tiwary <[email protected]> wrote:

>
> Hi,
>
> i am testing a HTTPS web application using JMeter.,where i am facing an
> issue of getting a session expired message.
>
> i am using JMeter 2.3.4 r800132.
>
> My aim is to record following sequence for the HTTPS application:
>
> Index page------>Login Page------->confirmation page,button click to get a
> form---->add detail in the form---->and search detail by entering data in
> the text field of the page after successful addition of the detail in the
> form.
>
> now i am able to record the page sequence.
>
> and this is my test plan..
>
> --THREAD GROUP
>   ---HTTP COOKIE MANAGER
>   ---HTTP URL RE-WRITING MODIFIER
>   ---SIMPLE CONTROLLER(For index page)
>   ...(various HTTP request recorded)
>   ---TREE LISTENER  (Response data showing page loaded successfully)
>
>    ---SIMPLE CONTROLLER(For login page)
>   ...(various HTTP request recorded)
>   ---TREE LISTENER  (Response data showing login page loaded
> successfully,but in the above http request i have sent the userid and
> password ..so i should get the confirmation page here..as i think..)
>
>
>  ---SIMPLE CONTROLLER(For confirmation page,button click to get form)
>   ...(various HTTP request recorded,which include button click)
>   ---TREE LISTENER  (Response data showing YOUR SESSION EXPIRED,Kindly
> Re-login..)
>
> and same result for further steps...
>
> Can anyone suggest me solution for this problem??
>
> regards,
>
> rajesh
> --
> View this message in context:
> http://old.nabble.com/Getting-Session-Expired-Message-for-the-load-test-of-a-HTTPS-web-application-using-JMeter-tp27941766p27941766.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