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?
Silk forum shows that Silk4Net is MSTest based, and MSTest supports Datasource attribute for data driven tests.