Comment #2 on issue 1587 by [email protected]: merging of xml files
http://code.google.com/p/robotframework/issues/detail?id=1587
OK , here is the situation , we have a huge number of test cases which we
are planning to run individually (one test @ a time from a script/batch
file ),we later consolidate all the output.xml from these individual test
runs in to one final report using rebot.
The problem we have right now is the generated output has duplication of
test-suit hierarchy (refer log file from Individual_testrun.zip ) . the
actual report/log we expect is what we get we run it from RIDE (refer the
log file from Ride_output.zip )
if i am not wrong ,I know robot builds the testsuit structure before
executing the testcases and uses this in creating the outputs where as the
rebot process individual files at a time and append it to the output file .
Eg.
<suite source = 'Top level'>
< suite source = '1st Level'>
<suite source = '2nd level'>
<suite source = '3rd level'>
<test1>
<suite source = 'Top level'>
< suite source = '1st Level'>
<suite source = '2nd level'>
<suite source = '3rd level'>
<test2>
The generated output from rebot looks like this
<suite source = 'Top level'>
< suite source = '1st Level'>
<suite source = '2nd level'>
<suite source = '3rd level'>
<test1>
<suite source = 'Top level'>
< suite source = '1st Level'>
<suite source = '2nd level'>
<suite source = '3rd level'>
<test2>
And the actual output from RIDE looks like this (Which is expected)
<suite source = 'Top level'>
< suite source = '1st Level'>
<suite source = '2nd level'>
<suite source = '3rd level'>
<test1>
<test2>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.