data-driven-testssilktest

Data driven tests in Silk4Net


Is there any support in Silk4Net for data-driven tests? Should we code it from scratch or is there any support like Parameterized tests in JUnit?


Solution

  • Silk forum shows that Silk4Net is MSTest based, and MSTest supports Datasource attribute for data driven tests.