Repository navigation
Test-driven development
Created by Kent Beck, D.D. McCracken
发布于 1957
- Website
- Wikipedia
- 维基百科
相关主题
Behavior-driven developmentTestingTest-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
- Add a test
- Run all tests. The new test should fail for expected reasons
- Write the simplest code that passes the new test
- All tests should now pass
- Refactor as needed, using tests after each refactor to ensure that functionality is preserved
Repeat.
Learn Go with test-driven development
Most popular Mocking framework for unit tests written in Java
Test spies, stubs and mocks for JavaScript.
A Modern Testing Framework for Go
Automatically generate Go test boilerplate from your source code.
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
CppUTest unit testing and mocking framework for C/C++
Testing, simplified. || An inclusive, accessibility-first GUI for generating clean, semantic Javascript tests in only a few clicks of a button.
CSS unit and integration testing
Green is a clean, colorful, fast python test runner.
🔬 a Vue.js testing utility library
sophisticated automated test library and runner
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
bash unit testing enterprise edition framework for professionals
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
The Kotlin fake data generator library!
Aprenda Go com desenvolvimento orientado a testes