I am learning Behavior Driven Development with ASP.NET MVC and, based on a post from Steve Sanderson, understand that BDD can mean, at least, the following test types: individual units of code & U
I\'ve been receiving this exception when trying to run mspec specification tests with TD.NET. ------ Test started: Assembly: DesignRightWeb.Specs.dll ------
I have been using MSpec to write my unit tests and really prefer the BDD style, I think it\'s a lot more readable. I\'m now using Silverlight which MSpec doesn\'t support so I\'m having to use MSTest
I have mspec running with R#, but my client doesn\'t have R# and doesn\'t plan on getting it. :( I want my test su开发者_开发百科ite (written completely with mspec) to be valuable to my client, so it
I\'m drawn to MSpec with the hopes of one day sharing my test reports with non-developers*, but that is most valuable (right?) if I discuss the business (the user experience) in the test/scenario name
Whilst practising the Check Out Kata with MSpec I wanted to remove the duplication in my specs the same way that you would add a RowTest in NUnit, but I couldn\'t figure out how.
I\'ve been following James Broome\'s tutorial to teach myself MSpec and some of the related infrastructure. I\'m using the latest version of MSpec, MSpecMvc, and ASP.NET MVC 2 and I\'m not using J.P B
I have just started learning and usingASP.NET MVC 2 and also getting more involved into unit testing my code. My question is broadly how to simulate a user log in by passing in credentials within my t
In my HomeController I\'ve got the following: public ActionResult Index() { SetModuleTitle(\"Welcome\");
Can anyone recommend a free code coverage tool for use with MSpec on VS2010/.NET4开发者_开发问答? Can TD.NET do this?TD.Net supports code coverage with MSpec (Test with -> Coverage or NCover). You can