Hello,

The application I am trying to stress-test has a special login page where a
generated key is passed as part of an HTTP request. I am trying to figure
out how to simulate this login process in my project. I need this HTTP
request (with the key) to be run before all the requests in the thread group
and only once. It should also look to the application server as if it is
coming from the same client (browser) as other requests in the thread group.

If I put this special request in the thread group, JMeter will try to
execute it multiple times, which I must avoid.

How to configure the project to execute this login request?

Thank you,

Michael 
-- 
View this message in context: 
http://www.nabble.com/How-to-simulate-login-for-a-single-sign-on-site-tp18267510p18267510.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