TestCaseTemplate

Description: a brief description of the testcase

Enter the golden HTML surrounded by structured HTML comments:
<!-- expected -->
...your golden HTML...
<!-- /expected -->
The golden HTML should be what you expect to be rendered in the final output. You can optionally enable expansion of %variables% ( Foswiki::Func::expandCommonVariables ) on an expected block thus:
<!-- expected expand -->
Normally you should not use the expand option. It is intended primarily for expanding URL components when testing generated HTML which is specific to the installation, and should be used with caution as it assumes that Foswiki doesn't do anything naughty during this expansion.

You specify your actual test markup in the same way:
<!-- actual -->
<!-- /actual -->


This topic: TestCases > TestCaseTemplate
Topic revision: 27 Mar 2005, ProjectContributor
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads