Comment 8 for bug 491484

Revision history for this message
Milan (milan-vukoslavcevic) wrote : Re: [Bug 491484] Re: Report should display all result states

Hi Charlie,

I agree that in the:

"Bug 491484 Report should display all result states"
shoud be handle advanced test states like: Inconclusive, Canceled,
NotRunnable, Skipped and Ignored (for this is needed testresult.xml
changes-not quite easy to do) and in the:

Bug #495734 Add an option to report all test cases for each class to the reports
should produce a more detailed report that lists the results (all PASS
and FAILED test methods) of each test class (for this change
testresult.xml does not have to be changed because it already have
that information inside xml file).

Additionally for every test method there should be additional column
with test method duration. I would put this feature under Bug #495734
and not under new feature request because one that writes code for
reading all test method names from xml file can also read out test
duration (time elapsed) for each of the test methods because it is
written next to the method name in the xml file.

Br,
Milan.