Testproperty
This tag can be used the add test properties to the parent testscript that are later recorded by the results tag and can later be processed by stylsheets.
Required Attributes
name
name of the property to define.
value
value to give the property defined.
Usage Examples
Example #1
<testsuite continueOnFailure="true" name="testsuite1">
   
<testproperty name="myproperty" value="important value" />
</testsuite>