Automated iPhone Testing using Open Source Tools

July 18, 2011 0

This video demonstrates how to automate the iOS platform / iPhone automation using Open Source tools that are compatible with ANT and Maven in any continuous environment. It shows how you can perform a basic test in an iPhone app and run through both positive and negative testing, showing the Junit results at the end.

Testing Databases with JUnit and Hibernate

March 14, 2011 0

This blog post discusses the problem of testing the database code. It describes some of the problems and proposes possible partial solutions to this testing issue based on Hibernate and JUnit.

Converting JUnit Tests to TestNG

January 20, 2011 0

In this blog post, Cédric Beust describes the new TestNG features that allows to convert Java unit tests from JUnit 3 and JUnit 4 to TestNG.

1 2 3