Jameleon is een automatische tester die met plug-ins gemakkelijk uitgebreid kan worden. Het programma is data-driven en maakt gebruik van Java en XML waarmee het platformonafhankelijk is. Hiermee kan je een applicatie testen tegen verschillende data om eventuele bugs of bottlenecks voortijdig op te sporen. De ontwikkelaars zijn nog steeds druk bezig en versie 3.2.2 is sinds enkele dagen beschikbaar met de volgende veranderingen sinds de vorige vermelding in de meuktracker:
Version 3.2.2:
Jameleon-Core:Bugs Fixed:
HttpUnit Plug-in:Features Added:
- Debug screen blows up on non String variable types
- Failing tags that use expectFailure continue on failure
- Configurator.getValue(defaultValue) broken when props=null
- add assertRegexMatches method to FunctionTag
- Add basic way in jameleon-core to get and set regex text
- Create a jameleon iterate data-drivable tag (Thank you Andrey Chernyshov)
- Ant - add way to pass Environment.properties settings
Features Added:
Jiffie Plug-in:
- Add a hu-get-matching-text tag (Thank you Pravin Bhujbal)
- hu-click-link - make triming whitespace around hrefs default
- HttpUnit - Add support to select nth option of select fields
Bugs Fixed:
Version 3.2.1:Features Added:
- unexpected error using jiffie plug-in
- ie-click-link fails if frameName is empty
- isTextInPage throws NullPointerException when no document
- Error in jiffie-google.xml example when run outside the USA
- Add failOnWindowNotFound attribute to ie-send-keys
- Make the WAIT attribute in IEFunctionTag settable
- Add a ie-get-matching-text tag (Thank you Pravin Bhujbal)
- ie-validate-select-field should support multiple values
- ie-set-select-field - add a way to set multiple values (Thank you Pravin Bhujbal)
- Jiffie - Add a fireEvent method to IEFunctionTag
- Jiffie - add ability to turn off com.jacob.autogc
Jameleon-Core:Feature Added:
HttpUnit Plug-in:
- Add a way to start Jameleon w/o using Ant. This will greatly help with packaging Jameleon with install tools like rpm.
Bugs Fixed:
Jiffie Plug-in:Features Fixed:
- HttpUnit assertTextPresent and hu-page-validation broken .. always passed. This was introduced in the last release.
- Add better error messages to HttpUnit wrapper methods
- Add a missing assertTitleEquals
- Add stripHtmlComments to hu-page-validation
- Add a stripComments parameter for assertText(Not)Present
- I also fixed some of the site docs and included better documentation on the hu-submit-form tag.
Feature Added:
Version 3.2:
- Add titleNotEquals, titleContains, titleBeginsWith, titleEndsWith, to ie-validate-title
Jameleon-coreBugs Fixed:
HttpUnit Plug-inFeatures Added:
- Problems when running multiple jameleon Ant tasks
- Trace message for csv key-value pairs broken in testcase tag
- The GUI needs to be restarted to see new custom tags
- XML Fragment Error Messages
- Add ability to run jameleon Ant tasks in parallel
- Ability for param tags to be nested in data-drivable tags
- Add a test case id tag
Features Added:
Jiffie Plug-in
- Add a submitForm method that takes a button name
- Add HttpUnit plug-in support for domainMatchingStrict on cookies
- Add HttpUnit hu-navigate tag
- Add ClientProperties settings in hu-session tag
- Add assertTitleContains to hu-page-validation
- Add Support for Clicking on Images to the hu-click-link tag
Features Added:
Version 3.0.5:
- clickYesOnSecurityAlert available via Environment.properties
- Add ie-fire-event tag to Jiffie plug-in
This release includes a minor feature enhancement and a few bugfixes only to the core engine. Several documentation fixes were made in the jameleon home site and in the Jiffie plug-in site.
The following bugs where fixed:The following features were added:
- The sample Jiffie google script fails due to a text change
- Viewing Test Case Locks File
- sql tag returns null for TimeStamp fields in Oracle
- Add debug feature for data-drivable tags. This means that now variable values pulled from data sources can be changed real-time during debug.