> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/guides/user-story-coverage/use-cases-by-persona/developers/seamless-collaboration-with-qa.md).

# Seamless Collaboration with QA

Work together with the QA team! Share your coverage insights and collaborate to address gaps effectively and focus testing efforts on what matters most.&#x20;

By fostering seamless collaboration and proactive gap identification, you and your QA team can achieve comprehensive testing, deliver high-quality software, and build a culture of shared responsibility for quality.

***

## Step-by-Step Tutorial

<details>

<summary><strong>1. Access the Report</strong></summary>

* Navigate to your relevant Jira project and open the Sheets page with the User Story Coverage report.
* If unavailable, follow the [How to Generate / Edit the Report](/knowledgebase/guides/user-story-coverage/user-story-coverage-report-overview/release-go-no-go-report/how-to-generate-edit-the-report.md) guide to create it.

</details>

<details>

<summary><strong>2. Ensure Scope Accuracy</strong></summary>

* Verify the report covers the current focus by checking the Scope icon at the bottom right.\
  ![](/files/lDyvnNPA3lFiuHLqTCM9)&#x20;
* Adjust the scope if needed using the [How to Generate / Edit the Report](/knowledgebase/guides/user-story-coverage/user-story-coverage-report-overview/release-go-no-go-report/how-to-generate-edit-the-report.md) guide.

</details>

<details>

<summary><strong>3. Monitor Coverage</strong> </summary>

* Collaboratively monitor coverage across all relevant user stories and subtasks.
* Analyze both Modified Coverage and Non-Unit Tests Coverage for each item, understanding coverage levels and potential gaps.

</details>

<details>

<summary><strong>4. Identify Gaps &#x26; Drill Down</strong></summary>

* Be alerted to low coverage (0% or very low) or specific test types lacking coverage within your scope.
* Drill down into uncovered areas by:
  * Opening the relevant user story/subtask in Jira and navigating to the "Coverage" tab.&#x20;
  * Opening the "Uncovered Methods Report" for direct access to untested methods.\
    \
    ![](/files/1015Kf6lJxP7qcY3diIx)

</details>

<details>

<summary><strong>5. Collaborate &#x26; Explain</strong></summary>

* Discuss uncovered methods with your QA team.
* Explain the functionality and criticality of each method, aiding in test type selection and prioritization.

</details>

<details>

<summary><strong>6. Make it Routine</strong></summary>

Integrate this collaborative review process into daily scrum meetings or weekly meetings to ensure continued awareness and proactive gap closure.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/guides/user-story-coverage/use-cases-by-persona/developers/seamless-collaboration-with-qa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
