| 1. | Junit and NUnit inspires this testing framework | Are a java library and an instance of xUnit architecture for Unit testing code chunks |
| 2. | Easier to use with the HELP of the NEW functionalities | Some complexities are there |
| 3. | An XML file is required to run the suite TEST | @Suite and @RunWith are required to run the suite test |
| 4. | Exception testing is available | It is available here as well |
| 5. | New innovation feature is available in GROUP test | No existence of any Group test here in JUnit |