test_case_format_script
A script to format your manual testcase correctly
This script helps to ensure that your written manual testcase is correctly formatted. Please install vim and tidy as dependencies before launching it:
sudo apt-get install vim tidy
Then, download and install:
wget https://raw.github.com/chilicuil/learn/master/sh/tools/test-case-format chmod +x test-case-format sudo mv test-case-format /usr/local/bin
Finally run it on your manual testcase from a terminal.
test-case-format /path/to/manual-testcase.txt
QATeam/ContributingTestcases/ManualStyleGuide/test_case_format_script (last edited 2015-01-23 13:33:20 by host86-156-122-30)