This wasn't working and brought you to the full login page. It's now working.
If you attempted to create an married pair constraint that violates existing constraints, an error dialog explaining the issue is shown. Upon returning from the dialog back to the married pair constraint creation dialog, the order of the parameters could reverse from the order in which you clicked them. This has been resolved.
Small user experience improvements in the network test.
Long project names were not properly truncated.
This was a specific customer request. Always eager to hear what language / test framework pairings will be helpful to add to Hexawise Automate.
When adding or editing parameters in the mind map view, the warning dialog for large parameters wouldn't dismiss after you OK'd the large parameter.
Clicking cancel during parameter length warning when adding or editing parameters would result in a full dismissal of the prior dialog and a lose of the addition or edits. It now returns to the dialog upon clicking cancel.
Hexawise Automate has had the <Test Number>
expression that can be used in Scenario
and Scenario Outline
sections to include a sequential number for each included test case, either in the Examples
table in the Scenario Outline
or in the sequence of generated Scenario
, one for each test case.
In addition, there is now a <Test Case>
expression that provides the (potentially non-sequential) number of the generated test case for the row of the Examples
table or the generated Scenario
.
If your Scenario
or Scenario Outline
doesn't have any {[Parameter] Parameter value}
selector(s) then there will be no difference in the values provided by <Test Number>
and <Test Case>
, but if it does, then the <Test Number>
will increment from 1 sequentially, while the <Test Case>
will reflect the number of hde generated test case for the Examples
table row or generated Scenario
.
After requesting a long-running test case generation (5-way or 6-way) and then instead selecting a lesser strength, refreshing or navigating would return to the larger strength request.
Thanks to Zachary for reporting the issue.
Some attempts to export a test plan that were not going to work failed to report a friendly user message, but instead resulted in an application error.
Updating value expansions results in a partial cache invalidation. Immediately exporting afterward results in attempt to export off an incomplete cache. This was resolved.
New Hexawise users now get a guided tour of the product.
Hexawise Automate scenario examples that are constrained by parameter value would be missing test cases where the same parameter value is value expanded or range expanded in the generated test case.
There are three areas of the screen, the test plan inputs, the list of constraints, and the list of implied constraints. There was some scroll interaction between the three that made it more difficult and tedious to work with heavily constrained plans. These three areas now have better scroll behavior.
The test plan strength switcher in Hexawise Automate was subject to some caching issues and other defect cases. These have been resolved.
This link now takes you to the right place.
The styling and validation behavior on these has been cleaned up and improved to provide more consistent behavior and feedback.
The list of language and framework pairs was inconsistent and jumbled. Sometimes with the language first, sometimes with the framework first, and sometimes with only the framework and the language implied. This has now been made completely consistent for easier scanning of the list.
When attempting to apply new mixed-strength settings that are invalid, an explanation warning panel appears. The "hide this" link on the panel did not work properly.
When you make a change in Bulk Edit, and click "Save", then get a warning message, upon clicking "Cancel" subsequently the "cancel unsaved changes" link couldn't be clicked.
After typing {
in a Hexawise Automate Scenario
or Scenario Outline
, the subsequent auto-completion of parameter value names is much more capable and less persnickety when finding matches.
The drop down list of parameter names that appears in Hexawise Automate when you type <
in a Scenario or Scenario Outline now differentiates parameters that you've already referenced in Hexawise Automate from those that you have not yet refereneced.