Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.04 KB

UnitTestingPractice

3 types of Tests in Android

  • Unit
  • instrumentation (Integration)
  • UI

Unit Testing benefits

  • confirm code work like a charm
  • simulate App End User
  • you don't need run real device or emulator to test cases

3 Types of Tests

Tests Types

TDD, Test Driven Development

Principles of Test Driven Development

Tutorial

TDD Tutorial

TDD

Example

Testing in android