I need to write Unit test cases for Android Biometric prompt. I tried to search many links but didn't get the proper direction. Need to write unit test cases for UI Biometric is visible or not. Do I have permission to show biometric or not etc. Can someone please provide the suggestions?
Asked
Active
Viewed 502 times
1
-
2Create an interface as an abstraction and mock/stub the interface. You shouldn't need to test platform code directly just your own behaviour of how it interacts with it. – Mark Feb 18 '21 at 22:25
-
1@MarkKeen Do you have any reference ? – Pro_And Feb 19 '21 at 20:21