Testing in Android Part 1: Unit Tests

Using JUnit4 to write tests for business logic

Siva Ganesh Kantamani
Programming Geeks
Published in
7 min readOct 6, 2022

--

Photo by UX Indonesia on Unsplash

Introduction

In this series of testing in Android, we’re going to learn everything we need to test android apps, starting from testing business logic to end-to-end feature testing.

We’ll start the series with the unit tests, which concentrate on testing the…

--

--