An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
Thank for reaching out with me here ta Microsoft Q&A. I understand your issue is with the Azure App testing extension.
Azure App Testing: "Cannot read properties of undefined (reading 'error')"
This is almost certainly a client-side extension error: the Azure App Testing extension received an unexpected or missing response (often due to auth/permission issues, network/CORS blocking, or a backend validation response with a different JSON shape) and tried to read .error on an undefined object.
- Quick fixes: update Edge + the extension, sign out/sign in, try InPrivate with other extensions disabled, or reinstall the extension.
- Capture logs if it still fails: edge://extensions → Developer mode → Inspect views → open Console & Network → reproduce → copy the failing request response body and console stack trace.
- Workaround: export a HAR/use JMeter/k6 or create the test via Azure portal/CLI and upload a JMeter (.jmx) if needed.
I hope this was helpful with your troubleshooting issue. Please mark the answer as "accepted" if you found this helpful and please follow me here on Microsoft Q&A.
Best regards,
Andrew Taylor