4 views

1 Answers

In computer programming, a characterization test is a means to describe the actual behavior of an existing piece of software, and therefore protect existing behavior of legacy code against unintended changes via automated testing. This term was coined by Michael Feathers.

4 views