This is the companion dataset for the Autonoma blog post Test Case Template: Copy, Download, and Excel Examples.
It supports the blog section titled The free test case template (copy or download) with CSV and Excel-friendly files that can be copied, downloaded, or imported into a spreadsheet.
This repository includes exactly these tracked files:
.gitignore- ignores local OS, editor, dependency, scratch, and bootstrap checkpoint files.LICENSE- MIT license for this companion dataset.README.md- usage notes for Excel, Google Sheets, and the included files.examples/login-test-cases.csv- login-focused example test cases.test-case-template.csv- the base test case template in CSV format.test-case-template.xlsx- the same base template as an Excel workbook.
.
|-- .gitignore
|-- LICENSE
|-- README.md
|-- examples/
| `-- login-test-cases.csv
|-- test-case-template.csv
`-- test-case-template.xlsx
Open test-case-template.xlsx directly in Microsoft Excel to use the template as a workbook.
To use the CSV version in Excel:
- Open Excel.
- Choose
Data->From Text/CSV. - Select
test-case-template.csv. - Confirm comma-delimited import.
- Keep the header row unchanged.
- Fill
Actual Resultafter execution and updateStatus.
To import the template into Google Sheets:
- Open Google Sheets.
- Choose
File->Import->Upload. - Select
test-case-template.csvortest-case-template.xlsx. - For CSV import, use comma as the separator.
- Import into a new spreadsheet or replace the current sheet.
- Keep the header row unchanged.
The exact allowed Status values are:
PassFailBlockedNot Run
Released under the MIT License (c) 2026 Autonoma Labs.