Questions tagged [generic-test]
6 questions
22
votes
3 answers
How to integrate NUnit tests into a TFS 2010 build
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…

Kevin McMahon
- 2,643
- 25
- 31
3
votes
0 answers
Run generic NUnit tests from command line of VS2015 SP1
Problem: after installing SP1 for Visual Studio 2015 i cannot execute generic test from command line.
My command line and output is the next:
"C:\Program Files (x86)\Microsoft Visual Studio …

Vasil
- 31
- 4
3
votes
1 answer
How to set a relative path in a Generic Test's(Visual Studio 2010) working directory and summary results file
How to set a relative path in a Generic Test's(Visual Studio 2010) working directory and summary results file ?
As far I looked there is no way to set these locations programmatically in Generic test because the generic test has only properties…

Ranganathan
- 93
- 1
- 9
0
votes
2 answers
Show Inner Test results of a Generic Test in summary
I have a little problem with generic test and building project using TFS. I have a Silverlight user control, which I am testing using Silverlight unit tests from toolkit. Also we have a build machine, and using StatLight, I managed to make run test…

Peace87
- 23
- 2
- 7
0
votes
2 answers
Adding Generic Test Cases to TFS in C#
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…

Ian Dallas
- 12,451
- 19
- 58
- 82
0
votes
1 answer
Summary XMLFile Does Not Conform to Schema
I have a series of generic tests that run automatically from a TFS build definition. Some tests that pass are reported as failed in Visual Studio with the message "Summary XMLFile Does Not Conform to Schema". The XML files of the tests with that…

taz
- 1,506
- 3
- 15
- 26