Re: [Dev] SAML Performance Testing

2014-07-25 Thread Pavithra Madurangi
On Fri, Jul 25, 2014 at 10:38 AM, Danushka Fernando danush...@wso2.com wrote: Hi Daya AFAIU what you want to do is modify the jmeter script in a way it will login using SAML with different users rather than the same user. Did I get it right? If so you can have a set of users and passwords in

Re: [Dev] SAML Performance Testing

2014-07-25 Thread Daya Attapattu
Thanks, Pavithra. I think I can use this. - Daya On Fri, Jul 25, 2014 at 1:04 PM, Pavithra Madurangi pavit...@wso2.com wrote: Hi Daya, FYR, I've attached a sample jmeter script in which uses are read from csv file.. HTH. Regards, Pavithra On Fri, Jul 25, 2014 at 12:48 PM,

[Dev] SAML Performance Testing

2014-07-24 Thread Daya Attapattu
Asela, Pavithra gave me a jmeter script on SAML. It runs 1 iteration, 1 thread. I can increase both , but it will not be a good performance test due to caching. I think we have to change user to ensure assertions are independent. Have you done this, previously? Do you have a jmeter script?

Re: [Dev] SAML Performance Testing

2014-07-24 Thread Dulanja Liyanage
Hi Daya, I don't know how the jmeter script provided by Pavithra works, but if the individual requests go *without taking previous cookies* then IS will do everything all over again, rather than reading from caches. Even if the requests are sent with previous cookies, if we send the SAML request

Re: [Dev] SAML Performance Testing

2014-07-24 Thread Danushka Fernando
Hi Daya AFAIU what you want to do is modify the jmeter script in a way it will login using SAML with different users rather than the same user. Did I get it right? If so you can have a set of users and passwords in a csv file and point to it from the jmeter script and you can run as the users in