testdriven.net
What are some good books and online resources for test-driven SharePoint development?
I am seeking articles, tutorials, examples, links, videos, books, or anything to get me started with the Test Driven SharePoint Development.[详细]
2023-02-24 15:09 分类:问答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\")][详细]
2023-02-16 02:14 分类:问答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 m[详细]
2023-02-15 00:27 分类:问答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, Resharpe开发者_高级运维r, while being a more general tool, provides this functi[详细]
2023-02-10 23:17 分类:问答NDepend, TestDriven and HostType
I\'m making use of the TestDriven.NET plugin for visual studio to run all my tests to check for code coverage with NDepend. All is working fine apart from my tests with a HostType attribute. These are[详细]
2023-02-09 09:32 分类:问答Capturing HTTP traffic in Fiddler while using TestDriven.NET
I\'ve been writing some unit tests that use a web service to retrieve information from the web. When I run m开发者_如何学Pythony code from a console application, I can monitor the calls via Fiddler an[详细]
2023-02-08 14:39 分类:问答MSpec runs under ReSharper fine, but TD.NET throws exception
I\'ve been receiving this exception when trying to run mspec specification tests with TD.NET. ------ Test started: Assembly: DesignRightWeb.Specs.dll ------[详细]
2023-02-07 04:55 分类:问答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 whe[详细]
2023-02-04 20:22 分类:问答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.[详细]
2023-01-29 16:48 分类:问答VS 2010 - unit tests on drive mapping
Due to certain configurations on my dev box I was forced to move my code to the \"Documents and Settings\" folders. Since our #?*&%$£ \"beloved\" perforce VCS can have problems with long file pat[详细]
2023-01-25 12:19 分类:问答