# Access Linked Artefacts to Test Case

In SimplifyQA, every test case can be linked with essential artefacts like Defects, Test Suites, and Test Data. This feature ensures each test case is fully traceable, context-aware, and connected across the lifecycle—from requirement to release.&#x20;

**Why does this matter?** Because in testing, traceability isn’t just a nice-to-have—it’s non-negotiable. Whether you're running regression cycles, generating audit reports, or just trying to figure out what broke and why, having everything mapped means less guesswork and more clarity.&#x20;

### How to Access Linked Artefacts

1. Go to the Test Case&#x20;
   * Open the User Navigation Panel.&#x20;
   * Navigate to Test Management > Test Cases.&#x20;
   * Click the “View Details” button of the test case you want to view.

<figure><img src="/files/vMew9hO8QoIyvptkxh2T" alt=""><figcaption></figcaption></figure>

2. Explore Linked Artefact Tabs \
   At the top-right of the test case details page, you’ll find direct access to:&#x20;

* Defect&#x20;
* Suites&#x20;
* Test Data&#x20;

<figure><img src="/files/udNwuoaj1RZTB8TRAExy" alt=""><figcaption></figcaption></figure>

### View Linked Defects

Click on Defect to view all issues raised from this test case.

<figure><img src="/files/EugtFA1L4uwCND5G86US" alt=""><figcaption></figcaption></figure>

* Redirects you to the Defects Module.&#x20;
* See defects in Board View, List View, or Matrix View.&#x20;
* This provides a quick lens into the quality and stability of the test coverage.

<figure><img src="/files/LBeDWaDE3goXIq1YvgUP" alt=""><figcaption></figcaption></figure>

### View Mapped Suites

Click on Suites to find out where this test case is being executed.

<figure><img src="/files/p3BuH9xHzOKRzs5JH9o5" alt=""><figcaption></figcaption></figure>

* Redirects to the Suites Module.&#x20;
* Displays all test suites this test case is part of.&#x20;
* Helps you understand the functional and regression impact of this test case across different test runs.

<figure><img src="/files/MxQN59V1s5qYMrgw94zR" alt=""><figcaption></figcaption></figure>

### View and Edit Test Data

Click on Test Data to manage input values for the test case.

<figure><img src="/files/TmBe4lubOfxzGuslYOJ2" alt=""><figcaption></figcaption></figure>

* View all data sets, with the ability to Add Rows for new iterations.&#x20;
* Control data based on environment (Dev, QA, UAT, etc.) using the dropdown on the top right.&#x20;

<figure><img src="/files/BmCeHdjxZ6ijQQGWNjGu" alt=""><figcaption></figcaption></figure>

* Modify data inline to suit changing test conditions or requirements.&#x20;

  [Learn more about working with Test Data](/test-data-management.md)

### Why Mapping Artefacts matters?

Mapping artefacts like defects, test data, and suites to your test cases is critical for:&#x20;

* Full traceability across requirements, tests, and results&#x20;
* Smarter reporting and decision-making&#x20;
* Clear impact analysis when a test fails&#x20;
* Creating a connected test ecosystem rather than isolated test scripts&#x20;
* Easy identification of gaps or overlaps in coverage&#x20;
* Making your project audit-ready with traceability matrices&#x20;

### Best Practices

Always link your test cases to their relevant artefacts. A test case without linked data is like a GPS with no signal—it exists, but it won’t help you get where you're going.


---

# 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/introduction-to-test-management-in-simplifyqa/access-linked-artefacts-to-test-case.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.
