ZTL Record and Play Example
Published May 31st, 2010 Under Open Source Tools, Software Testing, User Interface | Leave a Comment
ZK-ZTL is an open source tool which can automatically test the ZK Framework with jUnit and Selenium frameworks. ZK is the leading open source Ajax and Mobile Java framework. This video show hot to use Selenium IDE to test ZK applications without the need for a UUID generator.
Contract Tests in JUnit 4
Published May 28th, 2010 Under Open Source Tools, Software Testing | Leave a Comment
As part of his talk on integration tests J.B. Rainsberger talked about how contract tests can be used to test the interaction between classes when using a mockist approach to developer testing. He wondered aloud if it would be possible to write these kinds of tests using abstract classes and JUnit 4. The answer is yes, with some caveats, as Ben Rady demonstrates it.
Video produced by Ben Rady
In The Brain of JBehave 2
Published June 23rd, 2009 Under Coding, Open Source Tools, Software Testing | Leave a Comment
Elizabeth Keogh is a developer for JBehave, a behaviour-driven development testing framework built on top of JUnit. Elizabeth Keogh showed an example of using the current version of JBehave with a little screencast: she used the Game of Life program that she had written to write JBehave tests in what seemingly looked like natural language. JBehave actually operates with keywords in the test files and uses pattern matching to see whether the test was successful.
http://skillsmatter.com/podcast/java-jee/jbehave-2
To Test or Not to Test
Published March 11th, 2009 Under Open Source Tools, Software Testing | Leave a Comment
Antony Marcano presents a discussion of FIT, and jUnit in the context of communication, automated testing, and TDD at the Agile Alliance Functional Testing Tools (AAFTT) visioning workshop.
Boosting Your Testing Productivity with Groovy
Published January 12th, 2009 Under Open Source Tools, User Interface | Leave a Comment
Everyone knows that testing takes time, but you shouldn’t skip testing because of a hard-to-meet deadline. What can you do to be sure you’ll have the following weekend free without worrying that a sudden call will spoil the fun? The answer is to let your testing code be groovier. This session discusses Groovy, a dynamic language for the JVM™ machine whose close integration with the Java™ programming language makes it ideal for testing purposes. With Groovy you can write less code and be more expressive, you can leverage your knowledge of JUnit extensions (such as dbUnit or XMLUnit) to speed up development, and it is also TestNG-friendly.
keep looking »