AhmedTawfiqM / UnitTestingPractice

3 types of Tests in Android (Unit - instrumentation - UI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

3 types of Tests in Android (Unit - instrumentation - UI)


Languages

Language:Kotlin 100.0%