/Digg

Primary LanguageJava

Digg

Build Status

How to run

  1. Unit test : ./gradlew clean test
  2. Instrumentation Test : ./gradlew connectedTest

Some Key Concepts used

  1. Data binding with MVVM Pattern for unit testing
  2. For instrumentation test Page Object Pattern
  3. Repository for storing in memory data

Unit Test Report

alt text

Instrumentation Test Report

alt text