Regression Testing Route

This route contains several sub-routes and triggers different regression testing scenarios by processing test scripts and routing output data to the different sub-routes.

Route Components description

Component Name Component Type Description
Trigger FS Inbound Contains the root folder with tests and the destination for reports.
Pull Test Scripts FS Inbound Pulls up all the test scripts recursively from the root folder.
TS Processor JMS Outbound Processes the test script content based on the specific test instructions and the environment variable/execution parameters.
Router Router Directs the output files to the Setup sub-route.
Setup Sub-route Defines the preparation steps for the production profile under testing.
270-271 Sub-route Captures the expected and the actual results and compares the outputs of production profile under testing.
Teardown Sub-route Defines the teardown steps for the production profile under testing.