Skip to main content

Posts Tagged ‘UIAutomator’

How to Do Android Automation Testing with Espresso & UIAutomator

About Espresso and UIAutomator Espresso is a powerful, efficient Android Automation Test Framework, it contains three parts: ViewMatchers, ViewActions and ViewAssertions. Compared with other frameworks, it is simpler and easier for us to learn, but there is a limitation: you can only do operations in your tested app. So, if you want to deal with […]