Bienvenue à Communauté d'utilisateurs .NET et Agile de Québec Identification | Inscription | Aide

Browse by Tags

All Tags » agile » test driven development   (RSS)
I discovered NUnit extensions the other day while looking at there latest release. I really liked the RowTest extension. There's also 2 extra applications to create NUnit reports. I haven't tried them out yet. Let me know how they work out for you. ...
J'ai trouvé cette citation de Dikjstra sur le site qui contient ses archives . "... program testing can be used very effectively to show the presence of bugs but never to show their absence." Avec Lean, on supprime les bogues lors du développement, laissant ...
One of the things that had always bothered me with unit tests is its difficulty in testing user interfaces. In .NET, the event handlers are usually private methods, hence inaccessible for a unit test. This forced me to remove all business logic from the ...
I downloaded NUnit 2.4.1 at the beginning of June. As always, I don’t read any of the new documentation. What was I thinking? I should have read it before now. For people who are using NUnit, you use the Assert class where you compare the expected result ...
I used to work in Calgary. For 3 years, I worked on the same product. When I left the company, our team had CI, TDD with 450 unit tests covering 52 % of our code base. The funny thing is that we never considered ourselves Agile. In fact, it's a new member ...
La conférence Agile 2007 aura lieu du 13 au 17 août prochain à Washington D.C. J’ai regardé l’horaire et voici quelques coups de cœur : Lundi Introduction to Acceptance Test Driven Development: TDD est une excellente méthode pour faire des tests unitaires. ...