Hexawise recent updates

Hexawise recent updates

December 13, 2012
IMPROVED
Expected results can have no condition and always be true

This option makes sense now that expected results are relative to a particular step of an auto-script.

IMPROVED
Multiple "is not" conditions are allowed on the same parameter in an expected result

This allows for more expressive expected result conditions, such as: "Customer Status" is not "Platinum" and "Customer Status" is not "Gold"

CHANGED
Expected results are moved into auto-scripts

There is no longer an "Expected Results" tab. Expected results are now located in the "Auto-Scripts" tab and are associated with a particular step of an auto-script.

Your existing expected results have all been preserved and moved to what we've calculated to be the appropriate step in the auto-script (the step where they would have shown up when exporting auto-scripts). If your plan didn't have an auto-script before, but did have expected results, then we've created a one-step auto-script for you.

Please let us know if you have any questions about this change. We think it's a good change that makes the expected results feature easier to understand and use.

December 11, 2012
NEW
How-To Progress Checklist items for required test cases and expected results

These are in the advanced checklist and have corresponding help content.

IMPROVED
Value expansions already in use in the current plan aren't shown in the value expansion drop down

Using them twice in the same plan makes no sense, so they are no longer shown.

December 6, 2012
IMPROVED
New user feature tour

The new user's feature tour has been updated and expanded.

FIXED
Export link at bottom of large amount of tests

An extra export link appears at the bottom of the list of tests when you generate more than 300 tests, this extra link was not working.

November 20, 2012
IMPROVED
Styling consistency in Auto-Scripts

Auto-scripts page now more closely follows the style of the rest of Hexawise.

NEW
Re-use value expansion between plans

There is now a drop-down of value expansions you've used in all your other plans so you can easily reuse them.

IMPROVED
Don't lose your work on login timeout anymore!

In case your Hexawise session times out, we used to take you back to the login page. This is no good if you have a bunch of unsaved edits in progress. Instead now we show you a login dialog and once you log back in you pick right back up editing where you left off.

NEW
Different highlights for married and invalid pairs

Married pairs get green and invalid pairs get red hover highlighting.

October 25, 2012
REMOVED
Advanced toggle in navigation menu

Congratulations! Everyone is advanced! That's just how you all roll.

IMPROVED
Usability of editing requirements

Save and cancel icons stay put when editing a requirement until you are done (they used to be visible only on hover).

October 19, 2012
IMPROVED
Requirements and expected results in Tests tab of Excel export

These are now broken out into separate columns.

IMPROVED
Smarter about which parameters are selected as explanatory examples

Parameters with just 1 value are no longer used in the strength interaction explanation dialog since they just confuse the explanation with their 1 value.

CHANGED
Moved Expected Results in the navigation

We decided it's more sensible after create tests.

October 4, 2012
CHANGED
Replaced floppy disk save icon with a check mark in Requirements tab

1994 called and they wanted their icon back.

IMPROVED
No "any value" markers for parameters with just 1 value

Hexawise uses purple italics in UI's and exports to signify that the value in the generated test can be substituted with any other value. It doesn't make sense to show this on for parameter values that are the only value of that parameter.

FIXED
Plan names with certain special characters show up garbled in the define inputs panel header bar

They now show up properly.

FIXED
Excel import with blank rows in the Requirements and Value Expansions sheets

Extra blank rows in these sheets would cause an import failure.

FIXED
Erroneous value pair deletion warning

Certain unusual cases of parameter names would confuse the validator and cause a spurious warning that value pairs would be deleted if the requested edit of the parameters took place. Allowing the edit would not delete the value pairs, but the warning was incorrect. This has been fixed.

FIXED
Wide parameter and value names can obscure the delete icon in the value pair list

Extra wide parameter or value names, usually caused by lots of wide capital letters, would cause the value pair display to be wide enough to push the delete icon out of view in the value pair list. It no longer does this.

September 29, 2012
FIXED
More 'no possible values' than was warranted

This only affected tests cases with more than one any possible value (marked by purple italics) where those same values were involved in value pair rules. The algorithm that ensured that selected values replacing any values did not violate value pair rules was a one-pass algorithm, so it was not able to adjust other any value replacements, if those values were the cause of there being 'no possible value' that could be used. The algorithm now takes multiple passes, each pass with variability in the order it attempts to replace values, to ensure if there is a set of any value replacements that can work, it will be found.

Thanks to many users for pointing this issue out over the last few months, but special thanks to Cortney for identifying and isolating a clean cut case that led us to a definitive fix.

September 28, 2012
FIXED
Clearing prompt text when inserting a parameter into a blank step

Before this action did not clear the prompt text. Now it does.

IMPROVED
Auto-Script User interactions

Many additional, subtle improvements to the Auto-Scripts UI around step re-ordering, handling of the scroll position when adding steps, and auto-advancing the next parameter to be inserted.