Link: Beck Testing Framework

For many database professionals, unit testing is a foreign concept. Many of you may have never heard of the xUnit family of test frameworks, including modern-day frameworks like NUnit and JUnit.

 

I thought I would link you back to an early article by the man who first developed the design of these frameworks, Kent Beck.

 

Check out this article on Simple Smalltalk Testing: With Patterns here:

https://www.xprogramming.com/testfram.htm

 

Sachin Rekhi