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.
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.
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.
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.
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.
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.
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.
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.
Now with 2% more accuracy. (That was a self-referential joke.)
Fixed a problem importing exported plans that contained certain special characters. Thanks to Chris for finding this issue and reporting it.
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.
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.
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 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.
The deletion worked fine but you received an error and needed to refresh. It now works properly.
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.
There were issues saving requirements where the required value contained a % sign.
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.
Thanks to Scott for reporting this.
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.
There were cases where the exported auto-script definition would not be able to be imported. These cases were cleaned up.
The example Excel input file is now much more comprehensive including sheets for everything that can be imported.
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.
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.