My team is building an analytical dashboard for a SaaS/multi-tenant application using Cognos. The problem I am encountering is the right strategy for testing.
Right now, testing one report with start and end date filters (in month/year format), one dimensional filter and two controls for selecting the measure (there are 7 measures, which can be represented as either sums or distinct counts).
In addition, users can drill through points in the resulting report to detailed transactional data.
Implicit is also that reports for one tenant not display data for a different tenant.
So, here's the problem. Testing for this simple report is taking two weeks, involving hundreds of tests for a huge set of combinations of filters and measures. It seems like gross overkill to me.
Is there a 'strategy' which can be used to reliably reduce the search space and avoid overly repetitive testing?