As we know we can not test application with just one set of data, we need to test software with different sets of data to ensure application quality. Thus from here Parameterization comes in the picture. We need to pass multiple sets of data to the application at runtime, for this we need to parameterize our test scripts. This concept which we achieve by parameterization is called Data Driven Testing.