![Java Testing Framework](https://d27wgn5g4t3wja.cloudfront.net/img/51f3a05d-d346-400e-9486-3d022a722167/194699.png)
Java Testing Framework
TestNG - TestNG
TestNG is a testing framework using annotations to provide a more powerful way to test your code in various ways: unit, regression, functional, integration, etc… TestNG allows you to clearly separate your Java code from the way your tests are run. You never need to recompile any of your classes if you decide to run a different set of tests or suites.