Test Driven Development (TDD) in Visual Studio 2010- Microsoft Mondays

Posted by Hosam Kamel on ASP.net Weblogs See other posts from ASP.net Weblogs or by Hosam Kamel
Published on Thu, 10 Nov 2011 20:45:48 GMT Indexed on 2011/11/11 17:53 UTC
Read the original article Hit count: 630

November 14th , I will be presenting at Microsoft Mondays a session about Test Driven Development (TDD) in Visual Studio 2010 .

image

Microsoft Mondays is program consisting of a series of Webcasts showcasing various Microsoft products and technologies. Each Monday we discuss a particular topic pertaining to development, infrastructure, Office tools, ERP, client/server operating systems etc. The webcast will be broadcast via Lync and can viewed from a web client. The idea behind the “Microsoft Mondays” program is to help you become more proficient in the products and technologies that you use and help you utilize their full potential.

 

Test Driven Development in Visual Studio 2010

Level – 300 (  Intermediate – Advanced )

Test Driven Development (TDD), also frequently referred to as Test Driven Design, is a development methodology where developers create software by first writing a unit test, then writing the actual system code to make the unit test pass.  The unit test can be viewed as a small specification around how the system should behave; writing it first helps the developer to focus on only writing enough code to make the test pass, thereby helping ensure a tight, lightweight system which is specifically focused meeting on the documented requirements.

TDD follows a cadence of “Red, Green, Refactor.” Red refers to the visual display of a failing test – the test you write first will not pass because you have not yet written any code for it. Green refers to the step of writing just enough code in your system to make your unit test pass – your test runner’s UI will now show that test passing with a green icon. Refactor refers to the step of refactoring your code so it is tighter, cleaner, and more flexible. This cycle is repeated constantly throughout a TDD developer’s workday.

Date:   November 14, 2011

Time:  10:00 a.m. – 11:00 a.m. (GMT+3)

image http://www.eventbrite.com/event/2437620990/efbnen?ebtv=F

 

See you there!

Hosam Kamel

Originally posted at

© ASP.net Weblogs or respective owner

Related posts about Community

Related posts about Developer Tools