One of the nice features of VSTS is data-driven testing. It’s
as easy as hooking up a couple of attributes to the test classes, which then
allows tests to be run for multiple sets of input data. The problem is when you
want to include data
Read More