Skip to content

Wakaleo Consulting

  Home

items tagged with TDD

Data-driven tests with JUnit 4 and Excel
Written By: Administrator
Section: Articles and Resources

Category: Blog

2009-11-27 00:33:19

One nice feature in JUnit 4 is that of Parameterized Tests, which let you do data-driven testing in JUnit with a minimum of fuss. It's easy enough, and very useful, to set up basic data-driven tests by defining your test data directly in your Java class. But what if you want to get your test data from somewhere else? In this article, we look at how to obtain test data from an Excel spreadsheet.


Read More About Data-Driven Tests With JUnit 4 And Excel...


I don't unit test my classes
Written By: Administrator
Section: Articles and Resources

Category: Blog

2010-08-31 02:00:52

I don't unit test my classes. I don't even unit-test my methods. You'll be hard-put to find the word "test" in my source code. And I never, ever create a new JUnit Test Case Eclipse.

I prefer to test how my application behaves. And I find it makes a huge difference.


Read More About I Don't Unit Test My Classes...


Real Developers Don't Need Unit Tests
Written By: Administrator
Section: Articles and Resources

Category: Blog

2010-05-05 20:48:26

Recently I had the pleasure of giving a talk at the Canberra Java Users Group on the topic 'Real Developers Don't Need Unit Tests':

"Unit testing, and Test-Driven Development in particular, is a vital but neglected art. Proper TDD don't just test code: your tests are executable requirements that tell the story of your application, clarify your design, document your code and help track your progress. They help you find bugs fast, and fix them with confidence. If Real programmers don't need unit tests, they sure make life easier for the rest of us!"

I've posed the slides for this presentation in this article.


Read More About Real Developers Don't Need Unit Tests...


Show me the tests!
Written By: Administrator
Section: Articles and Resources

Category: Blog

2010-08-12 00:02:21


Test-Driven Development and Software Quality
Written By: Administrator
Section: Articles and Resources

Category: Blog

2008-05-26 00:00:00

Any Test-Driven Development practitioner will tell you, Test-Driven Development is a design strategy, not a unit-testing technique. Writing unit tests are a means, not an end. The goal is to write better quality, more reliable, and more accurate code.


Read More About Test-Driven Development And Software Quality...





There are 9 items tagged with TDD. You can view all our tags in the Tag Cloud

<< Start < Previous 1 2 Next > End >>
Page 1 Of 2