Software Testing Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Testing")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Testing#Concepts|Testing]]
* [[Testing#Concepts|Testing]]
=Overview=
Automated unit testing provides an effective mechanism for catching regressions, especially when combined with [[#Test-Driven_Development|test-driven development]].
=Test-Driven Development=

Revision as of 00:02, 16 July 2021

Internal

Overview

Automated unit testing provides an effective mechanism for catching regressions, especially when combined with test-driven development.

Test-Driven Development