August 2015

Photo © Julian Bleecker. Licensed under Creative Commons. https://flic.kr/p/69d945

Keep Your Certificates Current Using Your Test Suite

By Daniel Morrison

How can our test suite tell us when a certificate expires? We’ll show you.

Welcome Dana Jones

We’re excited to welcome Dana Jones to the Collective Idea team!

Stubbing your Android Intents

By Victoria Gonda

When we stub an intent, we are able to intercept it so the intent is never sent to the system, and specify how it should respond. This can be helpful in your Android tests when you need to know if an intent was sent, but you don’t actually need the Activity to start. This can be accomplished by using espresso-intents.