CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

Upcoming

Release date:

New feature
RESULT
The test grid update frequency can now be configured in the operational settings. [#7357]

This feature relates to the test grid in  Result. In the past, the update frequency was hardcoded to 30000 ms. That means, when users changed test attributes, it could take up to 30 seconds until they saw the changes in the grid. Now users can configure the frequency to match their needs. Example: “small” instances might want to reduce this interval to a few seconds, while others might want to keep the current frequency as it is.

The update frequency can be configured in the operational settings, which are found by navigating to   > Configuration > Operational Settings. Here, the update frequency is specified with the setting SSRM_POLLING_INTERVAL.

image
SSRM_POLLING_INTERVAL

New feature
MISC
A generic download endpoint was generated for all storage systems. The download endpoint now handles the redirects if necessary. [#7362]
Improvement
PROJECT
The context menu was modified for consistency in the project requirements grid. It now follows the same design guidelines as other menus. [#7627]

This improvement relates to the context menu in the requirements grid of  Project. The context menu was compared to the context menus in other areas and modified for consistency as needed. That means, e.g. the context menus now all use the same wording, icons and order of entries. This improves the user experience and makes the application more intuitive.

Improvement
MISC
Context menu items are now disabled for external test cases. [#7537]

This improvement relates to the MDM requirements grid, which can be accessed by navigating to   > Configuration > MDM > Requirements. Specifically, it relates to situations when the MDM requirements have been grouped by test case.

Now, if a user right-clicks on an external test case, the options for editing the test case are disabled in the context menu. This is because external test cases are read-only, meaning they can not be edited, deleted, duplicated, or activated/deactivated.

image
Context menu

Improvement
MISC
Test cases can now be selected directly while creating or updating an MDM requirement. [#6809]

This improvement relates to the MDM requirements, which can be found by navigating to   > Configuration > MDM > Requirements. When creating or editing a requirement, users see a new, expandable section called Test cases. Here, users can directly select the test cases that should be assigned to the requirement.

image
Area for selecting test cases

Bug fix
RESULT
The collection page is now able to load more than 100 collections. [#7838]

This fix relates to the collections in  Result. In the past, the system only loaded the first 100 collections. If more than 100 collections were created, then the newest collections were not visible. This has been fixed. All of the collections are now correctly displayed.

Bug fix
RESULT
The filter icons in the test grid are now all displayed in the same color. [#7780]

This fix relates to the test grid in  Result. Specifically, it relates to the various filter icons that are visible in the grid. In the past, most of the filter icons were displayed in red. However, the column filter icons were displayed in a different color. This has been fixed. All of the filter icons now use the same red color.

Bug fix
RESULT
Users no longer receive an 'allProjectTestCases' error when using the 'Set as project status' function. [#7824]

This fix relates to the Set as project status function in  Result. In the past, the system failed to load the matching project test cases. Users received the following error message: GraphQL: chunk_size must be provided when using QuerySet.iterator() after prefetch_related(). This has been fixed.

Bug fix
MISC
An error was fixed in cache_evaluate_columns that caused orphan column caches. Column caches of an MDM attribute can no longer exist without a preset. [#7508]
Bug fix
MISC
MDM attributes of the type 'Number' can now be saved without a display unit. [#7792]

This fix relates to the MDM attributes, which can be found by navigating to   > Configuration > MDM > Attributes. In the past, it was not possible to create an MDM attribute where the Data type drop-down field was set to Number and the Display units drop-down list was set to None. This behavior has been fixed.

Bug fix
MISC
The input field for add-on configuration keys was changed to a text area field, which maintains line breaks in the values. [#7333]
Bug fix
MISC
Views are now working correctly again for MDM attributes. [#7789]

This fix relates to the MDM attributes, which can be found by navigating to   > Configuration > MDM > Attributes. In the past, nothing happened when users tried to apply a view to the grid. This has been fixed.

Security fix
API
Distinguish between unauthorized and forbidden access. [#7519]