kchoudhury
14 years agoContributor
How to get summary of logs of a Project Suite using a script
I need to obtain a summary of the log result from my project suite containing 5 project items after its completion :
Summary Result should contain:
1)Count of Executed Test Items
2)Count of Test Items Passed
3)Count of Failures
4)Count of Warning.
What i have already tried:
I am able to parse logs in a specific project and get the above mentioned counts , but during a project suite run the logs are generated under Project Suite hierarchy so these counts are always 0.
Is there any way i can do this?
Summary Result should contain:
1)Count of Executed Test Items
2)Count of Test Items Passed
3)Count of Failures
4)Count of Warning.
What i have already tried:
I am able to parse logs in a specific project and get the above mentioned counts , but during a project suite run the logs are generated under Project Suite hierarchy so these counts are always 0.
Is there any way i can do this?