testing

  • submit to reddit

Testing Quartz Cron Expressions

Declaring complex Cron expressions is still giving me some headaches, especially when some more advanced constructs are used. After all, can you tell when...

0 replies - 2674 views - 10/30/12 by Tomasz Nurkiewicz in Articles

Unit Tests Don't Find Bugs: the Death of QA

Unit tests don't find bugs. They find regressions. This is a painful lesson I learned when I first started doing TDD (test-driven development), and...

22 replies - 22955 views - 10/27/12 by Shannon Behrens in Articles

Sizing vFabric GemFire – VMware’s Java-based, Spring-Enabled, In-Memory Data Platform

Capacity planning in the enterprise is no easy task. In this post, we provide an overview for sizing VMware’s elastic, in-memory data management...

0 replies - 845 views - 10/22/12 by Stacey Schneider in Announcements

WizTools.org RESTClient 3.1 Released

WizTools.org RESTClient is the premier HTTP and RESTful WebServices testing tool. Written in Java Swing, and available in Apache 2.0 OpenSource License, it is...

0 replies - 1142 views - 10/02/12 by Subhash Chandran in Announcements

RESTful Web Service Testing

Unit testing RESTful web services is rather complex.  Ideally, the services are tested in isolation before being packaged as a service.  However,...

0 replies - 6979 views - 09/11/12 by Steven Lott in Articles

What You Don't Know About AB Testing

The content of this article was originally written by Tom Hoddes on the blog, AvidLifeMedia It’s true, what you don’t know about AB testing … could kill...

0 replies - 4330 views - 08/11/12 by Luke Galea in Articles

Testing Private Methods in the Java World

Testing private methods is something that has traditionally drawn heated debates in the Java world. The solutions usually fall into 4 categories: Don't...

7 replies - 3875 views - 07/17/12 by Axel Fontaine in Articles

How to Test & Benchmark CDNs?

I recently came across a very interesting post about CDN testing by Jonathan Klein, someone I respect tremendously in the Web Performance world. During...

0 replies - 2680 views - 07/12/12 by Mehdi Daoudi in Articles

Unit and Integration Tests With Maven and JUnit Categories

 This example shows how to split unit and integration tests using Maven and JUnit categories.It is especially useful for existing test suites and can be...

0 replies - 746 views - 05/02/12 by John Dobie in Announcements

WizTools.org RESTClient 2.4 Released

New features of version 2.4 of WizTools.org RESTClient: Shiny new Mac build. Pressing Enter key in address bar triggers request. Ctrl + L or Cmd +L...

0 replies - 1010 views - 03/31/12 by Subhash Chandran in Announcements

Asynchronous and negative testing

The photograph describing this article is a temperature probe for checking, of course, temperature differentials. Test-Driven Development is a technique that...

0 replies - 6452 views - 03/06/12 by Giorgio Sironi in Articles

My Design, Testing, Coding Tips

Design Design for optimum usage of computer resources such as Memory, CPU, I/O & ConnectionFollow design principles such as OCP, Liskov Substitution , IOC,...

0 replies - 1103 views - 11/10/11 by shivaji chelladurai in Announcements

Getting started with Selenium 2

Selenium 2 features new Api and implementations which goes under the name of WebDriver. It's a simpler, faster, object-oriented Api that applies to modern web...

0 replies - 9235 views - 10/25/11 by Giorgio Sironi in Articles

Hibernate + Spring - Testing the Data Access Layer with an In Memory Database

For some time I have been working on developing a Java web app using Spring MVC & Hibernate, and as many will have discovered, this throws up lots of...

0 replies - 6679 views - 07/20/11 by Rob Hinds in Articles

I don't know how to test this

There is a maxim said by Misko Hevery which I share (and probably misquote) here:The only acceptable excuse for lack of tests is that you don't know how to...

5 replies - 7203 views - 06/23/11 by Giorgio Sironi in Articles