Programming Geeks
Published in

Programming Geeks

Testing in Android Part 1: Unit Tests

Using JUnit4 to write tests for business logic

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…

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store