This repository is a fork of the open-source project Kotlin-Espresso-sample originally authored by Jogendra Singh. This codebase is used as a base environment for our technical assessment under the MIT License.
This quiz is designed to evaluate your ability to understand UI test automation using Kotlin and Espresso for Android applications. You will be assessed on your ability to understand an existing codebase, automate new scenarios, and apply design patterns (Page Object Model).
- Clone this repository. You may fork it to your own account to manage your changes.
- Explore the project and ensure you can run the existing instrumented tests.
Please implement a new test case to verify the "AC" (All Clear) button functionality.
- Requirement: You must implement this using the Page Object Pattern.
- Test Logic:
- Perform some calculations or input numbers.
- Click the "AC" button.
- Verify that the display resets correctly.
Please submit your test code or a link to your fork for review before our call. If you have any questions, feel free to reach out.
Distributed under the MIT License. See LICENSE for more information.
