-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Marco A. Salazar edited this page Dec 16, 2019
·
18 revisions
FIMET is an eclipse-plugin project inspired for ISO8583 test automation
FIMET is designed to:
-
ISO8583 mamipulation
-
ISO8583 tests creation
-
ISO8583 tests validations
-
ISO8583 tests automated
FIMET is implemented on eclipse 2018-12
- Parsers: for ISO8583 (easy configruation)
- Sockets: for ISO8583 communication
- Simulators: for simulate issuers responses and acquirers request
- Use Cases: is and abstraction of an ISO8583 message for atumated tests
- Converters: for easy editor-conversion between ASCII, EBCDIC, HEX, Binary
- Report: for display the results of use cases execution
- GSON used for JSON manipulation
- ORMLITE used for persist field formats, sockets and other information
- POI used for create excel reports
- JCRAFT used for ftp connections (download remote files over a FTP server)
- Json-Eclipse-Plugin is extended by Use Case Editor