Is there any options to achieve 2FA in a Windows App testing

May I know if there is any way to input some phone number, and get the code which will be sent to that number to continue the testing? Note that, this is a windows desktop app; not a mobile app. I am looking for options if any that can be doable via just SenseTalk script or is it possible.
Thanks.

SenseTalk alone cannot intercept or retrieve SMS verification codes sent to a phone number. For testing a Windows desktop app with phone-based OTP:

  • Use a test phone number from services like Twilio or MessageBird that support programmable SMS.
  • Integrate their API with SenseTalk via HTTP requests to fetch the OTP.
  • Ensure your app allows configurable test numbers or mocks the SMS flow.

Direct access to real SMS from SenseTalk is not possible without external service integration.

Best Regards,
Thomas Batson

1 Like

Thanks @thomas598batson .
I was looking for the similar options but just part of EPF if it has any inbuilt integrations or their own.