# Mind Maps

* Mind Maps is a visual representation technique for organizing information related to Test Suites using branching.
* It adopts a hierarchical structure to effectively arrange different test suites containing various test cases within a single project.
* Mind Maps serves the purpose of tracking the execution status of test cases. Each node in the map represents a specific test case, and it employs color-coding or other visual indicators to convey whether a test case has been executed, passed, failed, or remains unexecuted.

This feature is applicable in the following contexts:

* **TestLab**
* **Sprint**
* [**Tags**](https://docs.qyrus.com/desktop-testing/getting-started/analyze/tags) - Tags can be used to group all test cases under the same category using branching.

***Test Lab***

1. The primary node signifies the **Project Name** within the Test Labs context.
2. The secondary node denotes the **Test Suite Name**.
3. The tertiary node represents the **Test Case Name**.
   * **Green** indicates a Passed Test Case.
   * **Red** indicates a Failed Test Case.
   * **Orange** represents an Unexecuted Test Case.

![TestLab\_MindMaps](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-41619d297f1703f11d6e0ed343fc40383fb33649%2FTestlab_MindMaps.png?alt=media)

***Sprints***

1. In the context of Test Labs, the primary node signifies the **Sprint Name**.
2. The secondary node represents the **Test Suite Name**.
3. The tertiary node indicates the **Test Case Name**.
   * **Green** represents a Passed Test Case.
   * **Red** indicates a Failed Test Case.
   * **Orange** denotes an Unexecuted Test Case.

![Sprint\_MindMaps](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-af0fc7fab7c2e1cdc73b4b8e8f6f1052b82201ed%2FSprints_Mindmaps.png?alt=media)

Furthermore, it's worth noting that users have the option to zoom in and out of the Mind Maps, enhancing their ability to navigate and explore the hierarchical structure effectively.
