Script
This tag is the root of all DTF testcases and should always
have the name attribute set to a unique identifier that can
be easily used to identify your test.
Children Tags
Required Attributes
name
The name attribute is used to specify a unique name for
the testcase being defined.
Usage Examples
Example #1
<script xmlns="http://dtf.org/v1" name="mytestcase">
<info>
<author>
<name>Some Authore</name>
<email>author@server.com</email>
</author>
<description>DTF test.</description>
</info></script>