Pipeline Unit Test

    Describes a test for a pipeline. During the test, alternative data sets are used as input from a given transform and testing output against a golden data set.

    When the result set produced by the pipeline execution matches the expected result (golden data set), the test succeeds. If the generated results do not match what was expected, the test fails.

    Specific transforms in a pipeline can be bypassed or removed for testing for addtional flexibility.

    Additionally, unit tests can be executed in bulk.

    Check Pipeline Unit Testing^ for more details.

    None/All