Data Driven Testing(DDT): It is a Automated testing process in which application is tested with multiple test data.
Example:If we want to create 100 users we can use data driven testing. This can be automated as creating the different users for the same functionality.
Retesting: Testing the application before enhancements or changes or fixing the bugs.