Skip to content

Autonoma-Tools/test-case-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Case Template: Copy, Download, and Excel Examples

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.

Included files

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.

Project structure

.
|-- .gitignore
|-- LICENSE
|-- README.md
|-- examples/
|   `-- login-test-cases.csv
|-- test-case-template.csv
`-- test-case-template.xlsx

Excel use

Open test-case-template.xlsx directly in Microsoft Excel to use the template as a workbook.

To use the CSV version in Excel:

  1. Open Excel.
  2. Choose Data -> From Text/CSV.
  3. Select test-case-template.csv.
  4. Confirm comma-delimited import.
  5. Keep the header row unchanged.
  6. Fill Actual Result after execution and update Status.

Google Sheets import

To import the template into Google Sheets:

  1. Open Google Sheets.
  2. Choose File -> Import -> Upload.
  3. Select test-case-template.csv or test-case-template.xlsx.
  4. For CSV import, use comma as the separator.
  5. Import into a new spreadsheet or replace the current sheet.
  6. Keep the header row unchanged.

Status values

The exact allowed Status values are:

  • Pass
  • Fail
  • Blocked
  • Not Run

License

Released under the MIT License (c) 2026 Autonoma Labs.

About

Companion dataset for Test Case Template: Copy, Download, and Excel Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors