Understanding parameterise in Pytest
Parameterisation is a test data management technique, it is used for writing tests with effective test data management.
One of the most common use cases in test automation is executing a test for multiple sets of data.
In this case, if we write the s...
brahmakothapalli.hashnode.dev3 min read