Expand my Community achievements bar.

SOLVED

Load testing Azure AEM application

Avatar

Level 2

We have a requirement to load test couple of login scenarios which involves azure and AEM. Any one has done this scenario please share you inputs. 

 

Thanks,

Nithin

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @nithinthomas 

You can look at the network requests and try to work on correlation in order to achieve the login flow and the AEM redirection. On a high level you will have to use the cookie manager to pass the necessary cookies to each level also try to extract couple of variables like saml_request , saml response and tokens. Also in case if you have fiddler that will also help in formulating the requests 

 

Please find below couple of URL's that will helps you to understand better and get started with the request chaining

https://www.bounteous.com/insights/2020/10/15/aem-load-testing-jmeter-and-blazemeter

 

The below one have most of the steps and parameters captured

https://learn.microsoft.com/en-us/answers/questions/1319226/jmeter-performance-test-azure-ad-saml-oa...

 

Hope it Helps!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @nithinthomas 

You can look at the network requests and try to work on correlation in order to achieve the login flow and the AEM redirection. On a high level you will have to use the cookie manager to pass the necessary cookies to each level also try to extract couple of variables like saml_request , saml response and tokens. Also in case if you have fiddler that will also help in formulating the requests 

 

Please find below couple of URL's that will helps you to understand better and get started with the request chaining

https://www.bounteous.com/insights/2020/10/15/aem-load-testing-jmeter-and-blazemeter

 

The below one have most of the steps and parameters captured

https://learn.microsoft.com/en-us/answers/questions/1319226/jmeter-performance-test-azure-ad-saml-oa...

 

Hope it Helps!

Avatar

Level 2

Thankyou for your response. Yes the links has content to get started