# Test Stage Coverage Troubleshooting

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2Fqg7kj5vqisWjGoBAM7zh%2FNo-Coverage%20(1).png?alt=media&#x26;token=0d9a37e2-7dd5-48b4-95e6-8ca65a53f27f" alt="" width="563"><figcaption></figcaption></figure>

## Check for open Test Stage execution <a href="#check-for-open-test-stage-execution" id="check-for-open-test-stage-execution"></a>

Check on the Cockpit > Build Monitor if there is open test execution as indicated below for your specific Test stage. If so, either wait for the testing to complete or close the execution. Coverage will be calculated for the stage when all executions have been closed.

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2FnBkQZ0WqScLTmUBnOUyD%2FScreen%20Shot%202020-12-08%20at%203.11.15%20PM.png?alt=media&#x26;token=a8688afa-8927-4803-a820-f73bc128dbe5" alt=""><figcaption></figcaption></figure>

## Verify Application integration with a Test Listener <a href="#verify-application-integration-with-a-test-listener" id="verify-application-integration-with-a-test-listener"></a>

If the Application under test has not been integrated with the Sealights Test Listener, please refer to the setup and configuration pages [here](https://sealights.atlassian.net/wiki/spaces/SUP/pages/627114028) depending on the technology type.

If the Application has been integrated with the Sealights Test Listener, check on the Cockpit > Build Monitor if a Test Listener agent entry is present and the status of the Coverage Data Indicator icon. Green indicates coverage information has been sent to Sealights as below.

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2Fz0eudfTGZExzAxVfQVZy%2FScreen%20Shot%202020-11-18%20at%204.07.27%20PM.png?alt=media&#x26;token=7d2550a4-f23c-4124-911e-64cf3941635f" alt=""><figcaption></figcaption></figure>

## Check for Active Test Listener Agents <a href="#check-for-active-test-listener-agents" id="check-for-active-test-listener-agents"></a>

Active Sealight Test Listener agents are viewable under the Cockpit > Agent Monitor as below. If your application is still running and nothing is reporting here, the Test Listener did not start properly when your application was launched. Check the application start up logging for activity relating to Sealights.

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2F9nz9ZBPDBcPsBcHqvdAj%2FScreen%20Shot%202020-11-18%20at%204.51.48%20PM.png?alt=media&#x26;token=86dbc6aa-461a-4d51-9f87-9a04ab37693f" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Java" %}
Refer to the [#logging](https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-agent/command-reference#logging "mention") for how to enable additional logging.
{% endtab %}

{% tab title="Node.js" %}
Refer to the [#logging](https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/node.js-agent/command-reference#logging "mention") for how to enable additional logging.
{% endtab %}

{% tab title=".NET" %}
Ensure the process from which coverage should be calculated is running and properly configured with SeaLights. \
Profiler logging instructions can be found in [collecting-profiler-logs](https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/.net-.netcore/collecting-profiler-logs "mention") doc.
{% endtab %}
{% endtabs %}

## Contact Sealights Support <a href="#contact-sealights-support" id="contact-sealights-support"></a>

If none of the above suggestions helped you to resolve the issue please [contact us](https://docs.sealights.io/knowledgebase/contact-support) for assistance.

&#x20;
