Skip to content

Testing

Thomas Czogalik edited this page Dec 19, 2019 · 6 revisions

What are unit tests, integration tests, smoke tests, and regression tests?

Colaboration Test Does the Unit talks correctly to the next layer?

Contract Test Does the Unit implements contracts correctly?

Golden Master Test

  • record behaviour (input and output) of application
  • afterwards refactoring can start
  • meanwhile write unit tests so you can finally remove the golden master test
  • how to not write golden master

Java

C++

Android

General

Roboletric

Clone this wiki locally