Tagged Questions

1
vote
2answers
16 views

VS 2008 / MSTest - how do I run a subset of all tests?

I've just started using MSTest in a Visual Studio project (NUnit has been what I've used before) and I have a few questions. I see that if I right-click on a single test method an …
2
votes
2answers
38 views

Migrate from MSTest to XUnit

We are thinking about moving our tests from MSTest to XUnit. Is there any migration application that takes a MSTest and migrates it to XUnit? Also, if not, what should I look out …
0
votes
1answer
15 views

How to use Microsoft built in Tests with NHibernate For Repository Layer(DAL)?

Can any body tell me how to use Microsoft built in Tests with NHibernate For Repository Layer(DAL)?
1
vote
0answers
22 views

Is this file lock issue due to me copying the DB file for every MSTest test? (using DeploymentItem annotation)

Hi, BACKGROUND: I've running unit tests in VS2008 using MSTest. My project has a SqlLite database. I have found that I needed to arrange for the default database file to …
0
votes
1answer
20 views

Using MSTest in VS 2010

In the test results under VS 2010, the Error message column is not very wide. If I widen the column, the error message is still truncated, less than the length of the column. It …
2
votes
3answers
126 views

Parse Fitnesse RESTFul XML output into TFS Test format

I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process. I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.Restful …
0
votes
1answer
110 views

CustomizableOutDir=true breaks MSTest.exe during Team Build

When using CustomizableOutDir, I'm having problems with TFS Team Build firing off MSTest.exe properly. TFSBuild.rsp /verbosity:diagnostic /p:CustomizableOutDir=true TFSBuild.pr …
1
vote
2answers
116 views

Visual Studio Web Test vs. Selenium

This can be a very opinionated question. Please keeps your posts factual. What are the pros and cons of using Microsoft Web Test in Visual Studio? Conversely, what are the pros …
2
votes
4answers
174 views

Running VSTS tests without mstest.exe

From reasons I won't get into, all our unit tests are using the VSTS test framework. I now want to create an MSBuild script that runs the tests, but I don't want to use mstest.exe …
0
votes
7answers
84 views

Is there any way to identify if it is a test or not (.NET)?

I want that my application catches the exceptions and e-mail them when running in production, but when I am running my MSTest unit tests I want it to throw the exceptions, so I can …
1
vote
2answers
43 views

Merge several mstest trx files into a single trx file

We use Visual Studio 2008 and MSTest. We have a batch file that the developers use to get latest version, build solution, run database scripts and run all tests. The problem is t …
1
vote
1answer
31 views

MStests through TeamCity

How do you run MStests through TeamCity and the MSBUILD option? Do you put these settings in the main solution? Thanks
0
votes
2answers
42 views

Why does Resharper 4.5 testrunner sometimes take forever to start my mstests?

I just copied a Visual Studio solution over from another computer. I haven't done any changes, but the Resharper testrunner takes forever to start up my mstests. When the tests are …
0
votes
1answer
12 views

Visual Studio test runner is seeking assembly configuration files in Visual Studio common directory. How do I fix this?

I have an existing Visual Studio solution with a handful of unit tests that throw one of two exceptions when executed using the Visual Studio test runner: System.IO.FileNotFoundE …
1
vote
2answers
92 views

Silverlight Unit Testing

I've searched for this info and see similar questions, but not one that matches very closely to this. If I missed one, I apologize. I was hoping that you'd be able to point me in …

1 2 3 4 5 12 next
15 30 50 per page