testing

  • submit to reddit

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 - 1151 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 - 9497 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 - 7142 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 - 7288 views - 06/23/11 by Giorgio Sironi in Articles

Is AgileUnit the next test generation?

I found a very innovative project at sourceforge called AgileUnit. It seems to me an alternative or supplement to junit. Very exciting for me is the approach...

1 replies - 829 views - 05/16/11 by Ricardo Ferreira in Announcements

PODAM 0.0.1-RC4 is ready. RFF (Request For Feedback)

Dear all, I finally completed the first version of PODAM, which is now 0.0.1-RC3. Before releasing the final version I'd like to collect feedbacks, bugs,...

0 replies - 1135 views - 04/26/11 by Marco Tedone in Announcements

Web Service Testing

This post recaps some results of my experiments with WS testing. In last few months I have been working on several projects – Spring WS Test, Spring WS 2.0...

0 replies - 14356 views - 03/21/11 by Lukas Krecan in Articles

Pulse Continuous Integration Server 2.3

Zutubi is excited to announce the latest release of the Pulse Continuous Integration Server, version 2.3! This new release includes a host of new features,...

0 replies - 1350 views - 03/21/11 by Jason Sankey in Announcements

FEST-Assert 1.4: Fluent Interface for Assertions

We are proud to announce that FEST-Assert 1.4 is out! FEST-Assert is an “assertThat” library that provides a fluent interface for writing...

0 replies - 1943 views - 03/08/11 by Alex Ruiz in Announcements

JUnit 4.9 - Class and Suite Level Rules

If you have worked with JUnit Rule API which was introduced in version  4.8 then you might probably also think that they are very useful. For example,...

1 replies - 14239 views - 01/31/11 by Shekhar Gulati in Articles

IntegrationContractTest

One of the most common cases of using a TestDouble is when you are communicating with an external service. Typically such services are being maintained...

1 replies - 5980 views - 01/13/11 by Martin Fowler in News

JUnit Testing Private Method

0 replies - 2332 views - 11/28/10 by Katarina Majetic in Uncategorized

Leave the Campground Cleaner

Here's a little known fact about your Agile Zone Leader - I'm an Eagle Scout. I spent many happy years in the Boy Scouts, and this meant many happy weekends...

1 replies - 10325 views - 11/17/10 by Matt Stine in Articles

Spring Dynamic Modules in Action

0 replies - 6120 views - 10/12/10 by Alessio Spadaro in Book Reviews

Test Behavior, Not State

Many developers and testers write automated tests. Sometimes they're unit tests, other times package level, and occasionally integration. There are many...

4 replies - 11781 views - 08/25/10 by Jared Richardson in Articles