What is parameterization? How does it help in testng?

What is parameterization? How does it help in testng?

Hello Emma,

When you write software you want different functions to work on different sets of data. Similar is the case in testing, different test cases have to work for different sets of data or elements.

Hence Parameterization helps you pass different data at runtime to the application according to the parameters set on the test script.