<\/span><\/P>Dieser Testplan wendete dynamisch Last auf einen öffentlich zugänglichen ArcGIS Enterprise-Dienst namens SampleWorldCities über vier verschiedene Kartenmaßstäbe an, von denen jeder eine HTTP-Anfrage war, die in einem eigenen Transaction Controller platziert wurde. Viele Komponenten des Tests (z.B. Projektordner, Webservername, Dienstname) wurden bequem in Variablen abgelegt, um das Teilen und die Portabilität zu erleichtern. <\/P>
For those interested, I have attached a new version of this test called sampleworldcities8.zip.sampleworldcities8 is similar to previous versions but has a simplified approach to authentication (e.g., getting the token from ArcGIS Enterprise).Some organization like the authentication to more closely mimic that of Portal for ArcGIS.Others prefer to just authenticate and focus on testing logic.Both are valid...it really depends on what you as the tester, administrator, or developer want to focus on.Aaron
Hi @M_O Is the Access Notice component a notification window that gets presented after or before authentication?Does that Access Notice page have any authentication logic?If it does not, it might be ok to disable for testing purposes as it is more informative that functional.A strategy for understanding more about the impact of an operation like the "Access Notice" logic would be to connect and log into your application while Fiddler is running. Fiddler (or the developer tools of the browser) acts as an HTTP Debugger and can help shine light on the request/response of a page as well as any input parameters it might be accepting and passing on to the next page.Aaron
Hi @AaronLopez,
First of all, thank you for all the scripts. Amazing work.
Would it be possible to add section that accepts the Access Notice during login? We have it enabled in PROD, but not on DEV. DEV works, but PROD fails. I'm just curious if it is possible because I can disable Access Notice during testing and then enable it again.
Thanks,
Morten
Hi MarcovanderHeide,Thank you for the kind feedback!I have not yet looked into SAML authentication with ArcGIS Enterprise but I do have a simple Integrated Windows Authentication/Single Sign On test that might help.Please take a look at the sampleworldcities6.zip Test Plan.A few items worth mentioning:
Note: Even with IWA/SSO, a token is still generated and used to access the service.
Hi Aaron,Great job on the JMeter explanations, has been a lifesaver. Would you be able to add the single sign (SAML) on or give directions how to resolve that for the requests?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registrieren Sie ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.