DotNetShoutout - Stories tagged with Testability
4
Shouts

Mocking the File System to Improve Testability (with JustMock) - Telerik Blogs - Milan Nankov

published 1074 days, 13 hours, 15 minutes ago posted by StevesSteves 1075 days, 3 hours, 12 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 11:52:28 PM GMT
Many applications require access to the file system to create, modify or delete files and folders. But how do you make sure that those applications behave according to their their specifications? You do it with tests of course but there is the catch: In general it is not a good idea to have tests that are performing Input/Output operations like accessing... (more)
category: Agile | clicked: 1 | comment | | source: blogs.telerik.com
tags: Telerik, Mocking, JustMock, Testability
6
Shouts

What’s so good about OpenRasta?

published 1199 days, 16 hours, 35 minutes ago posted by http://blog.robustsoftware.co.uk/http://blog.robustsoftware.co.uk/ 1200 days, 13 hours, 41 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 1:23:25 PM GMT
I’ve been proclaiming the greatness of OpenRasta to anyone unfortunate to start talking to me about web development recently. I thought it was about time that I recorded the reasons I love it so much somewhere everyone can see. OpenRasta is by no means a finished product but it has principles at its core that I value greatly and give it massive potential. (more)
category: Architecture | clicked: 0 | comment | | source: blog.robustsoftware.co.uk
tags: ASP .NET MVC, SOLID Principles, Architecture, Testability
4
Shouts

That is testability, not Test Driven Development!

Saturday, December 19, 2009 11:51:04 PM GMT
These are reflections on the blog post on the ADO.Net team blog Walkthrough: Test-Driven Development with the Entity Framework 4.0.. I talk a bit about testability versus Test Driven Development to avoid some of the confusion that seems to be growing around the two topics. (more)
category: Architecture | clicked: 0 | comment | | source: geekswithblogs.net
tags: Design, TDD, Testability, unit testing