9) Capture Properties Route
This route extracts the properties from the output files produced by the Original and the Updated profiles. These properties are used to compare the files as defined in the Matcher Configuration.
Route Structure
Route Components Description
| 4) Regression Test
|
Parent Route Inbound |
Receives a command from the route 4) Regression Test. |
| Pick Result File
|
FS Inbound |
Picks up the file Ack_999 for processing
from a folder specified in the Test Script. |
| Extract Result Properties
|
Native Processing |
Processes the file Ack_999 and extracts
the properties into the .properties file. |
| Store Result Properties
|
FS Outbound |
Stores the processed file and the .properties file
at a temporary location. |
| Pick Property File
|
FS Outbound |
Picks up the files Ack_999 and the .properties files
from the temporary location. |
| Store Property File
|
FS Outbound |
Stores the files Ack_999 and the .properties files
at a location specified in the Test Script. |