I have an Azure Web App that uses Azure Active Directory to authenticate. I want to create a webtest that logs in and then performs some actions (testing pages basically).
What's the "correct" way to achieve this? After I record the test, when executing it again it doesn't authenticate correctly. If I modify the webtest and pass the authentication cookie manually, it expires after a couple of days.