1

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?

Cagin Uludamar
  • 372
  • 1
  • 3
  • 16

1 Answers1

1

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

Cagin Uludamar
  • 372
  • 1
  • 3
  • 16