The Android Instrumentation Framework INFO

The android instrumentation framework is highly useful for the development of unit tests for the android applications we develop. Given the growing number of android based devices, the inclusion of automatic unit tests within the development process might be crucial for the success of our product.

I have recently completed the development of a new course dedicated for testing on the android platform. You can find its community free version (for personal and academic purposes) available at www.abelski.com. That course covers the following topics:
Introduction to Testing
Instrumentation Framework
The JUnit Framework
On Device Testing
Remote Testing

In addition, I chose to create few video clips that might assist you when learning how to use the android instrumentation framework.

Start Activity Using The Instrumentation Framework

Simple Android Test Project

Android Test Project Using Instrumentation

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences