ABAP Unit is one of the many automated unit testing frameworks falling under the umbrella term xUnit. This chapter covers what xUnit is and how it came to be.
In the Beginning …
In the 1980s, a fellow by the name of Kent Beck began to experiment with various ways to facilitate automating the task of unit testing programs he had written in the Smalltalk language. By 1989, he had succeeded in creating an automated unit testing framework for Smalltalk programs. This framework was described ...