Testcase
Testcase is a set of actions to test if a system meets the requirement.
A Minimal Testcase
A testcase requires two testcase elements, request and assertions. A testcase without title will be titled Untitled
.
Example
A Detailed Testcase
A testcase has 2 optional detail, title and description. The testcase title is the very first heading level 1 in the testcase file and the description is a paragraph right after the title. Other than that and not the testcase elements will be treated as documentation of the testcase.
Example
An Internationalized Testcase
Since the testcase embraces the markdown syntax, you can also use any language to make the testcase more readable.
Example