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
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
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.
I am trying both xunit and TestDriven.Net for testing, for database using SQL CE4. Here is the entity definition:
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
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
I have a component that reads some configuration from the standard .NET configuration (app.config) file.
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
I am trying to setup a Visual Studio solution that facilitates: BDD Using SpecFlow http://www.specflow.org/
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.