This is a general style guide to how manual tests should be written.

Testcase Format

<dl>

4spaces<dt>

4spaces4spaces<dd>

VIM

For vim users, you can download the html.vim file and put it in ~/.vim/indentation/html.vim so vim can recognize correctly the dl/dt/dd tags.

Geany

In Geany, set the filetype to HTML. This allows highlighting.

Check format script

The following script will test to ensure there are no errors in your submission. Think of it as "tidy" for your testcase.

$ ./test_case_format test #should return no errors and ensure your indentation is right

Testcase Wording

Testcase Naming

QATeam/ContributingTestcases/ManualStyleGuide (last edited 2013-06-11 21:55:59 by CPE-121-218-86-248)