Testing C# and ASP.Net Applications Using Ruby

Published August 4th, 2010 Under Functional Testing | Leave a Comment

Ben Hall shows how Ruby testing tools can help with .NET and ASP.NET development and takes a look at RSpec, Webrat, Cucumber, Selenium and others. Also: a peek at using IronRuby for testing .NET apps.

http://www.infoq.com/presentations/hall-testing-with-ruby

Removing Dependencies for Unit Testing

Published March 31st, 2010 Under Software Testing, Unit Testing | Leave a Comment

This screencast demonstrates how to Stub out dependencies using a wrapper class.

A Visual Studio Plug-in that helps you automate tests in seconds

Published October 1st, 2009 Under Functional Testing | Leave a Comment

A Visual Studio plug-in for recording cross-browser functional tests. Built for developers doing testing, this automated testing tool allows test customizations in code within Visual Studio and conversion to unit tests. The tool provides industry-best test automation support for any web application – Silverlight, AJAX, and MVC included, as well as support for Visual Studio 2010.

Video sponsored by Telerik

Advanced ASP.NET MVC

Published August 24th, 2009 Under Software Testing, Unit Testing | Leave a Comment

Learn how to extend the ASP.NET MVC framework with dependency injection, view engines, action filters, and more. We’ll see how to apply Test Driven Development and write unit tests with mock objects.

ASP.NET MVC: Episode 5 with Charlie Poole – Viewing a Page and Final Thoughts

Published January 21st, 2009 Under Uncategorized | Leave a Comment

In this fifth and final episode, Stephen Walther and Charlie Poole successfully view blog entries in a page and all of their tests are green. This episode ends with Charlie Poole’s thoughts on the process that they followed and ASP.NET MVC.

http://www.asp.net/learn/mvc-videos/video-409.aspx

keep looking »