1 repositorio
Running Android tests with multiple input values and organizing them into reusable suites for comprehensive coverage.
Distinct from Test Parameterization: Distinct from Test Parameterization: focuses on Android-specific test execution with multiple input values, not general type-based or value-based parameterization.
Explore 1 awesome GitHub repository matching testing & quality assurance · Android Parameterized Test Execution. Refine with filters or upvote what's useful.
This is a collection of sample projects that demonstrate how to write automated tests for Android applications. The samples cover a range of testing techniques, including simulating user interactions with the Espresso framework, verifying navigation and inter-component communication through intent interception, and managing activity, intent, and service lifecycles using reusable test rules. The repository provides concrete implementations for testing across multiple application windows, capturing screenshots during test execution for visual verification, and synchronizing test assertions with
Provides sample implementations for running Android tests with multiple input values and organizing them into reusable suites.