The attached tool calculates sessions statistics per campaign. Assuming we defined a campaign for testing a customer release. The campaign is ran in 3 sessions (where each tester covering some of the tests). Each tester mark in his/her session which tests were skipped and which were passed/failed. At the end of the release I have a number of sessions that together cover the whole campaign. How to run the tool: - export all session results related to the campaign in XML - run the tool and give it as input all xml fles. - output is one csv file. The statistics are intended to verify: - which tests were not tested - which tests were executed more than once (either due to bug fix or on different SUT) - which tests passed/failed Results are csv file - so all mathematics lovers can do any graph on those results. Yehuda Miron