5) Test Data Collecting Route
This route feeds the input test file to the Original and to the Updated profiles, gets the outbound transactions, and stores them for further comparison.
Route Structure
Route Components Description
| 4) Regression Test
|
Parent Route Input |
Receives data from the route 4) Regression Test. |
| Pick Input Files
|
FS Inbound |
When the component receives the activation command, the component picks up test input files from a location defined by the property inboundTestFilesLocation. |
| Send Claim for Processing
|
JMS Outbound |
Submits the test input files to the Original/Updated profile for processing through a JMS queue. |
| Look for Processed Files
|
|
Introduces a delay in the processing of this route and
waits until a predefined number of files arrives or until the timeout time expires before running the next component on the route. |
| Pick Results
|
FS Inbound |
Picks up the output files generated by the Original/Updated profiles. |
| Store Results
|
FS Outbound |
Stores the profile's output data in a location specified in the test script. |
| 7) Deleting Profiles Execution Results
|
Inter Route Outbound |
Sends the data to the route 7) Deleting Profiles Execution Results to notify that all the results have been stored and the profile is ready for teardown. |