quizmediumTestNG vs JUnit, briefly?Same core ideas, but TestNG adds testng.xml suite config, @DataProvider, groups, and dependsOnMethodsTestNG is for unit tests only while JUnit handles integration and E2E suitesTestNG runs on .NET while JUnit is the equivalent runner for JavaJUnit has built-in suite parallelism that TestNG lacks entirelySubmit answer