DCSIMG
TDD,Testing - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

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