Test-driven development topic

Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is as opposed to software being developed first and test cases created later. Programmers also apply the concept to improving and debugging legacy code developed with older techniques.

Process

  1. Add a test
  2. Run all tests. The new test should fail for expected reasons
  3. Write the simplest code that passes the new test
  4. All tests should now pass
  5. Refactor as needed, using tests after each refactor to ensure that functionality is preserved

Repeat.

List Test-driven development repositories

Jasmine-Matchers

586
Stars
84
Forks
Watchers

Write Beautiful Specs with Custom Matchers for Jest and Jasmine

chai-exclude

33
Stars
13
Forks
Watchers

Exclude keys to compare from a deep equal operation with chai expect or assert.

dompet

147
Stars
74
Forks
Watchers

A personal bookkeeping web application, built with Laravel.

grosir-obat

209
Stars
156
Forks
Watchers

Sebuah sistem kasir dan manajemen produk obat untuk penjualan Grosir

blingblingjs

224
Stars
16
Forks
Watchers

💲 Micro-library of shorthands for DOM selection, events, and attribute manipulation

NoteDelight

126
Stars
8
Forks
Watchers

Multiplatform note app with encryption

python-mocket

274
Stars
41
Forks
Watchers

a socket mock framework - for all kinds of socket animals, web-clients included

RService.IO

52
Stars
9
Forks
Watchers

Light weight REST service framework for ASP.NET Core

meteor-video-chat

33
Stars
8
Forks
Watchers

Simple id based video calling in meteor