-
Fake it Till you Make it
Unit testing is part of the development process, where a developer will write some tests to check if the basic functionality of their code is correct or not. Lets have a look at some very basic functions. Here we have 2 methods; so lets write some unit tests for these – we want a test…