I honestly cannot follow the mechanism given in the MSDN article Using a Summary Results File with a Generic Test. It is clear how to use xsd, and again it is clear how to wrap my existing application in a generic test. But right in between, the article says;
Next, edit the program you will wrap
as your generic test. Using the clas...
What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a better approach to running them?
Ideally I'd like to have the granularity of one generic test per test assembly and have a way to surface the results in the TFS build report.
...
Hey,
So I'm trying to find a way in which I can insert new generic test cases into TFS through C#. These are the same ones that you can create in Visual Studio so I was hoping there was someway to do this with the TFS API somehow. Any hints of suggestions are greatly appreciated.
Thanks!!
...