How to automate tests which requires OKTA OTP verification?
Use case:
- User will the internet banking website
- User will enter valid ID and password
- Website will request for an OTP
- User receives an OTP on mobile phone
- User enters the OTP
- Login successful
I will be using an automation framework to automate this use case. How do I automatically retrieve the OKTA OTP and automate step 3 & 4?
Is there any plugin / Tool / Utility which will allow me to read the OTP via API's or by any other means?
I will be using TOSCA or maybe Selenium to automate this use case.