|
|
Browse by Tags
All Tags » test driven dev... » agile
-
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 ainsi peu de travail pour les testeurs à la fin puisque les défauts de fabrication ...
-
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 UI so I could write unit tests.
While I think it’s a good practice to do ...
-
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 to the actual value. While this works very well, the new way to write ...
-
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 of our team who told us.As any Agile team, we did it by ...
-
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. Mais qu’en est-il
pour les tests d’acceptation? ...
|
|
|