Making Code More Testable – Breaking Static Dependencies
This screencast tries to cover how the static dependencies in constructor could be broken. Watch this screencast on isagoksu.com
This screencast tries to cover how the static dependencies in constructor could be broken. Watch this screencast on isagoksu.com
In this episode we are going to continue our series on how to create a build script using the Nant build tool. In this episode we going to take a look at how we can create dynamic config files by putting tokens in your files and letting Nant replace those …
Success on an Agile project relies heavily on the people in the trenches. Developers, testers, and product managers focused together, can deliver astonishing accomplishments in a short amount of time. Extraordinary results require discipline, motivation and alignment. Test Driven Development (TDD) and Refactoring creates the momentum to help developers organically …
This short screencast gives a quick review of the FireUnit Firefox Firebug Add-on and also the QUnit Unit Testing framework for jQuery. Source code and tutorial for this screencast
In this video on Flex and PHP projects, Platform Evangelist Mihai Corlan shows how to debug the Flex and PHP code simultaneously using Flex Builder and Zend Studio for Eclipse.
In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. We are going to focusing this episode on how to setup you mocks when you need to mock a class with …