
A New Hope Software Craftsmanship, SOLID principles, eXtreme
Programming, the list of all the “best practice” guides I’ve learned
over the years goes...
0 replies - 1679 views - 04/08/13 by Justin Bozonier in Articles

The phrase "unit testing" evokes a wide variety of opinions within the
developer community. At this point, most individuals understand the
concept through...
0 replies - 2856 views - 04/05/13 by Zac Gery in Articles

For people in hurry here is the code and the steps.
In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...
0 replies - 1971 views - 04/04/13 by Krishna Prasad in Articles

One trend is slowly destroying our industry: the requirement of automated testing on the code we write. This madness goes from writing tests before the code...
9 replies - 15894 views - 04/01/13 by Giorgio Sironi in Articles

My wife grew up spending a half of every summer living in Algonquin Park. My father-in-law was a bush pilot for the Ontario Ministry of Natural...
0 replies - 2797 views - 03/29/13 by Dave Rooney in Articles

Assumptions + important edge cases. That’s it. That’s all I consider when I’m testing my code. But knowing that you aren’t satisfied with such a...
0 replies - 1639 views - 03/21/13 by Nick Watts in Articles

I know, it‘s kind of like saying ‘Puppies are Evil.‘ And, I am a LONG time TDDer. Unrepentant, still a believer that it is a great way to code, however,...
0 replies - 1393 views - 03/12/13 by Rob Williams in Articles

Release testing is a flawed strategy that discourages product quality
In many organisations, an agile product team will contain co-located developers and...
0 replies - 2701 views - 03/12/13 by Steve Smith in Articles

Before writing this post, I am assuming that you know the basics of JUnit. If you do not have the basic knowledge, first read this link. Further, in this post,...
1 replies - 4152 views - 03/12/13 by Lokesh Gupta in Articles

Lior Friedman asked whether a tester should know how to program or become obsolete. Lanette Creamer said the same fate awaits programmers who can’t test....
0 replies - 1693 views - 03/12/13 by Gil Zilberfeld in Articles

For people in hurry get the latest code from Github and run the below command,mvn clean test -Dtest=com.example.bookstore.web.controller.CreateOrderTestIn...
0 replies - 1309 views - 03/06/13 by Krishna Prasad in Articles

In continuation of my earlier blogs on Introduction to Spring MVC and Testing Controller in Spring MVC, in this blog I will demonstrate how to test Web layer...
0 replies - 2684 views - 03/05/13 by Krishna Prasad in Articles

In continuation of my earlier blogs on Introduction to Spring MVC and Testing DAO layer in Spring MVC, in this blog I will demonstrate how to test Service...
0 replies - 2059 views - 03/03/13 by Krishna Prasad in Articles

In continuation of my blog JUnit testing of Spring MVC application – Introduction, in this blog, I will show how to design and implement DAO layer for...
0 replies - 4034 views - 03/01/13 by Krishna Prasad in Articles

I have been working a lot recently with a bunch of test jobs that are intermittently getting stuck. Now it is possible to work out the point where the problem...
0 replies - 1493 views - 02/23/13 by Gerard Davison in Articles