One of the goals for writing unit tests is to ensure that code does what it is supposed to do. When we write and compile the code, we know it gets through perfectly without any errors. However not having any errors do not necessarily mean that it does what it’s supposed to do. We need • Read More »
Tags: Java, Junit, Testcases, Unit test cases, Unit Testing