Hexawise recent updates

Hexawise recent updates

June 21, 2014
NEW
Proactively prevent some "no possible value" cases

Hexawise can now detect 3 additional causes of "no possible value" in generated test cases and proactively prevents them when you are adding value pair constraints.

FIXED
"any value" values left in test plans that are not all that complex

As a performance optimization, Hexawise will leave "any value" as the value in some test cases of large plans that are heavily constrained rather than suggesting a value in purple italics that will satisfy all constraints.

There was an issue where some simple plans would incorrectly report themselves as complex plans and trigger this optimization.

Thanks to Kevin for reporting this issue.

FIXED
Broken auto-script editing on a new plan that's never had test cases generated

If you create a new test plan and go right to auto-scripts after adding some inputs without first generating tests, the auto-scripts editing would be broken due to the auto-scripts preview functionality not being able to initiate.

The order and sequencing of user actions is an important source of variation that is often overlooked but can be the source of numerous defects. Keep this type of variation in mind when designing your test plans.

IMPROVED
Test Plan Scorecard test case reduction wording

The suggestion for reducing the number of test cases by reducing the largest parameters is now more nuanced as to when and how it is applied.

FIXED
The Test Plan Scorecard could report more than 100% of parameter values as constrained

The Test Plan Scorecard now maxes out at 100% when reporting the percentage of parameter values that are constrained. It doesn't make sense for this one to go all the way to 11.

NEW
Explanations of unavailable higher strengths

When plan computations max out at less than 6-way, Hexawise now explains why the higher strength test computations are not available and the very large number of test cases that would otherwise result.

June 10, 2014
FIXED
Extra long parameter names bork the Start and Finish drop down fields in auto-scripts

Thanks to Robin for reporting this issue.

IMPROVED
An empty new plan now has explanatory text as to why it's empty.
FIXED
404 when adding a user to an empty project
IMPROVED
Long rendering times with very large numbers of any values and very large numbers of value expansions

Any value replacement has to check for value pair constraints and so is inefficient as the numbers get very large. We updated the heuristics we use to decide when to leave "any value" without a replacement.

IMPROVED
Better UI when sharing a plan with a new project

A confirmation dialog is shown so you know the operation completed successfully, and the new project is scrolled into view in the plans/projects panel.

FIXED
OPML import

A sequence of every possible allowed structural variation in an OPML import file would confuse the importer on some parameters.

This is a classic pairwise defect. Our tests had the variations in isolation and in combination, but not at a strength (3-way) required to trigger this bug. Embarrassingly our own sample OPML input file would trigger this bug since it was an exhaustive example. (We've since added the sample to the test suite).

Thanks to Kevin for reporting this issue.

May 29, 2014
NEW
Plan scorecard warns when a plan may be overly constrained

It's often a sign the test plan may be too large in scope and would be better as multiple test plans.

NEW
Plan scorecard warns about unused value expansion values

In Hexawise equivalence classes are expressed with value expansions. Since they are considered equivalent to each other for the sake of the test plan, every value expansion value is not guaranteed to appear in at least one generated test case (which is why they can be a key strategy to reducing the number of test cases). The plan scorecard now lets you know when you have value expansion values that do not appear in any generated test case so you can make an informed decision about the trade offs.

May 22, 2014
IMPROVED
Password matching usability

Handy popovers.

IMPROVED
Password reset usability

Pasting email address now enables the reset button without typing. This is a 2-way fault of a parameter that's often overlooked. Was the value typed or pasted?

NEW
Quiz retake notifications

You'll now receive an email when it's time to retry a quiz.

IMPROVED
Test case value table styling

Not so cramped.

IMPROVED
Export dialog aesthetics

Oooh... pretty.

May 14, 2014
IMPROVED
Content and styling of Plan Scorecard

Just a bit easier to read and use now.

FIXED
Flickering on requirements drop downs in IE 8

Thanks to Remin and Courtney for reporting this.

May 9, 2014
FIXED
Issue when using parameter value with a % in it in a requirement, then navigating away from the page and selecting save at the resulting dialog

A rare 3-way fault in production! Now fixed.

May 8, 2014
NEW
Plan Scorecard

There is now a set of observations and recommendations about your test plan available in the "Analyze Tests" tab, and in a sheet in the Excel export.

IMPROVED
Password reset usability

The same usability features in the registration and password update interface are now available password reset interface.

FIXED
Very long parameter names are now truncated in the Auto-Scripts parameter drop down

Thanks to Robin for pointing out this issue in the forums.