| N/A | Espresso is a test framework used to write Android UI tests, and part of the Android SDK. The Espresso API encourages test authors to think in terms of what a user might do while interacting with the application - locating UI elements and interacting with them. At the same time, the framework prevents direct access to activities and views of the application because holding on to these objects and operating on them off the UI thread is a major source of test flakiness. | $0 |
| N/A | Selenium is open source software for browser automation, primarily used for functional, load, or performance testing of applications. | N/A |