- 18 Jul 2025
- 1 Minute to read
- Print
- DarkLight
Tips for a quick regression test
- Updated on 18 Jul 2025
- 1 Minute to read
- Print
- DarkLight
A good strategy for performing a good regression test is to create a Capsule to check Procedure results.
To do that, proceed as follows:
To check which Cubes are involved in a given Procedure, open one of your Data models and head to the "Impact Analysis" section.
Select Cubes under the "WHAT" column, and select "Procedures" and "Capsule procedures" under the "LINKED TO" column.
Proceed to the "ANALYSIS" tab, select the Procedure that you want to test and check which Cubes are involved in it.
Create a Screen containing Data views based on those Cubes.
Run the Procedure and check that its results are coherent with previous results in Board version 10.x.
In case of discrepancies, the problem is probably in Dataflows: if Procedure results are different, be sure to check the domain options.
To know more about the Dataflow in Board 12 and newer, see the Dataflow release notes.