UnitTests
-
Advantages of Unit Tests
The quality of software is a permanently important topic. Any help is welcome. Unit tests, for example, are a great help and should be considered for a variety of reasons.
-
Be the first to use your class
The use of unit tests has many positive effects. In particular, if you test your own classes directly using unit tests, long before anyone else, you have the chance to improve the design significantly.
-
Of Mocks and Fakes
Published on
in ABAPReading time:
1–2 minutesDummy, fake, stub, mock, spy, shim, shiv – so many terms that can easily be confused or that everyone needs to know in order to talk about them together. That’s too complicated for me. Hence my simplification.