1.

Which is better JUnit or TestNG?

Answer»
S.noTestNGJUNIT
1.Junit and NUnit inspires this testing frameworkAre a java library and an instance of xUnit architecture for Unit testing code chunks
2.Easier to use with the HELP of the NEW functionalitiesSome 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 availableIt is available here as well
5.New innovation feature is available in GROUP testNo existence of any Group test here in JUnit


Discussion

No Comment Found