Tag: Unit Testing

This is a recording of the webinar "Quality Assurance for PHP Projects Using PhpStorm" by Michelangelo van Dam (@DragonBe) on 25th April 2013.

This is a free webinar held on Thursday, April 25th, where Michelangelo van Dam (@DragonBe) told us about Quality Assurance for PHP in general and show how different QA-related actions can be performed using PhpStorm IDE.

Michelangelo's slide-deck is available at SlideShare http://www.slideshare.net/DragonBe/quality-assurance-for-php-projects-with-phpstorm and the source code can be found at GitHub https://github.com/DragonBe/zftest

The webinar covered different topics including:
- Revision control
- Syntax checking
- Code documentation
- Unit Testing with PHPUnit
- Measuring code health with a variety of tools
- Profiling and debugging with Xdebug
- Automation with Phing
- Team work and more.

In this video, Dmitri Nesteruk gives an overview of improvements and new features introduced in ReSharper 7.

A recording of a webinar on new features and improvements in ReSharper 7 hosted by Hadi Hariri.

Want to know why people love ReSharper so much? Watch this video.

If you agree, you know where to go for the latest version of ReSharper.

If you don't agree, let us know.

Nuff said!

When I started doing iOS app development I was shocked by the bad unit testing integration in Xcode. Natually one of the first things that I tried out in AppCode was the level of unit testing integration in the IDE.

In this screencast I will share my findings and show you how easily that you can add a new test and execute it within AppCode.

 

 

In this video, Hadi Hariri shows the features for .NET application code coverage provided by dotCover. He also introduces new features in dotCover 1.1, including improved presentation and filtering, new reporting formats, and fetching code coverage analysis results from a TeamCity server.

In this session, Hadi Hariri discusses the concepts behind Behavior Driven Development (BDD) and drives out a sample web application using MSpec. From user requirements, driving down to internal components, he's using a combination of testing frameworks, mocks and good design principles to drive out specifications and implement functional, working software. The session was recorded at .NET Community Day - Best Practices in Sweden, organized by Informator and Edument in November 2010.

In this screencast Hadi Hariri introduces dotCover, showing how to get it up and running in a matter of minutes.

Using the default ASP.NET MVC application template, Hadi explains how to run code coverage, display and interpret coverage results, highlight covered and uncovered code in Visual Studio.

This short screencast shows how dotCover helps estimate code coverage after running your unit tests from ReSharper.