Tagged: Unit Testing

Unit Testing Phrases

Unit Testing Phrases When we begin our journey doing Unit Testing and look at some articles or books, we usually end with a WTF in our mind.  Books and articles give us some phrases or wording that we do not understand.  I will try to throw you some of those...

Unit Testing – AAA Pattern

Unit testing is one of the skills a good developer should have.   With it, we can create good code and we can minimize bugs in our code. Unit testing with the AAA Pattern The simplest way to do a unit test is to use the AAA Pattern.  The AAA Pattern refers to “Arrange,...