Testing

Android Junit and Espresso Testing using CalculatorApp example

This article is designed to get a basic understanding of how to add JUnit and espresso testing in the android application with the help of a simple calculator app. CalculatorApp will perform operations like addition, subtraction, multiplication, division, percentage only on two numbers. In CalculatorApp we will write Unit and UI test cases on all …

Android Junit and Espresso Testing using CalculatorApp exampleRead More »

Android Espresso Testing Basics

Espresso Introduction  Espresso is an open source instrumentation Testing framework made available by Google for the ease of UI Testing. It is used to automate manual test case for android application. Espresso automatically syncronizes your test actions with the ui of your application.The framework also ensures that your activity is started before the tests run.It also let …

Android Espresso Testing BasicsRead More »

%d bloggers like this: