Data Driven Test in xUnit Using Custom Attribute

There are couple of different Unit Test framework for C#. xUnit is one of the best one with latest technology. xUnit has Theory attribute together with InlineData attribute to support simple parameterized test case. However in real automation test, we normally have large amount test data stored in external source, like a csv file. We … Continue reading Data Driven Test in xUnit Using Custom Attribute