-
Notifications
You must be signed in to change notification settings - Fork 0
What is roboelectric
Devrath edited this page Mar 12, 2024
·
2 revisions
- Roboelectric is a powerful testing framework that helps you save time while writing tests for your Android apps.
- It helps to write unit tests for Android applications using local JVM without the need for a physical or virtual device.
- Faster execution of tests since you are running the tests on a local JVM rather than device so we do not have to wait for the device to start up.