What is difference between TestNG and Cucumber?

What is difference between TestNG and Cucumber?

Yes, TestNG is an automation testing framework whereas Cucumber supports an approach of Behaviour-Driven Development (BDD). TestNG consists of its very own approach when you execute and maintain different test cases. It allows you to make test groups ,prioritise tests, add test dependency and parameterized tests.