Testng vs junit

TestNg is better than junit in some ways

Reporting is better in tesng. For junit we have to run it through ant to generate reports which is not the case in testing.

Testng is integrated better with grid than junit.