MyBlogLog

The Home for Engaged Publishers & Readers

Subscribe

Topic: tdd

New with Topic: tdd


lotas
lotas shared an item
Unit Test Boundaries
One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. Michael Feathers takes a harder stance in saying… A test is not a unit test if: It talks to the database It communicates...
 
Kurt Häusler
Kurt Häusler shared an item
Unit Test Boundaries
One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. Michael Feathers takes a harder stance in saying… A test is not a unit test if: It talks to the database It communicates...
 
accavdar
accavdar posted a blog entry
JUnit 4 in 60 Seconds
dzone_url = "http://www.cavdar.net/2008/07/21/junit-4-in-60-seconds/";I played with JUnit 4 library this weekend and here is...
3 days ago cavdar.net | Topics: TDD, junit4, unit-testing
 
accavdar
accavdar shared an item
JUnit 4 in 60 Seconds
I played with JUnit 4 library this weekend and here is the short introduction to it:@Test Mark your test cases with @Test annotations. You don’t need to prefix your test cases with “test”.  In addition, your class does not need to extend from...
 
higgis
higgis bookmarked a link
brian_johnston : My Problem with MVC and the Pattern Mafia in general
Excellent rant about how patterns and other religiosity can make things worse. I gave a much more restrained version of this rant in a developer forum the other day.
 
Manikanda kumar
Manikanda kumar bookmarked a link
pymox - Google Code
Mox is a mock object framework for Python.Mox is based on EasyMock, a Java mock object framework.
 
mhinze
mhinze posted a blog entry
Testing TempData in ASP.NET MVC Preview 4
Eilon was correct - they made it easier!It's trivial to test TempData now. Here is how I ported the example from his...
8 days ago mhinze.com | Topics: ASP.NET MVC, asp.net, aspnetmvc, tdd
 
Manikanda kumar
Manikanda kumar bookmarked a link
Hakan Erdogmus on TDD Misunderstandings and Adoption Issues
Hakan Erdogmus, Editor in Chief of IEEE Software, talks about current misunderstandings regarding TDD's role in software development and the adoption issues it faces.
 
Pradeep C
Pradeep C posted a blog entry
Why 3G operators can't ignore TD-SCDMA
Come Beijing Olympics, and China will be showcasing the TD-SCDMA (Time Division-Synchronous Code-Division Multiple Access)...
 
PeterBell
PeterBell posted a blog entry
If it isn't worth testing, it isn't worth coding . . .
One of the common arguments against Test Driven Development is that a lot of the code we write (simple getters and setters,...
13 days ago Application Generation | Topics: TDD, To Ponder
 
mhinze
mhinze posted a blog entry
Refactoring DRY tests with Resharper's Inline Method
Dan North, in a recent article about DRY tests, says:[Tests] are the documentation narrative that will guide future...
13 days ago mhinze.com | Topics: Tools, dry, refactoring, resharper
 
Emad I
Emad I posted a blog entry
Unit Test Private Methods in Visual Studio
I am working on a feature that will let me import twitter messages to yonkly and wanted to write a test for it.  The...
 
PeterBell
PeterBell posted a blog entry
Dan North on Breaking DRY
Don't Repeat Yourself is one of the most important principles from the Pragmatic Programmers book. Dan North has posted an...
16 days ago Application Generation | Topics: TDD, Testing
 
jmbeas
jmbeas posted a blog entry
De mayor quiero ser como Kent Beck
Dada mi nueva situación (perdonad el eufemismo, pero es la moda...), estos días estoy trabajando en mi CV. Para ello he...
16 days ago Blog personal de jmbeas | Topics: Profesión, Agile, TDD
 
more...