I am new in espresso test and I wanted to write the Espresso test for BiometricPrompt which is Google provided API to authenticate the fingerprint.
Asked
Active
Viewed 784 times
7

alisonthemonster
- 1,095
- 1
- 11
- 28

Mithun
- 71
- 1
-
Welcome to StackOverflow, Please provide more details with a specific issue – Romil Patel Jun 19 '19 at 13:05
-
1@PatelRomil -- I have implemented the BiometricPrompt API to authenticate the fingerprint for login in our app and now I wanted to write the espresso test to validate it. Is there any possibility to write the espresso test for the Google provided API(BiometricPrompt). – Mithun Jun 19 '19 at 17:36
-
I had the same question myself. Guess it's one of those things you can't automate a test. – Jcorretjer Jun 18 '21 at 19:09