Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.46 KB

File metadata and controls

30 lines (25 loc) · 1.46 KB

Espresso

The Espresso testing framework provides a set of APIs to build UI tests to test user flows within an app. These APIs let you write automated UI tests that are concise and that run reliably. Espresso is well-suited for writing white box-style automated tests, where the test code utilizes implementation code details from the app under test.

Materiały