Projects:Mondrian Saiku Upgrade/QA
Test cases
A suite of tests cases have been created along this project. The objective of these tests was to ensure as much as possible the backwards compatibility with previous Analytics version.
These tests are divided into two categories:
- Cube Generation. The cubes created in previous Analytics version must be created without errors in the new one, keeping the same structure.
- MDX Execution. The MDX queries executed against a cube should be executed without error, showing the same results.
In order to keep the MDX execution backwards compatibility some of the cube dimensions were named differently. This causes that the Query Model definition of a saved query is different in the new Analytics version. For additional information visit the following link.
The suite of tests cases can be found here.