To perform a test run
Use an interactive flowchart in the Edit mode to perform a test run.
Interactive flowcharts test runs function differently than batch flowchart test runs. You cannot pause and restart or stop an interactive flowchart test run.
1.
The design environment uses the runtime environment defined in the serverGroup configuration property with all the data in the test run data source to test the interactive flowchart.
A test run status dialog opens.
2.
When the test run completes, click View Results to view the results.
The test run results consist of four tables:
*
Test Run Segment Data. Displays the audience ID and the assigned segment.
*
Test Run Attribute Data. Displays all the data in the profile table for each audience ID.
*
Test Run Cell Counts. Displays the number of members in each cell.
*
Test Run Errors. Displays any errors, if they occurred, in the test run.
Similar to batch flowcharts, the test run also populates the number of members in each cell output by the process. Since processes without successors do not output cells to another process, the numbers are not populated. For example, create a simple flowchart, Interaction > Decision > PopulateSeg. After a test run, the Interaction process displays the number of members in its output cell below the blue checkmark indicating the process ran successfully. This number should be the same as the Test Run Size. The Decision process displays the number of members in each cell. If the Decision process creates three cells, there will be three numbers, separated by semicolons (;), for example 29;11;10. Because the PopulateSeg process does not output cells to another process, it does not display any members.