Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Scenario
A job may run, and the output of that job is a group of files dropped into a system directory. A test to determine that the job run correctly would be to test for the existence (and possibly other characteristics) of files in a directory.
Create a file collector to collect file details only into a
...
table and compare them against a
...
table with a pre-packaged filenames.
Solution:
- Create a file collector to collect only file details
- Create a
...
- table of the results
- Merge / Compare the data from this
...
- table with data from another
...
- table.
...