JP Hamilton has posted a brief blog post on how he unit tests WinForms . Looks nifty, especially if you use a pattern like Model-View-Presenter for your forms. His rationale is that if you keep on testing only the presenter and mocking out the view in your unit tests, your forms code still gets zero...
Here's what Steven Harman has found out in a recent trip: TDD is Gaining Some Ground somewhere... [Taken by Steven Harman at Crowne Plaza front desk in West Michigan]
Test Driven Development for the Masses by Andre John Tamayo Cruz About the Speaker Andre John Cruz aka cruizer is a Microsoft MVP for Visual C# and an Administrator for PHPUGPH.com. His day job is an Application Developer for Barclays Capital Singapore. He is an avid FOSS enthusiast, and also an active...
The previous incarnation of that Microsoft article was heavily panned by critics and in a rare move, Microsoft actually pulled it out of its developer web site. I didn't realise it but Microsoft actually replaced it with one written by Jeffrey Palermo -- http://msdn2.microsoft.com/en-us/library/aa730844...
Ubraa my 1st open source project is conceived at the PHPUGPH forum. ============== SUMMARY PAGE =================== Project Name: PMS Project (Code Release Name: UBRAA) Description: PHP based project management software Technical Data: -Built on Zend Framework 1.0.0 -Uses jQuery library for UI interactivity...
This InfoQ link on pipelined CI got my attention because it was something that I can relate to. The project we're working on used to build on our CruiseControl.NET build server in only three minutes; now it's taking more than 18 minutes to complete. And it's a dual-core 2 GB machine at that...