Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Is there any automated tool to test BIRT reports
pratim
I have 50 reports, which report on a huge database. I need to report the time taken by each report, for different time ranges. This is to test the performance of the report. One way is to put the time stamp in initialize and after render method of each report, and log the the time in an external file.
Is there any other way, say a generic method which will output the time taken by a report whenever a report is run.
Also is there any tool to validate the report?
Find more posts tagged with
Comments
mwilliams
As far as I know, the best way is going to be the way you just described.
What do you mean by validate the report?
pratim
validating the report by a automated way meaning, when i run all the 50 reports by a scheduled job daily or whenever required. After that i don't want to go through each report and find out if each report runs properly or any exceptions are thrown for any report.
Basically i want to go through a report saying, out of the 50 reports which report took how much time and if any of the report throws exception.
That way i can save huge amount of time. Any suggestions how should i proceed?