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

AgileSoftwareDevelopmentInPractice

10
Stars
9
Forks
Watchers

Accompanying source code examples for my "Agile Software Development in Practice" lectures available on Slideshare

preact-realworld-example-app

46
Stars
5
Forks
Watchers

Exemplary realworld application built with Preact

cafe

85
Stars
18
Forks
Watchers

A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and much more.

awesome-tdd

7
Stars
1
Forks
Watchers

A collection of awesome things regarding the test-driven development ecosystem. A curated list of courses, tutorials, libraries, tips and tricks, books, videos, and awesome resources about TDD.

evergreen-browser-tests

10
Stars
0
Forks
Watchers

Running tests on web browsers on various CI systems

EduonixAngularTesting

7
Stars
11
Forks
Watchers

Source code for the Testing Angular Apps course on Eduonix

Clean-MVVM-ArchComponents

678
Stars
112
Forks
Watchers

👽 Built with MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout

airflow-testing-ci-workflow

84
Stars
10
Forks
Watchers

(project & tutorial) dag pipeline tests + ci/cd setup

diy_framework

76
Stars
24
Forks
Watchers

Learning project: simple, asynchronous, and minimalistic HTTP server and framework

✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET