Test Data tab
The Test Data tab of the Code Map screen (/code-map?view=data) maps your test data the way the Methods & Steps tab maps your test code.
The Test Data tab inventories every data file backing your tests and links it to the tests that consume it. Use it to:
- See which tests depend on a data file before you edit or delete it. Each file lists the tests that read it, and each test name opens in the Test Explorer in a new tab.
- Preview file contents without leaving Testver — sheets, columns, and rows are rendered inline.
- Spot sensitive values. Keys that look like credentials are flagged so you can check nothing secret is committed in a fixture.
- Correct the inventory. If Testver missed a data file, include it; if it picked up something that isn’t test data, ignore it. Both are overrides you can undo.
Where the Methods & Steps tab finds dead code, the Test Data tab finds orphaned and over-shared data — a spreadsheet nothing reads any more, or one that forty tests all depend on.
Related
Section titled “Related”- Code Map overview — the screen and its two tabs.
- Methods & Steps tab — the code half of the Code Map.
- Test Explorer — where a data file’s linked tests open.