1 dépôt
Captures outgoing intents or stubs incoming intents to verify navigation during Android tests.
Distinct from Intent Redirection: Distinct from Intent Redirection: focuses on capturing and verifying intents for testing, not redirecting them to alternative applications.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Intent Interception for Testing. 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
Captures outgoing intents or stubs incoming ones to verify navigation and inter-component communication in tests.