Export

Manual Testing

// Definition

A feature that lets users download application data as a file — CSV, Excel, PDF, JSON, or similar. QA concerns: does the exported file contain all expected records (especially across pagination boundaries), are values correctly encoded (special characters, quotes, commas in CSV), does the file open without errors in target applications, and is the MIME type set correctly so browsers prompt the right save/open behaviour. Also test large exports for timeout and memory behaviour, and verify that export respects the user's current filter and permission scope.

// Related terms