parameterization selenium code example
Example: parameterization in selenium
- Parameterization is being able to pass different test data from FEATURE FILES.
- We are able to not to "hard-code" some of the test data,
so that we can change it from our feature files.