Creating Data-Driven Tests With xUnit
Data-driven testing is a testing method where test data is provided through some external source. Hence it's also known as parameterized testing.
A popular testing library in .NET that supports parameterized testing is xUnit. It uses attributes to de...
milanjovanovic.hashnode.dev4 min read