Hexawise recent updates

Hexawise recent updates

July 5, 2013
IMPROVED
"No possible value" now includes an explanatory tooltip

There is a tooltip on "No possible value" test case values that explains, in a generic fashion, why there is no possible value. An upcoming enhancement will make this explanation more specific.

IMPROVED
Plan import when specified expected results are not valid

Hexawise would silently skip auto-script expected results that did not correspond to the parameters and parameter values specified in the imported plan or otherwise had invalid syntax. Now Hexawise does not allow the import and notifies you exactly where the problem occurred in the import file.

IMPROVED
Plan import when specified value pairs are not valid

Hexawise would silently skip invalid and married pairs that did not correspond to the parameters and parameter values specified in the imported plan. Now Hexawise does not allow the import and notifies you exactly where the problem occurred in the import file.

FIXED
Cyrillic characters in requirements not properly encoded
IMPROVED
An ounce of prevention...

Removed the possibility of our most common IE-only JavaScript error from occurring (a stray console.log) by providing a stub that permits it without error.

FIXED
Inconsistent edit icons in Auto-Scripts

The first step of an Auto-Script did not have the edit icon like the rest of the steps.

Thanks to Amit for reporting this defect.

NEW
Clear Auto-Scripts

Once you have 3 or more steps in your Auto-Script, there is a new link in the Auto-Script panel header that allows you to clear out your Auto-Script and start anew without the tedium of deleting every step one by one.

Thanks to Amit for the idea.

June 26, 2013
FIXED
Issue with saving % in requirements and auto-scripts

There was an interesting pair-wise bug where saving a requirement name or expected result with a % in it, or an auto-script step or expected result with a % in it was broken, but only when saving via the warning dialog that informs you of unsaved changes.

IMPROVED
Performance of initial rendering of large sets of generated tests

A large set of tests (a couple thousand) would take a minute or more to render the final sets of parameter values once the tests had been generated (they are generated as parameter indexes). In many cases this was actually a fairly significant portion of the total computation time. This rendering time has been reduced about 6x.

This won't be noticeable on typical sets of generated tests (dozens to a couple hundred), but once you get beyond 500 or so generated tests there should be a noticeable improvement.

June 22, 2013
IMPROVED
Frequency and accuracy of the computation completion percentage

Now with 2% more accuracy. (That was a self-referential joke.)

June 21, 2013
FIXED
Export -> import issue

Fixed a problem importing exported plans that contained certain special characters. Thanks to Chris for finding this issue and reporting it.

FIXED
Unable to add value pairs until after a refresh after adds in a specific case

If you had just 1 parameter in a plan, then add more with bulk add, you would not be able to make invalid and married pairs with the original parameter until after a refresh.

Thanks to Scott for finding this one and pointing it out.

IMPROVED
Reset password message

If you have already used a reset password link and click it again in your email, the wording of the message is now a bit more helpful.

FIXED
There was an unintentional decay in how often requests were checked which meant that very often larger compute requests were completed but the the user interface still indicated they were in progress.

There was an unintentional decay in how often requests were checked which meant that very often larger compute requests were completed but the the user interface still indicated they were in progress.

June 14, 2013
IMPROVED
Clicking edit on parameters

There is now a spinner indicating the edit activity is occurring, and the top panel is expanded if it was collapsed, and increased in size if it was sized very small, so that you can see where the editing will occur.

FIXED
Error when deleting the project containing the currently displayed plan

The deletion worked fine but you received an error and needed to refresh. It now works properly.

FIXED
Bulk update editing multiple required paramaters

This was a rare 3-way defect in production. It only happened if you were bulk editing parameters and removed parameter values that were used in requirements, and you removed more than 1 of them in a single edit.

June 7, 2013
FIXED
% in requirement value

There were issues saving requirements where the required value contained a % sign.

FIXED
Invalid pairs in your test cases that exist to satisfy requirements

There was an interaction between invalid pairs and requirements that effected some plans and could cause an invalidated pair to still appear in initial test cases that were satisfying created requirements.

This has been resolved. Thanks to Fabio for noticing and reporting the error.

FIXED
Emailing two mind map image exports each time it's requested

Thanks to Scott for reporting this.

FIXED
Export UI glitch

The email and download buttons would not enable correctly if no other format type was selected and the mind map format (OPML or image) was selected directly rather than by picking the mind map checkbox first.

Given most ways you'd likely develop a test plan for this dialog, this counts as a rare 3-way defect found in production. Thanks to Scott for his eagle-eye in spotting this and generosity in reporting it.

FIXED
Import and export of auto-script definitions

There were cases where the exported auto-script definition would not be able to be imported. These cases were cleaned up.

IMPROVED
Example Excel input file

The example Excel input file is now much more comprehensive including sheets for everything that can be imported.

FIXED
Parameter order changes did not clear the generated test cache

If the only thing you changed in your test plan was the parameter order, the prior generated tests were held onto and would be displayed with mismatched column headers. The computed test cache is now cleared when you reorder parameters.

Thanks to Scott for letting us know.

FIXED
Moving parameters at the boundaries

Moving the top parameter "up" in the parameter order, or the bottom parameter "down" in the parameter order would cause the parameter to disappear until a page refresh. The parameter now "wraps" to the opposite side.

Thanks to Manas for reporting the bug.