Load Test with Visual Studio Team System

Published August 30th, 2010 Under Software Testing | Leave a Comment

How to stress load your application and set up web tests or win form tests with Visual Studio Team System.

Behavior Driven Development on WCF and UI using xUnit

Published August 30th, 2010 Under Open Source Tools, Software Testing, User Interface | Leave a Comment

This tutorial shows how BDD can be done from early requirement collection stage to late integration tests. It explains breaking user stories into behaviors, and then developers and test engineers taking the behavior specs and writing a WCF service and unit test for it, in parallel, and then eventually integrating the WCF service and doing the integration tests. It introduces how mocking is done using the Moq library. Moreover, it shows a way how you can write test once and do both unit and integration tests at the flip of a configuration setting.

Watch Behavior Driven Development on WCF and UI using xUnit

Behavior-Driven Development in the Real World

Published August 27th, 2010 Under Agile, Software Testing | Leave a Comment

Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This video demonstrates some techniques and tools you can use to start delivering software with BDD. : Using Behavior-Driven Development frameworks, this session explores ways to create software starting with solid Agile requirements, moving all the way through automated testing. We use .NET in C# and Visual Studio ALM, although none of these exact tools are required to accomplish the goals we set forth.


Get Microsoft Silverlight

Download video in other formats and slides

Unit Testing with Team System

Published August 11th, 2010 Under Software Testing | Leave a Comment

A short introduction on how to perform unit tests with Microsoft Team System.

Driving an ASP.NET MVC Application Outside-in with SpecFlow

Published August 9th, 2010 Under Agile, Open Source Tools, Software Testing | Leave a Comment

You will learn the basics of Behavior Driven Development (BDD) and Acceptance Test Driven Development (ATDD) as well as how to use these concepts to bridge the gap between requirements and implementation ? on .NET platform with SpecFlow. SpecFlow is an open source project inspired by Cucumber aiming at bringing pragmatic BDD to .NET.

Watch this video on Skillsmatter.com

keep looking »