Instructor
Chiu-Ki Chan
Google Developer Expert

About
Links
Courses

Android Testing Support Library 1.0
In this course you will learn about new features for the Android Testing Support Library such as Android Test Orchestrator, better idling resources, grant permission rule and more.

Espresso Idling Resource
In this course you will learn all about Espresso’s Idling Resource. You’ll learn how it works and how you can build your own custom idling resource to help you with your Android testing.

MockWebServer
In this course, you’ll learn how to use MockWebServer to test your app without talking to an external server. This will help by making your repeatable tests much more reliable. No more relying on a physical server to be in plac...