Eligibility Profile Testing Route
This route picks up the input file, sends it to the 270-271 profile for processing, captures the output data, and does a comparison.
Route Components description
Parent Route Input
|
Parent Route |
Receives data and initiates route processing. |
Process Data Files
|
Sub-route |
Sends the input test files to
the production route and gets
the output transactions from
the production route. |
Router
|
Router |
Directs the output transactions from the production route to the "Capture Properties" sub-route. |
Capture Properties
|
Sub-route |
Captures the properties from
the Actual and the Expected result
files. |
Restore Files
|
Sub-route |
Drops the processed Actual and Expected
results in their original folders
along with their respective property files. |
Compare
|
Compare |
Compares the Actual and Expected results
and generates the result reports at the location specified in the test script. |