Test Driven Development

9 October 2021 · netologist · 2 min, 361 words · 🌱 Seedling ·

Functional Tests

Non-Functional Tests

Unit Testing Libraries

Test Tools

For Java

For Golang

For Node

Method & Principles

Test Doubles (fake, stub, mock, spy)

Test Double is the general term for stubs, mocks and fakes. But informally, you’ll often hear people simply call them mocks. Mocks are not stubs

Dictionary

SUT -> system under test / subject under test

Resource: http://xunitpatterns.com/