DCSIMG
TDD - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » TDD (RSS)
VS/TFS 2012 Update 2 & Update 3 CTP
Couple of days ago Brian Harry post about the new release of Update 2 for Visual Studio and TFS 2012, and today another release of Update 3 that isn’t big a Update 1 and 2 but contains a set of bug fixes that can ease you work. Before jumping to Update 3, if for some reason you’re not using Update 2 this is the time to read about it and install it! Update 2 VS/TFS 2012.2 (Update 2) Visual Studio 2012 Update 2 (VS 2012.2) ISOs available Team Explorer Everywhere 2012 Update 2 Update 3 – CTP Visual...
A-s-shole Driven Development
A-s-shole Driven Development Yes I know this sound interesting and yes it is! Yaniv Kessler has sent my that email and I felt that I need to share this knowledge with you! Scott Berkun wrote a very nice article of what he think is the reason for all those acronyms and frameworks keep piling up in the software industry. *** Driven development (ADD) – Any team where the biggest jerk makes all the big decisions is *** driven development. All wisdom, logic or process goes out the window when Mr. ***...
Run Unit Tests in Parallel using Visual Studio 2010
Run Unit Tests in Parallel using Visual Studio 2010 Today almost each and every machine have multiple CPU’s or a CPU with multiple cores, so why not using them in order to speed up your tests runs and run more Tests in parallel. In Visual Studio 2010 Microsoft added the ability to run Tests (Only for Unit Tests) in parallel. Data Collectors cannot be enabled if using Parallel execution. You must have multi-core/CPU machine How To Enable Parallel Execution of Unit Tests 1. Create new Test Project...
Behavior Driven Development
Behavior Driven Development Behavior Driven Development (or BDD ) is an Agile software development technique that encourages collaboration between developers, QAs and non-technical or business participants in a software project. It was originally conceived in 2003 by Dan North as a response to Test Driven Development , and has evolved over the last few years. The focus of BDD is the language and interactions used in the process of software development. Behavior-driven developers use their native...