Hexawise recent updates

Hexawise recent updates

October 22, 2019
FIXED
Pairwise defect with Parameter insertion

Adding a parameter above an existing parameter worked fine, unless the parameter being added had 8 or more parameter values, triggering the warning dialog. In that case, the parameter would be added at the bottom of the parameter list if the warning was bypassed.

Insert parameter above

October 7, 2019
FIXED
The oddest of pairwise defects...

In the unlikely case that your user ID (a sequential database ID) and the test plan ID (a sequential database ID) happened to match, use of the plan became broken.

IMPROVED
More informative test case count in Your Plans and Revisions dialogs

These two dialogs now display the strength at which the test cases were generated.

FIXED
Rare error during plan export

Fixed a race condition on plan export that would very rarely cause the plan export to fail with an error.

September 25, 2019
FIXED
Pairwise defect exporting test plan when there are generated test cases and requirements with no names

This is what we mean when we say all defects are pairwise defects.

September 19, 2019
IMPROVED
🚀 Performance when saving test cases as data formats (JSON, CSV, XML, etc.)

There were some inefficient queries during this process that were heavily optimized.

FIXED
Test plan sorting by test case count when some plans have no generated test cases

Having no test cases at all messed up the sort in the test plan management dialog. It no longer does.

September 17, 2019
FIXED
Saving test cases as JSON when they contain an "no possible value" causes a 404 response

A classic pairwise issue; it's now resolved.

September 16, 2019
FIXED
Clicking disabled options in plan export dialog causes errors

The options were visibly disabled, but were still able to be clicked. We kept them clickable, but added a helpful message now as to why they are disabled.

September 11, 2019
IMPROVED
Faster constraint creation

When the creation of a constraint is denied, since it will cause a "no possible value" to appear, it now returns you to the constraint creation dialog so you can modify the constraint type, rather than returning you all the way back to the inputs screen.

September 10, 2019
FIXED
Clicking disabled import button in requirements import dialog causes errors

The import button was visibly disabled, but was still able to be clicked. Now it is not.

August 12, 2019
FIXED
Adding a new parameter in the mind map UI with no parameter values error'd

In other parts of the Hexawise, adding a parameter with no parameter values results in a parameter with one value called none. The same now happens for entering parameters in the mind map UI.

FIXED
Adding a new parameter in the mind map UI resulted in only grey mind map lines for the new parameter
August 8, 2019
IMPROVED
Gherkin Feature file, Gherkin data table, and Guage data table exports are streamlined

When exporting a Gherkin Feature file from Hexawise Automate, or when saving generated test cases as a Gherkin or Gague data table, for parameter values with value expansions, we no longer include both the parameter value and the expanded value for the value of a parameter with a delimiter in a specific test case, we only include the expanded value.

Thanks to Tim for the suggested improvement.

July 29, 2019
NEW
The # of generated test cases is now displayed in the "Your Plans" plan management dialog
CHANGED
The column 'Expansion #' was changed to 'Duplicated PV Index' in Value Expansions tab of the Hexawise Excel export

The new name is more clear about the purpose of this field, which is used internally by Hexawise to flag that a parameter value has been included more than once (for weighting purposes).

June 27, 2019
NEW
Number of generated test cases are shown in the revision dialog for many revisions

Not every plan revision has test cases generated for it, but for those revisions that do, Hexawise will now display how many test cases existed for that revision in the test plan revisions dialog.

June 19, 2019
FIXED
Password reset issues with the Internet Explorer browser
June 17, 2019
NEW
One-click removal of sample parameters

If you take Hexawise up on its offer to show you some example parameters in a new, empty test plan, you can now also clear those examples with a single click.

May 30, 2019
IMPROVED
Duplicated (repeated) parameter values don't duplicate in the Auto-scripts condition drop down list
May 20, 2019
IMPROVED
Define inputs UI

The text on the define inputs and bulk edit UI has been improved, and the interactions provide more feedback.

IMPROVED
Define Inputs UI independance

The URL scheme for Define Inputs is now independent, so won't continually return to the single parameter define inputs toggle. If you are using bulk edit or mind map views, those will persist as you move around the application. These views are now also URL addressable.

May 9, 2019
IMPROVED
Copying a plan in a project defaults to being copied in the project
April 30, 2019
NEW
TypeScript/Cucumber export from Hexawise Automate
April 18, 2019
FIXED
Importing a plan with invalid constraints can result in broken plan name in some cases