This was an interesting 3-way defect involving a certain type of data, "(?)" in the name, a certain operation, updates, and a certain mode of the operation, bulk edit.
For the curious, "(?)" proved problematic as it interfered with a regular expression being used to handle the edit request.
After creating a new project, you're now brought to the share dialog as the next step, rather than the "Your plans" dialog.
When working on a test plan in a project, the "Your plans" dialog now opens to that project by default, rather than to "Your plans".
This warning had stopped working as a regression.
The # of interactions tooltip shows "null" when there are no "any valid values" (purple italics) in the generated test. It's rare to have none, but quite possible. A classic of the pairwise defect genre.
A parameter length warning dialog that appears when parameters are created with eight or more values.
The first issue was that the word 'parameters' was always pluralized, even if there was only one parameter listed.
The second issue was that we were showing the actual array (as in "[OS, Browser]") instead of a list of the array's elements in the dialog.
Are there any defects that aren't pairwise? Oh, so very few.
This prevents Hexawise from continually loading a test combination strength you aren't interested in. Before Hexawise used last computed strength rather than last viewed/used.
A true classic of a pair-wise defect. Put this one in the dictionary as a canonical example of the term.
Editing the name of the project that owns that plan you're in from the Edit Project dialog would make the share link on the plan's page stale.
The warning about parameters used in auto-scripts being changed in a bulk edit is now more specific and more helpful.
Thanks to Caleb for reporting the limitation.
Thanks to Mary-Anne for reporting the issue.
Thanks to Keith for reporting the issue.