I am working on a web application automation testing which requires login and every time user login, user is receiving an authentication code OTP and entering it to login.
Now, I am trying to automate the test cases inside the app but to login, I need to bypass the authentication process.
We are using Azure DB services.
Please help me with any resources which can help me bypass the MFA for the user login. Thanks
1 Like
Hi there,
Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.
Thanks!
Hi,
Thank you for sharing your issue. Please read this similar discussion: Recording Registering for an Account using MFA - #5 by Elly_Tran and bypassing MFA cannot be done automatically. I recommend you do so manually.
Thanks Elly !
Please try to work with your engineers to bypass authentication at API level instead of performing it as UI action
2 Likes
I do recommend testing MFA separately from your regular tests and configuring your test environment to enable that.