| TestResultDescription describes the test result in text
and/or image formats. The testcase developer needs to provide the
following for testcases that needs user verification.
- create a file with the same name as the TestCase java file with
the .java extension replaced with .xml in the same
same directory as the java source file
- Inside the xml file, specify the text and image description for
each of the testcase method that needs user verification as
mentioned in the section Format below
Format
<methodName>
<test>
test description line 1
test description line 2
...
test description line n
</test>
<image>
URL of the imagefile
</image>
</methodName>
|