Tag: Software Quality
2 items found
Glossary Terms
Glossary
TDD (Test-Driven Development)
TDD is a development practice where a failing test is written first, then the smallest passing implementation shapes the design.
Glossary
Unit Test
A unit test verifies a small code unit such as a function or class quickly and automatically while isolating external dependencies.