-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Robot pattern #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, can I work on this issue? Thanks! @mibac138 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is stale because it has been open 60 days with no activity. |
Hello @iluwatar, I would love to work on this issue. |
iluwatar#606 Robot pattern issue
iluwatar#606 robot pattern issue test
This issue is stale because it has been open 60 days with no activity. |
Description:
The Robot design pattern is an advanced testing pattern commonly used in Android development to simplify and streamline UI testing. The core idea is to encapsulate the interactions with the UI components in a separate class, referred to as a "Robot," which then exposes high-level methods for test scripts to use. This promotes clean, readable, and maintainable test code by abstracting away the detailed interactions with the UI.
Main elements of the pattern:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: