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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Hope it Helps!
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
Hope it Helps!
Thankyou for your response. Yes the links has content to get started
Views
Likes
Replies