17 lines
427 B
XML
17 lines
427 B
XML
<optionalData>
|
|
<testsuite name="suiteName">
|
|
<!-- If you don't want to use one of the elements, then set it to null if it's a string
|
|
or 0 if it's an int and the default values for the plan will be used from testopiaData.xml-->
|
|
|
|
<testcase classname="className">
|
|
<assignee>null</assignee>
|
|
<category>0</category>
|
|
<priority>0</priority>
|
|
<components>
|
|
<component>0</component>
|
|
</components>
|
|
</testcase>
|
|
|
|
</testsuite>
|
|
</optionalData>
|