DCSIMG
TDD - Shai Raiten

Shai Raiten

 Subscribe

Browse by Tags

All Tags » TDD (RSS)
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...