FAQ

The following are enhancements for Tree Structure:

Enhanced Folder Navigation in Release Trees

This enhancement will provide a search bar for typing the folder name you want to access. All matching options will appear, allowing users to jump directly to the desired folder. This streamlines the search and navigation process within the Tree Structure, improving efficiency and user experience in handling complex releases.

Optimizing Caret Display for Folders Without Subfolders

Starting this release, the caret icon will not appear when there are no folders or respective subfolders.

Loss of Selected Folder State

The folder ID will be saved in the web address so that you can track the page reloads. When you refresh the page, the system will retrieve the following:

  • The hierarchy is directly associated with the selected folder.

  • Only the first-level subfolders of the selected folder.

  • The first-page subfolders of the selected folder's parent are loaded by loading the current folder's subfolders.

Instead of re-fetching the entire tree structure, the folder's state will be preserved using a reducer. This method will efficiently maintain the folder's state across navigations and refreshes. This improves the user experience by minimizing load times and preserving the state across page refreshes, thereby streamlining navigation within the system.

Refetching of fetched data

Enhanced data fetching and display mechanism when you click the caret symbol next to a folder

  • If data for that folder has already been fetched, the caret toggles to hide or show the subfolders.

  • If the data has not been fetched, fetch and display all subfolders upon this interaction.

  • Clicking the checkbox associated with a folder toggles the selection or clears the folder without triggering data fetching.

  • Clicking anywhere else in the folder row (excluding the caret and checkbox) triggers data fetching if it has not already been fetched.

This approach aims to streamline interactions and reduce unnecessary data fetching, improving efficiency and user experience when navigating through folders.

Enhancing Consistency in Tree Sorting Across Interfaces

To ensure consistency and improve user experience across Requirements, Test Repository, and Test Execution based on the "Last Updated" timestamp. This approach ensures that the most recently modified trees are placed at the top of the list, displaying the latest worked-on items first.

Display of Folder Data on the Test Execution Page

The system can now display up to 2600 sub-folders without extra pagination control.

Unassigned Folders Displayed in Test Execution Tree View

Users must show only folders directly assigned to the user by:

  • Currently, it displays only folders directly assigned to users, including each folder's direct parent's name.
  • Introduced pagination to manage and display a large number of folders effectively.

  • Organize nodes to simplify the presentation of test execution.

Enhanced Top Node Selection to Include Unloaded Child Nodes

Enhanced precision in mapping requirements to test cases within dynamically loaded tree structures, addressing concurrency issues. This includes significant updates to facilitate node selection in partially loaded trees with pagination.

Publication date: