Skip to content

AhmedTawfiqM/UnitTestingPractice

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages