Hexawise recent updates

Hexawise recent updates

May 15, 2017
FIXED
Duplicate requirement warning repeated when changing requirement name or expected result

It's true the requirement is still duplicated, but the second warning is difficult to understand since all you doing is changing the name or expected result.

March 17, 2017
FIXED
Missing message w/ invalid mixed-strength tests

If a mixed-strength test case generation was requested with the re-apply button and an insufficient number of parameters were selected for the highest selected strength (3 for 3-way or 4 for 4-way, etc.) then the error message was missing and instead there was a blank panel.

This was a regression that started when we added the enhanced, searchable and sortable test case table.

Thanks to Ryan for reporting this bug via chat.

February 6, 2017
FIXED
Special character in requirement name during Excel export

This was a 3-way defect: you had to have auto-scripts in your test plan, have a less than < character in your requirement name, and be exporting to Excel.

Thanks to Pam for reporting the issue!

January 25, 2017
IMPROVED
Instructions for achieving the "View the sample plans" achievement
FIXED
Truncated long parameter names were not replaced in Auto-Scripts
NEW
Tooltips explaining "purple italics" in test case table on Auto-Scripts

The tooltips that explain "purple italics" are now also in the test case table on the Auto-Scripts page.

November 25, 2016
FIXED
Can't specify mixed-strengths when there are more than 500 test cases

This was a classic pairwise defect that is only triggered for the pairing of multi-strength and > 500 test cases.

FIXED
Can't access "Key Concepts" links for some quizzes
November 10, 2016
FIXED
Erroneous duplicate name error when using esaped colons in bulk edit
October 30, 2016
IMPROVED
Handling very long parameter names and values in generated test case table

Very long parameter names and values are now truncated (with a tooltip to see the whole value) to save space when displaying generated test cases.

September 28, 2016
FIXED
"ampersand-quot;" could be seen in some cases in expected results rather than the " character
NEW
Escape colons in parameter names in bulk edit

You could always have a : in your parameter name in single parameter edits, but it wasn't possible to add or edit parameters with colons in bulk edit since the colon character delimits the boundary between the parameter name and parameter values. Now you can escape an colon in a parameter name with : in bulk edit. Example:

Fruit: Apple, Pear, Banana
IP\:Address: 192.10.1.1, 208.55.76.11
Car: Datsun, Yugo

Thanks to Eva for requesting this enhancement.

FIXED
Save parameter edits after a duplicate parameter name warning in mind map

There was a defect where the save action would remain disabled after getting a warning about duplicating a parameter name when editing in the mind map view.

FIXED
Rendering special characters in mind maps

Special characters that are reserved in XML would cause rendering issues in the SVG mind map display (a classic type of pair-wise data variation defect). They no longer do.

FIXED
Keyboard inserts in HP QC / ALM export dialog

Inserting parameters into the export fields with the keyboard was not working. Now it's fixed.

CHANGED
Rendering large number of test cases

When searching and sorting of generated test cases was added, we removed the prior limit of displaying 300 test cases at a time. Unfortunately as test plans get large and into the thousands of test cases, the burden on the browser JavaScript engine to parse and render all that test case data was too much for slower browsers (IE) and slower computers. We restored a limit (up to 500 now).

If you've generated more than 500 test cases (that's a lot of test cases!) you can once again see them all by exporting.

CHANGED
Existing requirements are frozen too after freezing test cases

We decided it makes more sense to show all requirements as frozen after freezing test cases rather than leaving existing requirements as unfrozen, since existing requirements are usually modified during freezing.

September 8, 2016
IMPROVED
Use an expected result achievement via requirements expected result

The achievement of using an expected result can now come from using an expected result on a requirement instead of just an expected result in auto-scripts.

FIXED
UI glitches in value pair dialog
FIXED
Can't revert to initial (blank) test plan

There was a defect (classic pair-wise defect) that you could not revert to the first revision of a test plan if that first revision was completely blank. Now you can.

IMPROVED
Additional fields in HP QC / ALM export auto-complete

The rest of the fields in the insert drop down (plan name, test #, etc) that are not parameter names are now available via text auto-complete in the HP QC / ALM export dialog.

September 3, 2016
NEW
Explanation of purple italics popup on hover for each occurrence

Helps explain the significance of purple italics in resulting test cases.

FIXED
No possible value popup not shown on subsequent viewings of test cases

The popup was only in place initially after test cases were generated, but coming back to the same test cases later, they did not have popups explaining the significance of "no possible value". Now it does.

IMPROVED
Moved the most critical generated test count information out of the title bar and info popup

This should improve getting key information about tests at a quick glance.

August 24, 2016
NEW
Keyboard triggered auto-complete in HP-QC / ALM export

In the test name and test description fields of the HP QC / ALM export dialog, you can now insert parameter values using keyboard autocomplete (similar to how it works in auto-script step fields) by typing the { character.