# Get to know your Workspace

The SimplifyQA workspace is designed to provide a structured and user-friendly environment where teams can manage the entire testing lifecycle, from requirement management to test execution and defect tracking.&#x20;

This guide will walk you through the key modules of the SimplifyQA workspace, helping you understand how to navigate, manage, and optimize your testing workflows.

1. **My Board**

The My Board module serves as a personalized dashboard where users can track their assigned tasks, defects, and pending work.&#x20;

It provides:

* A quick overview of assigned user stories, defects, and tasks.
* Status tracking for ongoing tasks.

2. **Release Management**

The Release Management module helps teams plan and track different versions of their application.&#x20;

It enables:

* Creating and managing releases for structured software delivery.
* Mapping test cases and defects to specific releases.
* Tracking progress to ensure all required tests and bug fixes are completed before deployment.

3. **Requirement Management**

The Requirement Management module allows teams to define, document, and track requirements efficiently.&#x20;

Key features include:

* Creating and managing user stories and functional requirements.
* Linking test cases to requirements to ensure full coverage.
* Tracking requirement changes and version history for traceability.

4. **Test Management**

The Test Management module is the core area for handling test cases and test plans.&#x20;

It provides:

* A structured repository for test cases, scenarios, and suites.
* Version control for tracking changes in test cases.
* Test categorisation based on modules, features, or functionalities.
* Ability to link test cases to requirements and defects.

5. **Test Execution**

The Test Execution module provides options to execute test cases manually or automate them for faster validation.&#x20;

Key functionalities include:

* **Manual & Automated Execution:** Run test cases manually or integrate them into an automation framework.
* **Data-Driven Execution:** Execute the same test case with multiple data sets.
* **Parallel Execution:** Run tests across multiple devices, browsers, and environments simultaneously.
* **Scheduled Execution:** Set up automated test runs at predefined times.
* **Real-Time Monitoring:** View execution logs, track failures, and analyse test results instantly.

6. **Defect Management**

The Defect Management module is essential for tracking and managing bugs effectively.&#x20;

It includes:

* Logging new defects and assigning them to developers for resolution.
* Linking defects to test cases for better traceability.
* Tracking defect status (Open, In Progress, Resolved, Closed).
* Integration with defect tracking tools like JIRA.
* Generating defect reports for trend analysis and issue prioritisation.

7. **Marketplace**

The Marketplace module allows users to explore and integrate third-party tools, plugins, and add-ons that enhance testing workflows.&#x20;

It includes:

* Integrations with CI/CD tools (Jenkins, Azure DevOps).
* Defect tracking integrations (JIRA).
* Automation framework extensions (Selenium, Appium).
* Custom utility plugins for advanced reporting and analytics.

8. **User Profile & Admin Controls**

Users can access their profile settings and switch to admin mode for advanced configurations.

* **User Profile Management:** Update personal details, preferences, and notification settings.
* **Switch to Admin Mode:** Access admin controls for managing users, projects, roles, and security settings.
* **Role-Based Access Control:** Manage user permissions and restrict access based on roles.

### Frequently Asked Questions (FAQs)

<details>

<summary>How do I switch between different projects?</summary>

Click on the Project Dropdown in the top menu and select the desired project.

</details>

<details>

<summary>Can I customise my dashboard to focus on specific metrics?</summary>

Yes, the users can customise the dashboards according to the requirements and needs.

</details>

<details>

<summary>How do I add a new integration from the Marketplace?</summary>

Navigate to the Marketplace, select the desired integration, and follow the setup instructions.

</details>

<details>

<summary>Who can access admin controls in SimplifyQA?</summary>

Only users with Admin Privileges can manage system settings, user roles, and security configurations.

</details>

<details>

<summary>Can I schedule test executions in advance?</summary>

Yes, SimplifyQA allows users to schedule test runs at specific times using the Scheduled Execution feature.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplifyqa.ai/get-to-know-your-workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
