Home » Archives

Content in the Software Testing Category

[22 May 2013 | No Comment | ]

Ever since I first heard about Cucumber I’ve always felt that those Ruby-folks has a nicer setup around Cucumber and it’s tools.

[15 Apr 2013 | No Comment | ]

This video discusses singletons, and when to use them.The Singleton is a well-known pattern in software. It’s got a lot of bad reputation too, since it makes testing more difficult. It has even come to being called “Evil”.

[18 Feb 2013 | One Comment | ]

This video introduces the web performance and load testing capabilities provided in VS2012 Ultimate. You will walk through a scenario using a fictional online storefront where your goal is to model and analyze its performance.

[3 Dec 2012 | No Comment | ]

This video explains what Test-Driven Development (TDD) is and how to implement TDD in C#. We will be using VSTS ( visual studio team system) unit testing framework.

[7 Nov 2012 | No Comment | ]

We know that effective automated developer testing is a cornerstone of successful app development. In Visual Studio 2012, we have enabled developers to use modern, agile techniques for developing and testing Windows Store apps written in C#/VB. In this talk, we will demonstrate how to apply existing best practices to effectively test your app in this new world. We also explore how to use highly iterative developer testing techniques like Test-Driven Development to create and test your app, using well-known patterns like MVVM and isolation.