Comment #2 on issue 843 by [email protected]: Reuse of the XML input
http://code.google.com/p/robotframework/issues/detail?id=843
If I am starting test that contains application that may generate output
from self tests. Consider please output XML like:
<test_suite>
<test_case>
</test_case>
Some results
<test_case>
Other results
</test_case>
<test_case>
Yet another results
</test_case>
</test_suite>
The keyword "Run And Return Rc And Output" may take that output and display.
And than it would be good to have functionality that will nest that XML
within
HTML report from the complete test. So internal test suites and test cases
are
visible as robot's own.