Android : Camera Operation UI testing with Espresso

on Sunday, January 18, 2015


I need to automate my UI testing for following operation with espresso test project.


Operation:


Click a button that opens my phone camera. Capture Image, and save the image in sdcard storage. Also update a small image view on the screen when done.


App works fine but with all other operations and similar type of above operation it becomes a time consuming process to test it manually again and again.


0 comments:

Post a Comment