Menu

Jameleon / News: Recent posts

Jameleon 3.3-RC1 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a release candidate (beta) release and includes 5 bug fixes.

For more information, be sure to check out the changes report at http://jameleon.sourceforge.net/changes-report.html ... read more

Posted by Christian Hargraves 2008-02-13

Jameleon 3.3-M5 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a milestone(beta) release and includes 34 bug fixes and 46 features, including a new Watij plug-in and totally revamped HTML results.

For more information, be sure to check out the changes report at http://jameleon.sourceforge.net/changes-report.html .... read more

Posted by Christian Hargraves 2008-02-09

Jameleon 3.3-M4 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a milestone(beta) release and includes 9 bug fixes/features, including an experimental release of a Selenium plug-in.

For more information, be sure to check out the changes report at http://jameleon.sourceforge.net/changes-report.html .

Posted by Christian Hargraves 2006-12-14

Jameleon 3.3-M3 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a milestone(beta) release and includes 31 bug fixes/features, including a re-factor of the configuration files.

We were able to consolidate Environment.properties and jameleon-gui.properties into a single configuration file named "jameleon.conf". This file now exists in the base of the jameleon-test-suite directory. We also added a new configuration wizard in GUI. This release _will_ break everyone unless they read the changes report (http://jameleon.sourceforge.net/changes-report.html).

Posted by Christian Hargraves 2006-11-11

Jameleon 3.3-M2 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a milestone(beta) release and includes updates to every plug-in as well as a refactor of the results. This release may break those that have coded against the TestResults.xml file or even against the results API directly.... read more

Posted by Christian Hargraves 2006-10-18

Jameleon 3.3-M1 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is a milestone(beta) release and includes a new HtmlUnit plug-in and a refactor of the test case doc generator and the results.

Users of the Jiffie plug-in may experience some problems with XPath expressions. ... read more

Posted by Christian Hargraves 2006-07-03

Jameleon 3.2.2 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Changes were made to the HttpUnit Plug-in, Jiffie Plug-in, Jameleon Core and Jameleon Test Suite. The release includes fourteen new features and seven bug fixes. Please see the changelog in the jameleon-test-suite release for more details. http://sourceforge.net/project/shownotes.php?group_id=84246&release_id=422116... read more

Posted by Christian Hargraves 2006-06-03

Jameleon 3.2.1 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Changes were made to the HttpUnit Plug-in, Jiffie Plug-in, Jameleon Core and Jameleon Test Suite. There release includes six new features and one bug fixe. Please see the changelog in the jameleon-test-suite release for more details. http://sourceforge.net/project/shownotes.php?group_id=84246&release_id=412263

Posted by Christian Hargraves 2006-04-23

Jameleon 3.2 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Changes were made to the HttpUnit Plug-in, Jiffie Plug-in, Jameleon Core and Jameleon Test Suite. There release includes fifteen new features and three bug fixes. Please see the changelog in the jameleon-test-suite release for more details. http://sourceforge.net/project/shownotes.php?group_id=84246&release_id=410061... read more

Posted by Christian Hargraves 2006-04-15

Jameleon 3.0.5 Released!

Jameleon is an automated testing framework that can be easily used by technical and non-technical users alike. One of the main concepts behind Jameleon is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular screen can be defined in Java and mapped to these keywords. The keywords can then be organized with different data sets to form test scripts without requiring an in-depth knowledge of how the application works. The test scripts are then used to automate testing and to generate manual test case documentation. ... read more

Posted by Christian Hargraves 2005-12-23

Jameleon 3.0.4 Released!

Jameleon is an automated testing framework that can be easily used by technical and non-technical users alike. One of the main concepts behind Jameleon is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular screen can be defined in Java and mapped to these keywords. The keywords can then be organized with different data sets to form test scripts without requiring an in-depth knowledge of how the application works. The test scripts are then used to automate testing and to generate manual test case documentation. ... read more

Posted by Christian Hargraves 2005-12-12

Jameleon 3.0.3 Released

Jameleon is a data-driven automated testing tool that is easily extensible via
plug-ins. Currently, these plug-ins in HttpUnit, Jagacy, Jiffie, and jWebUnit.
Features of applications are automated in Java and tied together independently
in XML, creating self-documenting automated test cases.

Jameleon Core Changes:

Bugs Fixed:
1267186 xjavadoc does register custom tags with Java 5.0 constructs
1263085 Environment.properties' functionDelay overrides script... read more

Posted by Christian Hargraves 2005-09-03

Jameleon 3.0.2 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Some notable changes are:

1. Unrecognized tags are no longer ignored. This has been a long awaited fix.
2. Added an attribute to ExecuteTestCaseTask that waits between scripts.
3. ExecuteTestCaseSeparateVMTask's failOnError has been fixed.
4. The HTML results directories were hard-coded, making it difficult to package up and distribute the results.
5. Added support for name, src and id attributes for both framesets and iframes into the Jiffie plug-in.
6. The Action Point Generator in GUI has fixed.
7. Some minor stability tweaks to the GUI.... read more

Posted by Christian Hargraves 2005-08-07

Jameleon 3.0.1 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

This is purely a bug fix and minor feature release.

The following bugs were fixed:

JAMELEON CORE:
1245907 - Param values are not cleared out properly
N/A - When using the stop execution button frequently,
sometimes, the GUI gets in a state where the test case
doesn't fully execute and dies unexpectedly. This is an
ongoing bug, but this fix is believed to have stabilized
things more.... read more

Posted by Christian Hargraves 2005-07-28

Jameleon 3.0 Released!

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

There have been a lot of changes in the last year. Below is a short list of changes:

1. We separated plug-ins from the main codebase to help promote the creation of other plug-ins
2. Created an plug-in that controls IE through the
jiffie library.
3. Created a 3270 plug-in based around the commercial library, Jagacy.
4. Added a much more complete GUI where
a script can be viewed, executed, debugged
and the documentation can be view. I also
fixed several bugs in the GUI.
5. Added postconditions and preconditions.
6. Fixed several reporting issues.
7. Added a sql data driven tag.
8. CVS files can now be commented.
9. Completely revamped the site and documentation.
I also added some getting started sections.... read more

Posted by Christian Hargraves 2005-07-08

Jameleon 2.0 Released!

Jameleon is an automated testing tool that separates applications into features and allows those features to be tied together independently, creating test cases. These automated test cases can then be data-driven and executed against different environments. The goal is to create an automated testing tool that can be used for the enterprise. A UI that ties a series of features to a test case, generating both the test script and the test case documentation is in the works.... read more

Posted by Christian Hargraves 2004-05-01

Jameleon Contributors Wanted

In order for Jameleon to reach it's full potential, Jameleon needs more talent with different opinions.
If you have always wanted to be part of a software project that will make a big impact on the world, now is the time!

Jameleon will change the way people think about testing and I am currently looking for someone to help document, someone to help with the main user interface (Swing), a project manager, and someone to help make the framework even better. ... read more

Posted by Christian Hargraves 2003-07-15