とりあえず、android-test-kit : Espresso の動画を見ましょう。 以下では Eclipse での設定方法を紹介します。 Android Studio での設定方法は Espresso のプロジェクトページ(上記のリンク)にあるので読んでください。 1. Developer options の設定 アニメーションを Off にしましょう。 設定(Settings) → 開発者向けオプション(Developer options)→ 以下の3つを全て「アニメーションオフ(Animation off)」にする ウィンドウアニメスケール (Window animation scale) トランジションアニメスケール(Transition animation scale) Animator再生時間スケール(Animator duration scale) コードからやる方法 2