Tagged Questions

TestDriven.NET is a Visual Studio plugin which makes it easy to run unit tests from within the IDE.

learn more… | top users | synonyms

13
votes
2answers
233 views

How do I get TestDriven.net to generate a useful code coverage XML file with NCover?

Steps to Repro: Make a C# project in VS 2010 Professional on Windows 7 Ultimate 32-bit edition. Write some unit tests with the VS C# Unit Test wizard Download and install the latest RTM or Beta ...
11
votes
2answers
973 views

Force NCover 1.5.8 to use v4 framework like testdriven.net does?

I want to run coverage from the command line, but can't seem to get NCover 1.5.8 to instrument the code. It must be possible as when I run coverage tests with TestDriven.net it works. the difference ...
11
votes
2answers
2k views

Running XUnit.net Tests with TestDriven.net

I've used NUnit for years and I wanted to try XUnit. So I installed XUnit and ran the executable that allowed you to run XUnit via TD.net. I can't seem to run more than one test at a time. With ...
9
votes
2answers
291 views

Test Driven .NET won't use NUnit addins

I am experiencing a problem with running NUnit via the Test Driven .NET plugin with Visual Studio 2008. I have an addin that when I use the NUnit GUI, works just fine. However, the addin doesn't ...
9
votes
4answers
3k views

TestDriven.net with Gallio, MbUnit and NCover problems

Why doesnt TestDriven.Net work with my gallio/mbunit tests? I've used TDD.Net with MbUnit v2 and not had any problems, but with the new gallio release on my new pc, it does nothing. From the tdd ...
6
votes
1answer
146 views

Open Source Projects to practice TDD/BDD in C#

Can someone name some sample open source projects (C#) that would help me to put TDD,DDD concepts in to practice. (Beginner to Intermediate level) I have a good understanding of the concepts, but ...
6
votes
1answer
748 views

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/ As described on TekPub here: http://tekpub.com/view/concepts/5 I would like: To keep ...
6
votes
2answers
817 views

Visual Studio 2010 and Test Driven Development

I'm making my first steps in Test Driven Development with Visual Studio. I have some questions regarding how to implement generic classes with VS 2010. First, let's say I want to implement my own ...
6
votes
2answers
571 views

Can a Gallio/MbUnit Test be Ran without Installing Gallio?

I've installed TestDriven.Net in Visual Studio 2008 and when I run a mbunit test from TD.Net I get this message: It looks like you're trying to execute a Gallio/MbUnit unit test. For Gallio ...
6
votes
3answers
893 views

TestDriven.NET is not running my SetUp methods for MbUnit

I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp attribute. These methods run before the tests just fine using the MbUnit GUI, the console runner, and the ...
5
votes
1answer
261 views

NUnit, TestDriven.Net: Duplicate test results with partial test classes

I just discovered that I was getting twice the number of tests run that I should've been getting. Discovered it when a test broke and I got two identical test failures. Same test, same everything. Got ...
5
votes
4answers
2k views

How do I specify test method parameters with TestDriven.NET?

I'm writing unit tests with NUnit and the TestDriven.NET plugin. I'd like to provide parameters to a test method like this : [TestFixture] public class MyTests { [Test] public void ...
5
votes
3answers
1k views

Gallio Icarus vs. Testdriven.net

What are the differences between using a VS integrated tool like Testdriven.net or using a GUI test runner like Icarus or NUnit GUI? What do you prefer and why? So far i've found that reports are ...
4
votes
1answer
137 views

ASP.NET integration tests - TestDrive.net won't run them, other testrunners will

I recently had problems with integration tests after I upgraded my solution to .NET 4.0 - the answer to that question was to grab the 64 bit version of System.Data.SQLite.dll. I've figured that out ...
4
votes
2answers
332 views

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 to identify root issue. How can i ...
4
votes
1answer
119 views

TestDriven.Net 3.0 does not have TestDriven.NET.Solution?

I am trying out TestDriven.Net 3.0 (RTM) under VS2010 ultimate (x86) but could not find TestDriven.NET.Solution in bindings under keyboard options in VS. Is it recently removed or is my build bugged? ...
4
votes
2answers
533 views

Create File During Unit Test - Can't Open it to Write - TestDriven.Net and NUnit

I'm testing some code that needs to use FileInfo and DirectoryInfo object and, instead of write a wrapper and several interfaces to solve this, I thought it would be a good idea create some files when ...
3
votes
1answer
335 views

NUnit test fails with System.IO.FileNotFoundExeption

One of the NUnit tests in my Windows Phone 7 project keeps failing with the following error: Error 4 Test ...
3
votes
2answers
146 views

Test Driven SharePoint Development

I was wondering if you could please suggest me some good articles, tutorials, examples, links, videos, book, anything to get me started with the Test Driven SharePoint Development. I am also ...
3
votes
1answer
208 views

TestDriven.NET runner not working with Silverlight 3 and MSTest

I am currently working on a project in Visual Studio 2010 that uses MSTest for Silverlight. I had recently converted this project from Visual Studio 2008 where the Silverlight-based tests ran without ...
3
votes
0answers
497 views

How to setup Binding redirect with Nunit's gui runner?

I am trying to run my unit tests with nHibernate 3 and fluentnHibernate, To do this I need to setup a assembly binding redirect so fluentnHibernate will work with the new version of nHibernate. I ...
3
votes
0answers
175 views

Why is NUnit hanging from the command line, but not under TestDriven.NET?

If I start my unit tests from TestDriven.NET under VS2008, they run pretty much immediately. If I start my unit tests using nunit-console.exe, the NUnit console hangs for five minutes before ...
3
votes
3answers
347 views

Run an NUnit test without using the mouse?

When I want to run 1 test, I always have to right-click the method declaration and click "Run Test". Is there a way to do this without using the mouse?
3
votes
1answer
583 views

and TestDriven.Net

Has anyone experienced any issues with using the mstest attribute [AssemblyInitialize] when running tests with TestDriven.Net? I've tried 2.14 RTM and 2.22 RTM and neither seem to work for me. When I ...
3
votes
3answers
523 views

Does TestDriven.NET work with VS Express?

Does TestDriven.NET work with VS Express? EDIT: Yeah, I just installed it and noticed that it wasn't working. It looks like a really cool program.
2
votes
1answer
135 views

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 there a way to do this? As it is, it seems ...
2
votes
2answers
178 views

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. when I run unit tests (NUnit) for this component (using TD.NET), i noticed that the ...
2
votes
2answers
120 views

“Test with debugger” in ReSharper?

"TestDriven.NET" has a great feature called "test with debugger". Is there anything like this in ReSharper? Tried googling this, but can't find anything.
2
votes
1answer
242 views

testdriven.net log4net console output

How do I get log4net console output to show up when using TestDriven.net to run nunit tests? I'm using the ColoredConsoleAppender, and there is no log output.
2
votes
2answers
167 views

Run all open tests in Visual Studio

Is there an easy way to run all tests in open test classes in Visual Studio. I find that this is what I most often need to do. Mostly I use Resharpers or TestDriven.NET testrunners, and I cant find ...
2
votes
1answer
282 views

TestDriven.Net Only Running One Test Fixture In File

I'm using NUnit (but have also tried this with VS testing) and I'm having a problem getting TestDriven.Net to recognize and run different test fixtures in a single .cs file. I'm trying to do a ...
2
votes
1answer
234 views

Why does MSTest and TestDriven.NET behave differently using this code?

Check out this code: internal static readonly Dictionary<Type, Func<IModel>> typeToCreator = new Dictionary<Type, Func<IModel>>(); protected static object _lock; ...
2
votes
6answers
443 views

TestDriven.Net doesn't find tests

I have a test project using MbUnit and TestDriven.Net. If I right-click on an individual test method and say "Run Tests" the test runs successfully. Same thing if I click on a file name in the ...
1
vote
1answer
22 views

TestDriven.net shows up in VS 2005, not 2003

Windows XP, TestDriven.NET-3.0.2749 RTM Installed TestDriven.net on my dev machine Does not show in VS2003 Enterprise Edition add-in manager Uninstalled and reinstalled Shows in VS2005, not 2003 ...
1
vote
1answer
27 views

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 tests, as the ...
1
vote
2answers
256 views

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. I am working on a ASP.NET MVC3 project that parses in ...
1
vote
3answers
234 views

Need a real time, automatic, background compiler and test runner for C# .Net

I have googled around and played around with test scripts (powershell/spec/nunit/msbuild). I am looking for a test runner that will monitor my code and will continuously rebuild and rerun all my tests ...
1
vote
2answers
379 views

WatiN won't work with MSpec - UnauthorizedAccessException

I'm trying to get WatiN working with MSpec in VS2010, using TestDriven.Net. My code is as follows: [Subject("Whatever")] public class when_on_home_page { private static IE browser; ...
1
vote
1answer
85 views

TestDriven.NET hangs for tests that connect to the database

So I'm writing a web service that connects to a remote PostgreSQL server, pulls some data and then I do stuff with the data. Currently, I'm writing unit tests to ensure that I can grab the data and ...
1
vote
4answers
415 views

Why use TestDriven.net when you have Resharper?

As far as I can tell, TestDriven.net is focused on giving direct access to running tests from within Visual Studio. Yet, Resharper, while being a more general tool, provides this functionality as ...
1
vote
0answers
95 views

How to exclude externally referenced assemblies when measuring code coverage in VS10?

When measuring code coverage in Visual Studio 2010 Ultimate with TestDriven.Net and the built-in coverage tool, two external assemblies, i.e. not project references, get included in the analysis. How ...
1
vote
2answers
382 views

NCover 1.5.8 does generate coverate report

I run NCoverExploler, configure it, so command line look like this "D:\Development\Projects\t.net\lib\NCover\NCover.Console.exe" //reg //w "D:\Development\Projects\t.net\build_output\t.net" //v ...
1
vote
0answers
30 views

Rolling back a test (SQL Server 2008) with TestDriven.NET in Visual Studio 2010

How do I cause all my tests to do a rollback on the SQL Server 2008 database from my Visual Studio 2010 test harness? I'm using TestDriven.NET to run the tests.
1
vote
0answers
100 views

I can't get TestDriven.NET to show up in my installation of Visual Studio 2010

I've used TestDriven.NET in the past (with Visual Studio 2005), but now that I've got a new installation of Visual Studio 2010 on a different computer, I can't see either the Add-In Manager, or the ...
1
vote
2answers
150 views

TestDriven.NET Personal version vs Professional Version

I'm having trouble finding online resources on the feature differences between the Personal version and Profession version TestDriven.NET. Below is the download link ...
1
vote
3answers
720 views

Open source alternative for TestDrive.net 'Visual Studio add in' for unit testing?

I searched about this in SO and dint find a post on this. Since TestDriven.net is ONLY free for personal use, is there any other open source visual studio add in available for running NUnit test ...
1
vote
1answer
337 views

FileNotFound Exception when using TestDriven.NET and NUnit

I'm Writing a simple pong game in C# and XNA 4.0 to learn unit testing. The tools used are TestDriven.NET and NUnit, all newest versions. The problem is, if I test the code with VS2010 internal ...
1
vote
1answer
230 views

Gallio TestDriven.Net testing problem

I have a tdd system , where I use Gallio 3.1 with TestDriven.Net . I've downloaded the patches for them. 1) I'm getting this stack and the test wouldn't stop - SRCSRV: cmd /c svn.exe cat ...
1
vote
1answer
191 views

Testdriven.net not available in the right-click context menu

Testdriven.net not available in the right-click context menu??
1
vote
2answers
1k views

Problems redirecting NUnit assembly version (what is [AssemblyName].temp.config?)

I am using some of the testing libraries from Sharp Architecture which make use of NUnit 2.5.0 while the rest of my project uses NUnit 2.5.1 so I placed an assembly redirect in my test project app ...

1 2