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
trafficstars

transport-eta

224
Stars
47
Forks
Watchers

Twitch streamed 🎥playground repo, README speaks to you.

snitch

99
Stars
5
Forks
Watchers

Snitch is the tool that keeps your tests under surveillence.

bashcov

147
Stars
19
Forks
Watchers

Code coverage tool for Bash

autotest-fsevent

124
Stars
31
Forks
Watchers

Use FSEvent (Mac OS X 10.5 or higher) instead of filesystem polling.

stormpot

331
Stars
41
Forks
Watchers

A fast object pool for the JVM

clean-code

80
Stars
28
Forks
Watchers

DSA, TDD, and Software Design principles implementation

CucumberJVMExamples

117
Stars
148
Forks
Watchers

Cucumber JVM with Selenium Java

tdd-playground

34
Stars
11
Forks
Watchers

:carousel_horse: A JavaScript TDD Playground

polyfactory

1.0k
Stars
81
Forks
Watchers

Simple and powerful factories for mock data generation