Biometric Authentication in Tests

Mobitru provides a powerful feature for emulating biometric authentication, allowing you to simulate both approval and rejection scenarios. This feature enables testing applications that utilize biometric authentication mechanisms, such as fingerprint or facial recognition. Furthermore, this entire process can be automated via API and seamlessly integrated into your Appium tests for a fully streamlined testing workflow

How to get started:

  • Get the prepared App installed on a Device
    There are two ways to enable the biometric auth emulation for the App, giving you flexibility based on your setup and needs:
    • Install an App with Image Injection:
      Mobitru automatically performs image injection during the app installation process. This enables biometric emulation without requiring any changes to your app’s code. It’s a simple and effective way to activate the feature with minimal setup on your side.
    • Add our Framework to the App Code:
      Alternatively, you can integrate our biometric emulation framework directly into your app’s code. This approach provides tight integration with your application, offering more granular control over how biometric emulation behaves during test execution.
      Also, it’s not necessary to enable Image Injection during the App installation.
  • Control the biometric auth emulation via API
    Use our API to automatically control the biometric auth emulation during your test execution.
    For additional details, refer to our documentation covering the test execution workflow for different programming languages:
    Run Appium tests with Biometric authentication

Learn More:

For detailed guidance on setting up and using biometric authentication, refer to the following documentation: Biometric authentication

Scroll to Top