The Artima Developer Community
Sponsored Link

Java Buzz Forum
Jameleon - a new open source testing tool

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Jameleon - a new open source testing tool Posted: Jul 3, 2003 1:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Jameleon - a new open source testing tool
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

I just came across a new open source testing framework from the JavaRanch Open Source Projects forum called Jameleon and thought that I would blog it. I've not looked at this too much for the moment (I'm supposed to be finishing off one of my chapters for Apress' Professional JSP 2.0) but I think I understand what it does. It's an acceptance testing tool for testing the functionality provided by applications, and currently supports the testing of web applications.

Where it differs from regular HttpUnit and jWebUnit is that it breaks out testing of the features from the actual test cases themselves. So, if I understand correctly, you write the feature tests separately and then script them together into a reusable test case. Incidently, you can also make these test cases data-driven which gives an easy way of running specific tests on specific environments.

The framework has a plugin architecture allowing different functional testing tools to be used and currently there is a plugin for testing web applications using HttpUnit/jWebUnit. The test case scripting is done with XML and Jelly. I like the concept but it does seem a little complicated at first sight. Might have to play when all my chapters are done.

Read: Jameleon - a new open source testing tool

Topic: My JUG can beat up your JUG Previous Topic   Next Topic Topic: Norton AntiVirus and Java performance on Mac OS X

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use