testdriven.net
Filter test projects executed by the TestDriven.NET runner
Is it possible to filter which 开发者_运维知识库test projects are executed when using the TestDriven.NET runner in the solution explorer? I want to run the unit tests without running the integration t[详细]
2023-04-04 21:24 分类:问答How to remove vshost.exe after testing?
In VS2010, I\'m using TestDriven.n开发者_运维技巧et to execute unit tests.It seems that each time I run a test, another myappname.vshost.exe loads into memory.It not uncommon to accumulate well over 2[详细]
2023-03-30 17:53 分类:问答Test Driven Development for ASP.NET MVC 3 - Parsing XML source file
Hi would like to reach out to the community to gain insight and advice on the approach to Test-Driven Development for the work I\'m carrying out.[详细]
2023-03-29 09:39 分类:问答'Default values not supported error' when working with Entity Framework Code First and SQLServer Compact 4.0
I am trying both xunit and TestDriven.Net for testing, for database using SQL CE4. Here is the entity definition:[详细]
2023-03-19 16:46 分类:问答Assert.DoesNotThrow with NUnit -- how to get stack trace?
I am using NUnit for unit testing (running with TD.NET). When using Assert.DoesNotThrow, i get the exception, but without any stack trace, which makes it harder t开发者_开发知识库o identify root issu[详细]
2023-03-13 21:31 分类:问答Is there a way to use EQATEC profiler on my NUnit Unit tests?
I\'d like to use the EQATEC profiler on my NUnit unit tests, just like I used to do with JetBrains dotTrace in conjunction with TestDriven.NET and NUnit. Is ther开发者_StackOverflow中文版e a way to do[详细]
2023-03-08 20:53 分类:问答Wrong configuration file when running NUnit tests (TD.NET)
I have a component that reads some configuration from the standard .NET configuration (app.config) file.[详细]
2023-03-07 00:20 分类:问答Unit Test inconsistent pass or fail result
One of my unit tests seems to randomly pass or fail when I run it. The only thing that makes sense to me for why this is happening is if the data in the database is getting into a different state each[详细]
2023-03-06 02:28 分类:问答After installing NUnit from NuGet, how do I force TestDriven.Net to use the NUnit dll referenced by NuGet?
I am trying to setup a Visual Studio solution that facilitates: BDD Using SpecFlow http://www.specflow.org/[详细]
2023-03-02 18:03 分类:问答How to verify that TestDriven.net uses NUnit 2.5.vNext?
I go to VS2010, tools, options, TestDriven.Net, Test Runners. I observe NUnit 2.5 with version 2.5.0 thru 2.5.65535.65535 to be launched.[详细]
2023-02-24 18:35 分类:问答