I am seeking articles, tutorials, examples, links, videos, books, or anything to get me started with the Test Driven SharePoint Development.
I\'m trying to get WatiN working with MSpec in VS2010, using TestDriven.Net.My code is as follows: [Subject(\"Whatever\")]
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
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
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
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
I\'ve been receiving this exception when trying to run mspec specification tests with TD.NET. ------ Test started: Assembly: DesignRightWeb.Specs.dll ------
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
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.
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