JUnit 4 – Executing multiple Test Suites
So far we have learnt JUnit 4 from the aspect of running a single test case. In this post, we will explore how to run multiple test cases with JUnit 4. I am less bothered about how the JUnit is used for unit testing, but my concern is how we can utilize JUnit (referring to …