Aniket Katkar 4adffef439
Docs: Update the 1.7 content references (#19011)
* Update the partial references for 1.7.x-SNAPSHOT

* Delete image folder for 1.4 and add images for 1.7

* Update the new connector stages
2024-12-12 07:04:09 +01:00

41 lines
1.5 KiB
Markdown

---
title: How to Visualize Test Results
slug: /how-to-guides/data-quality-observability/quality/visualize
---
# How to Visualize Test Results
## From the Quality Page
From the home page click on the `Quality` menu item on the vertical navigation. This will bring you to the quality page where you'll be able to see your test cases either by:
- entity
- test suite
- test cases
If you want to look at your tests grouped by Test Suites, navigate to the `By Test Suites` tab. This will bring you to the Test Suite page where you can select a specific Test Suite.
{% image
src="/images/v1.7/features/ingestion/workflows/data-quality/test-suite-home-page.png"
alt="Test suite home page"
caption="Test suite home page"
/%}
From there you can select a Test Suite and visualize the results associated with this specific Test Suite.
{% image
src="/images/v1.7/features/ingestion/workflows/data-quality/test-suite-results.png"
alt="Test suite results page"
caption="Test suite results page"
/%}
## From a Table Entity
Navigate to your table and click on the `profiler & Data Quality` tab. From there you'll be able to see test results at the table or column level.
### Table Level Test Results
In the top panel, click on the white background `Data Quality` button. This will bring you to a summary of all your quality tests at the table level
{% image
src="/images/v1.7/features/ingestion/workflows/data-quality/table-results-entity.png"
alt="Test suite results table"
caption="Test suite results table"
/%}