Issue with Application-based MFA

I have been attempting to to setup the MFA using the steps outlined in the video on the page https://docs.katalon.com/katalon-studio/videos/automate_application_based_mfa.html

The script has been unable generate a 2fa code when it runs.
I am seeing this message when hovering over the “Totp” -
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
Do you have any suggestions? or is there another method for two factor authentication?

I solved the issue, Katalon was not completing the jar import and typing the import statement was not working.

I had to double click “Totp”
right click “Totp”
Hover over Source on the menu
Click “Add Import” on the submenu

Once this was completed the issue was resolved and the test ran successfully.

1 Like