DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Testing, Tools, and Frameworks
  4. Don't Break the Bank With Live SWIFT Development and Testing

Don't Break the Bank With Live SWIFT Development and Testing

Let's take a look at Live SWIFT development and testing and also explore the constraints and solutions.

Alan Baptista user avatar by
Alan Baptista
·
Oct. 27, 18 · Opinion
Like (3)
Save
Tweet
Share
8.59K Views

Join the DZone community and get the full member experience.

Join For Free

One of the major cost factors in integrating with 3rd party tools and services in your application is the availability of the tool in your dev/test environment. Whether there is a cost to use the tool in pre-production or there is downtime for that 3rd party causing an interruption to your schedule, both situations cost time and money in the application development cycle.

The answer to this is not to pull back from 3rd party integrations, it's to leap forward and eliminate the constraint to your dev/test cycle.

In the banking world, the SWIFT messaging protocol and network infrastructure is an almost mandatory integration for international interbank messages. The SWIFT standard provides a secure and reliable transfer of messages containing financial transactions between banks and other financial institutions. If you're transferring funds across exchange rates or even dealing with an intermediary — SWIFT is the most secure way to transact.

As with most 3rd party live services, the live SWIFT service comes at a cost; one that banks are willing to accept when transacting real business as they can charge back the fee to the end users. However, when these companies are developing and testing their SWIFT integrated applications, the cost is not as easily justified. How can banks get around this pre-production nightmare and not "break the bank" before they get their application out to the masses?

Let's analyze our constraints and solutions.

Constraints

  • Cost of access to the live service: Accessing a live service to test continuously is costly. Many simply wait until integration testing to see if a 3rd party integration works causing defects to be found at the pricey end of the software development life-cycle.
  • Testing with canned data: 3rd party environments do not often enable testing with real data and instead provide a canned one or two transactions for testing purposes. Negative testing is limited to none and without true data, quality suffers. Defects simply spill to production.
  • Non-human readable transactions: Swift messages are complex and not human readable. Spot checks by manual or user acceptance testers can be difficult with no ability to completely match transactions with their expected results. Without proper validation of messages, errors are likely to occur.
  • Changing Standards: There are several SWIFT standards (MX, SEPA, MT) that change quarterly causing constant updates to live systems. This adds complexity to the validation of messages and ensuring any tests being performed are updated with the latest data available.

Solutions: Service Virtualization and Test Automation

Constraint Solution
Cost of access to the live service Banks can virtualize subsystems which are sending and/or receiving SWIFT messages; completely eliminating the pre-production transaction cost and any fluctuation on the SWIFT live service.
Testing with canned data With a virtualized SWIFT service, data passed in and out of the system is not restricted by a 3rd party test environment.  Test data can be captured with various tools and pumped through systems during the pre-integration test phase without restriction.
Non-human readable transactions With service virtualization, SWIFT Transactions can be ‘translated’ into human-readable XML for easy troubleshooting of requests and responses.  In addition, with the proper tools, syntax and semantics of SWIFT messages can be validated, dates can be identified in the transactions and stateful transactions can be captured and understood properly.
Changing Standards

Automated tests can be set up for each version of the SWIFT standard and updated before the new standards go live.

We should not fear the 3rd party integration! With a combination of virtual services and automated tests with proper SWIFT assertions, financial institutions can remove this live service constraint from their development and test environments, thus increasing quality and reducing cost and time to delivery of their applications.

Swift (programming language) Service virtualization Test data application Integration Software development Integration testing Test automation security

Published at DZone with permission of Alan Baptista, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • 3 Ways That You Can Operate Record Beyond DTO [Video]
  • How To Get Page Source in Selenium Using Python
  • GitOps: Flux vs Argo CD
  • How To Use Terraform to Provision an AWS EC2 Instance

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: