Test Parameterization
Test parameterization is a powerful practice to enhance your testing scenarios. The concept of parameters in testing is simply that your test cases can define and use some parameters. During the execution of a test case, the parameters are filled in with their actual value, so a parameterized variation of the original test case is produced.
Test parameterization is an advanced feature. For more information, see Test Parameterisation.
Was this helpful?