Data Visualization

Web Automation

// Definition

Charts, graphs, maps, and dashboards that render data graphically. Testing concerns span correctness (does the chart reflect the underlying data accurately, including edge cases like empty datasets, single data points, and very large values?), accessibility (colour-blind-safe palettes, ARIA labels on SVG elements, keyboard navigation), and rendering consistency across screen sizes and browsers. Snapshot or pixel-diff testing can catch visual regressions in chart rendering.

// Related terms