# Template
Name of C# Test Method: Template_ValidationCase_Test()
# Description
This is a template for a Validation Case page.
# How To Use this Template
- Create a new Markdown (md) file with a relevant name for the test case within this folder:
emrald-docs\src\validation\cases\
. - Add a menu link to the file by adding a new item to the Validation Cases
children
array inemrald-docs\src\.vuepress\config.js
(opens new window)- A new item should use this format:
'cases/{filename}'
- Be sure to add the necessary comma on the previous line or the new line, depending on item placement in the array.
- Do not include the
.md
file extension in the filename. - Do not include curly braces (
{}
) in the new item. They appear in the format merely to indicate what should be changed.
- A new item should use this format:
- Copy and paste this template (
emrald-docs\src\validation\cases\template.md
) into the new file. - Replace "Template" on the first line with the name of the test case.
- Fill in a description.
- Fill in all other details and create new headers as is necessary, using the Markdown Syntax (opens new window)
# Validation Process
Explain the validation process here and how the comparison data was determined to be correct. Any references can be linked using this syntax: [Reference Title](https://example.com/some-link)