SlideShare a Scribd company logo
1 of 6
Download to read offline
Testing in Financial Services: Leveraging Process Maps




                           White Paper


          Testing in Financial Services -
            Leveraging Process Maps




Copyright © ITC Infotech                                                  Page 1 of 6
Testing in Financial Services: Leveraging Process Maps




Financial Services – The evolving environment

An account deposit is a simple credit to an account – can there be different ways of doing it?
Ask a Banker and the response would be a resounding „YES‟. It could be a drop box deposit;
alternately cash deposit at an ATM; mail-in deposit and over-the-counter deposit are just some
of the different ways which come to mind immediately. These are the varieties within a bank;
across banks the variety increases further.

The moment we consider any activity where decisions are involved, each financial institution
has some nuance which is different, process is different. To a certain extent this variation is
driven by the traditional approach to banking. However, additional factors which weigh in today
are also around availability of information which might impact the decision as also the regulatory
environment.

Such variety and diversity has been made feasible by technology adoption by various industry
segments across geographies. Technology has also enabled customizing the business process
to gain even the minutest of the advantages where exit barriers for the customer could be low.
One of the challenges facing the industry has been how to deliver consistent and excellent
service to the customer base, without a flaw. With the variation in product and process,
technology and operations groups have risen to the occasion by extensively verifying the
functionality before promoting any system to real-life/production.

Being one of the most intense users of technology, Financial Services industry also has to factor
in multiple channels of access and time-critical nature of transactions. The combination of
channels, associated access and data security, transaction time criticality, data integrity risk and
high volume variability facing the technology implementations necessitates the need to
thoroughly test the various applications prior to utilizing them in live environment. The end-user
visibility of the transactions/applications, translating to reputational risk, further underscores the
need of testing in this environment.

Traditional Approaches in Testing & Challenges

Traditional testing approach is more like an extended arm of various popular software
development models like the Waterfall Model. Various methods still in vogue include: reviews,
walkthroughs, inspections (Static testing), test case design and execution (Dynamic testing).
Manual testing is the oldest and most prevalent approach to testing even today. It requires the
tester to do a rigorous round of manual test operations.

With increasing complexity of functionality and the requirement for thoroughness in testing, the
time and effort being spent on testing as a percentage of total project time has been steadily
increasing over the years (refer figure 1). One of the major reasons for the same is driven by the
complexity of applications compounded by the straight through processing (STP) of various
transactions.

To achieve adequacy of test coverage, today‟s testing approaches have built on the traditional
approaches by mushrooming the test scenarios and test cases thereby ensuring apparent
adequacy of testing and reducing the possibilities of any errors during the operational
environments. While it does improve test coverage, the traditional mapping to functional


Copyright © ITC Infotech                                                                  Page 2 of 6
Testing in Financial Services: Leveraging Process Maps




requirements does not necessarily ensure 100% test coverage. Additionally, it adversely
impacts the testing effort and cost of testing.

Test Automation has ensured repeatability of testing while achieving cost & effort efficiency to a
large extent. Coverage is consistent, repeatable and time elapsed is minimized. Despite the
increasing adoption of test automation, with testing effort has steadily increased from 22% in
2004 to 30% in 2009, adversely affecting the duration, effort and cost of the entire project. The
gains from efficient design and development approaches have not been mirrored
proportionately in the testing arena.

                                   QA’s Share of project effort
              100%


               80%

                            22
                                         26         28          29
               60%                                                          30        30



               40%
                            47           37         33          29          27        24

               20%


                 0%
                           2004         2005       2006       2007       2008        2009
                           Definition     Design      Development      QA        Management
                                 Source: Ovum, Independent survey commissioned by Logica CMG

                              Figure 1: Testing-QA effort in development cycle


The lack of efficiency, arising from increased test scenarios and test cases, and lack of
verifiable test coverage in testing, become a challenge at all stages of testing, whether it is
system or integration testing during the development cycle or user acceptance testing (UAT)
prior to production implementation.

Scenario Development in Banking Domain Training – ITC Infotech Experience

To better understand the nuances of financial domain, we selectively developed a series of
process flows in the more complex areas, aimed at training and orientating the technology
teams. As we traversed the processes, the interdependence of current decision on a past
decision point stood out. We were able to establish multiple such dependencies (or correlations)
between decisions in a single session. Was it a pure coincidence?




Copyright © ITC Infotech                                                                        Page 3 of 6
Testing in Financial Services: Leveraging Process Maps




„NO‟, and this was underscored in days to come. The finding was validated as we tracked a
different business flow in the next session and realized the correlation between decisions
resulted in fewer viable process paths across the operational area. We were able to develop
specific scenarios (end-to-end sequence of events in a process with each decision determined)
for the processes under discussion and we ascertained factually that the number of feasible
scenarios was much lower than the number of simple combinations based on options for all
decision points. In fact the number of feasible scenarios was less than 50% of numeric
combinations in one of the cases. As we debated the value of such a finding, one of the earliest
possibilities which emerged was the use of these processes/scenarios in testing.

ITC Infotech Specialist Testing Offering for Financial Services – Leveraging
Process maps and Scenarios

Process or scenario based testing leverages the knowledge of business/operations process for
planning the testing using the scenario flow as a building block of test plan. The detailed
Application Process flow in case of System testing and Business Process flow for Pre-UAT and
UAT testing was mapped and each and every feasible scenario was mapped. The number of
scenarios was further optimized by eliminating some repetitive scenarios using orthogonal test
matrix design. The scenarios shortlisted for the final repository ensured coverage of the each
segment of the process thus achieving the adequacy of test coverage.




                              Figure 2: Scenario creation Hierarchy

Once the scenario list was finalized, we added the application screens/ data elements into the
mix to start designing the test cases for each event within a scenario, parallely factoring in
destructive test cases. Care had been taken to evolve process definition (and the scenarios) to
such a granular level that no event could be further subdivided into more variants, making an
event the basic building block of the process. The emerging hierarchy of the test approach is
depicted in figure 2 with the Process map being the starting point.


Copyright © ITC Infotech                                                               Page 4 of 6
Testing in Financial Services: Leveraging Process Maps




Evaluating the resultant test plans against previously designed and used test plans, we were
able to achieve reduction in test scenarios of 11-15%. However, the gains on test cases were
more impressive, with 20-25% reduction in number of test cases. The test coverage was
assured since the traceability of test scenarios and test cases was to the process maps for the
application/business process maps and the approach had factored in the tracing of each leg of
the process. The overall testing effort, inclusive of test planning, test case creation and test
execution, reduced by nearly 20%. Additionally, the process maps created were also utilized as
an aid in training the testing team on the functionality, providing them a better visual perspective
of the domain and functionality.

In subsequent iterations, as functionality is enhanced over time, we expect greater efficiency in
tracking modifications to the test packs while maintaining the coherence and efficiency of the
test pack.

Further reduction in effort is achieved by identifying the repeatedly used events across
scenarios by “Function_Calls” as part of the test scenario pack creation. When final test cases
are created, these repeatable modules of code are scripted and stored in a function library. The
function library is associated with the test script while running the actual tests; the actual test
script consists of calls made to the function with input field data as parameters. Changes to the
test pack for changes in a screen are narrowed down to one or two function calls instead
multiple occurrences. Net advantage comes from faster test pack creation, lightweight script
due to usage of “Function_Calls” and better maintainability of test packs.

Progressing the scenario based testing approach further; we created the generic process flows
across some of the complex business processes of the financial industry (at a generic level) and
created the scenarios based on this process mapping. With some of the projects running over
time and budget, these base test packs can reduce the effort to create test pack in any
organization specific environment with bulk of the test plan already determined and only the
organization specific variations in process to be superimposed on the generic process and
generating the new set of scenarios. The approach can crash the test planning cycle and
recover lost ground during the testing phase without sacrificing the testing quality due to paucity
of time.


Scenario Based Testing – Achieving testing efficiency

In today‟s environment where budgets are shrinking, leveraging such a ready-made asset with
the speed and maintainability advantage, does create a stronger business case for adoption,
especially if the process map parallely enhances the organization documentation levels,
achievable as a by-product from a highly efficient testing approach.

For End Users and Service Providers alike, adopting the approach requires some basic
investment in creating the assets (process flows and scenarios). However, the return on
investment is realized through the training it imparts to the asset creation team on domain
knowledge as also the premium realized from shortening the test cycle for any client. The
advantage from optimizing the test cycle due to focused scenarios and the upgrade of
organization documentation on processes forms an attractive proposal to prospective clients.




Copyright © ITC Infotech                                                                 Page 5 of 6
Testing in Financial Services: Leveraging Process Maps




About the author

Sanjay Kumar
VP BFSI Solutions & Capability Building, ITC Infotech

Sanjay heads the Capability & Domain areas for the BFSI Cluster. He has over 20 years of experience in
the areas of Information Technology & Operations. He spearheads Enterprise Technology Strategy
consulting with various customers across Capital Markets and Retail Banking. His team spearheads
solution development & delivery across
       Strategy Consulting, Process Consulting, Test Strategy & Design, Regulations and niche
        technology areas
       Solutions with a Regulatory focus on Europe & Americas
        Niche area coverage on Mobility & Rural Banking
The Domain team also manages the Business Analyst development initiative within BFSI; Banking
Certification & other domain related training across Banking, Capital Markets, Insurance & Treasury
areas.
Sanjay has done his MBA (Finance) from Wharton Business School, Pennsylvania in 1993 and
Bachelor‟s degree in Engineering (Instrumentation & Mechanical) from BITS, Pilani in 1986


ITC Infotech’s Testing Centre of Excellence contributes across various verticals of ITC Infotech. It
is tasked with developing and maintaining cutting edge testing techniques and methodologies as also
maintaining and upgrading the skill sets of testing practitioners. As a result, it maintains an excellent
blend of resources with testing tools experience and domain capabilities and majority of the testing
resources are certified by ISEB Foundation and QAI.

ITC Infotech’s Banking, Financial Services, and Insurance (BFSI) practice, composed of
industry specialists and technology experts, provides effective technology solutions to solve business
problems for its growing list of fortune class universal banks within Europe and globally. Having
internalized deep domain expertise by virtue of executing strategic banking projects, the practice today
also provides domain-centric consulting services as part of its offerings. With headquarters in Bangalore
and offices in near-shore locations viz. Copenhagen, Helsinki, Prague, London, New York, Bentonville
Sydney, Johannesburg and Singapore the practice provides world-class services using a dynamic
onshore-offshore model that best suits its clients and enables them to enhance their value propositions.




Copyright © ITC Infotech                                                                     Page 6 of 6

More Related Content

What's hot

Advanced Verification Methodology for Complex System on Chip Verification
Advanced Verification Methodology for Complex System on Chip VerificationAdvanced Verification Methodology for Complex System on Chip Verification
Advanced Verification Methodology for Complex System on Chip VerificationVLSICS Design
 
Star west 2011 manoj narayanan presentation 1.0
Star west 2011 manoj narayanan presentation 1.0Star west 2011 manoj narayanan presentation 1.0
Star west 2011 manoj narayanan presentation 1.0manoj7698
 
IRJET- Faces of Testing Strategies: Why &When?
IRJET- Faces of Testing Strategies: Why &When?IRJET- Faces of Testing Strategies: Why &When?
IRJET- Faces of Testing Strategies: Why &When?IRJET Journal
 
RCA on Residual defects – Techniques for adaptive Regression testing
RCA on Residual defects – Techniques for adaptive Regression testingRCA on Residual defects – Techniques for adaptive Regression testing
RCA on Residual defects – Techniques for adaptive Regression testingIndium Software
 
Reduce Risk and Boost Productivity Through Advanced Quality Systems
Reduce Risk and Boost Productivity Through Advanced Quality SystemsReduce Risk and Boost Productivity Through Advanced Quality Systems
Reduce Risk and Boost Productivity Through Advanced Quality SystemsEWI
 
First time quality
First time qualityFirst time quality
First time qualityEWI
 
Is Software Testing a Zero Sum Game??
Is Software Testing a Zero Sum Game??Is Software Testing a Zero Sum Game??
Is Software Testing a Zero Sum Game??Thinksoft Global
 
Nihilent’S Testing Services Case Profiles Nihilent.1
Nihilent’S Testing Services Case Profiles Nihilent.1Nihilent’S Testing Services Case Profiles Nihilent.1
Nihilent’S Testing Services Case Profiles Nihilent.1jonathanwiesman_1
 
Six sigma project (chihaoshen)
Six sigma project (chihaoshen)Six sigma project (chihaoshen)
Six sigma project (chihaoshen)CH §Shen
 
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...Jorgen Thelin
 
KJ Ross Whitepaper Crash Test your Requirements
KJ Ross Whitepaper Crash Test your RequirementsKJ Ross Whitepaper Crash Test your Requirements
KJ Ross Whitepaper Crash Test your RequirementsKJR
 
Nisha Varghese_Senior Test lead & Tester
Nisha Varghese_Senior Test lead & TesterNisha Varghese_Senior Test lead & Tester
Nisha Varghese_Senior Test lead & TesterNisha Varghese
 
Vital QMS Process Validation Statistics - OMTEC 2018
Vital QMS Process Validation Statistics - OMTEC 2018Vital QMS Process Validation Statistics - OMTEC 2018
Vital QMS Process Validation Statistics - OMTEC 2018April Bright
 
Test Environment Management: A Critical Requirement for Effective CI/CD
Test Environment Management: A Critical Requirement for Effective CI/CDTest Environment Management: A Critical Requirement for Effective CI/CD
Test Environment Management: A Critical Requirement for Effective CI/CDDevOps.com
 
Bsa 385 week 5 team assignment smith software testing environment
Bsa 385 week 5 team assignment smith software testing environmentBsa 385 week 5 team assignment smith software testing environment
Bsa 385 week 5 team assignment smith software testing environmentThomas Charles Mack (Leigh)
 
Principles and Goals of Software Testing
Principles and Goals of Software Testing Principles and Goals of Software Testing
Principles and Goals of Software Testing INFOGAIN PUBLICATION
 

What's hot (20)

2009 ASME final
2009 ASME final2009 ASME final
2009 ASME final
 
Orange case study v0 04 lar 210110
Orange case study v0 04 lar 210110Orange case study v0 04 lar 210110
Orange case study v0 04 lar 210110
 
Advanced Verification Methodology for Complex System on Chip Verification
Advanced Verification Methodology for Complex System on Chip VerificationAdvanced Verification Methodology for Complex System on Chip Verification
Advanced Verification Methodology for Complex System on Chip Verification
 
Star west 2011 manoj narayanan presentation 1.0
Star west 2011 manoj narayanan presentation 1.0Star west 2011 manoj narayanan presentation 1.0
Star west 2011 manoj narayanan presentation 1.0
 
IRJET- Faces of Testing Strategies: Why &When?
IRJET- Faces of Testing Strategies: Why &When?IRJET- Faces of Testing Strategies: Why &When?
IRJET- Faces of Testing Strategies: Why &When?
 
RCA on Residual defects – Techniques for adaptive Regression testing
RCA on Residual defects – Techniques for adaptive Regression testingRCA on Residual defects – Techniques for adaptive Regression testing
RCA on Residual defects – Techniques for adaptive Regression testing
 
Reduce Risk and Boost Productivity Through Advanced Quality Systems
Reduce Risk and Boost Productivity Through Advanced Quality SystemsReduce Risk and Boost Productivity Through Advanced Quality Systems
Reduce Risk and Boost Productivity Through Advanced Quality Systems
 
Practical reliability
Practical reliabilityPractical reliability
Practical reliability
 
First time quality
First time qualityFirst time quality
First time quality
 
Is Software Testing a Zero Sum Game??
Is Software Testing a Zero Sum Game??Is Software Testing a Zero Sum Game??
Is Software Testing a Zero Sum Game??
 
Nihilent’S Testing Services Case Profiles Nihilent.1
Nihilent’S Testing Services Case Profiles Nihilent.1Nihilent’S Testing Services Case Profiles Nihilent.1
Nihilent’S Testing Services Case Profiles Nihilent.1
 
Six sigma project (chihaoshen)
Six sigma project (chihaoshen)Six sigma project (chihaoshen)
Six sigma project (chihaoshen)
 
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...
Zero-Defects Plug and Play -- General Quality Frameworks and Processes for Ac...
 
KJ Ross Whitepaper Crash Test your Requirements
KJ Ross Whitepaper Crash Test your RequirementsKJ Ross Whitepaper Crash Test your Requirements
KJ Ross Whitepaper Crash Test your Requirements
 
Nisha Varghese_Senior Test lead & Tester
Nisha Varghese_Senior Test lead & TesterNisha Varghese_Senior Test lead & Tester
Nisha Varghese_Senior Test lead & Tester
 
Vital QMS Process Validation Statistics - OMTEC 2018
Vital QMS Process Validation Statistics - OMTEC 2018Vital QMS Process Validation Statistics - OMTEC 2018
Vital QMS Process Validation Statistics - OMTEC 2018
 
Giff gaff casestudy_v5_[tcl03]
Giff gaff casestudy_v5_[tcl03]Giff gaff casestudy_v5_[tcl03]
Giff gaff casestudy_v5_[tcl03]
 
Test Environment Management: A Critical Requirement for Effective CI/CD
Test Environment Management: A Critical Requirement for Effective CI/CDTest Environment Management: A Critical Requirement for Effective CI/CD
Test Environment Management: A Critical Requirement for Effective CI/CD
 
Bsa 385 week 5 team assignment smith software testing environment
Bsa 385 week 5 team assignment smith software testing environmentBsa 385 week 5 team assignment smith software testing environment
Bsa 385 week 5 team assignment smith software testing environment
 
Principles and Goals of Software Testing
Principles and Goals of Software Testing Principles and Goals of Software Testing
Principles and Goals of Software Testing
 

Viewers also liked

APPROACH TO VALUE ENGINEERING USING PRO/ENGINEER
APPROACH TO VALUE ENGINEERING USING PRO/ENGINEERAPPROACH TO VALUE ENGINEERING USING PRO/ENGINEER
APPROACH TO VALUE ENGINEERING USING PRO/ENGINEERITC Infotech
 
Offshore Engineering Development Center Engineering Services
Offshore Engineering Development Center Engineering ServicesOffshore Engineering Development Center Engineering Services
Offshore Engineering Development Center Engineering ServicesITC Infotech
 
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in India
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in IndiaLooking Ahead–The Big Opportunity for Network Design - GST Introduction in India
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in IndiaITC Infotech
 
FAST FASHION: ARE YOU READY TO LEAD
FAST FASHION: ARE YOU READY TO LEADFAST FASHION: ARE YOU READY TO LEAD
FAST FASHION: ARE YOU READY TO LEADITC Infotech
 
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...ITC Infotech
 
Integrated Engineering Calculation App Enabled Standardization of Elevator De...
Integrated Engineering Calculation App Enabled Standardization of Elevator De...Integrated Engineering Calculation App Enabled Standardization of Elevator De...
Integrated Engineering Calculation App Enabled Standardization of Elevator De...ITC Infotech
 
Supply chain-network-optimization-services 16
Supply chain-network-optimization-services 16Supply chain-network-optimization-services 16
Supply chain-network-optimization-services 16ITC Infotech
 
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...ITC Infotech
 
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeDynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeITC Infotech
 
Shared services solution
Shared services solutionShared services solution
Shared services solutionITC Infotech
 
Social Media Interconnect With Plm System
 Social Media Interconnect With Plm System Social Media Interconnect With Plm System
Social Media Interconnect With Plm SystemITC Infotech
 
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOM
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOMTEXT MINING-TAPPING HIDDEN KERNELS OF WISDOM
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOMITC Infotech
 
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeDynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeITC Infotech
 
Top 5 Trends For CPG & Retail Industry 2015
Top 5 Trends For CPG & Retail Industry 2015Top 5 Trends For CPG & Retail Industry 2015
Top 5 Trends For CPG & Retail Industry 2015ITC Infotech
 
European Market Infrastructure Regulation
European Market Infrastructure RegulationEuropean Market Infrastructure Regulation
European Market Infrastructure RegulationITC Infotech
 
Metadata as a Service
 Metadata as a Service Metadata as a Service
Metadata as a ServiceITC Infotech
 
3 d interface-with-plm-solutions
3 d interface-with-plm-solutions3 d interface-with-plm-solutions
3 d interface-with-plm-solutionsITC Infotech
 

Viewers also liked (18)

APPROACH TO VALUE ENGINEERING USING PRO/ENGINEER
APPROACH TO VALUE ENGINEERING USING PRO/ENGINEERAPPROACH TO VALUE ENGINEERING USING PRO/ENGINEER
APPROACH TO VALUE ENGINEERING USING PRO/ENGINEER
 
Offshore Engineering Development Center Engineering Services
Offshore Engineering Development Center Engineering ServicesOffshore Engineering Development Center Engineering Services
Offshore Engineering Development Center Engineering Services
 
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in India
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in IndiaLooking Ahead–The Big Opportunity for Network Design - GST Introduction in India
Looking Ahead–The Big Opportunity for Network Design - GST Introduction in India
 
FAST FASHION: ARE YOU READY TO LEAD
FAST FASHION: ARE YOU READY TO LEADFAST FASHION: ARE YOU READY TO LEAD
FAST FASHION: ARE YOU READY TO LEAD
 
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...
ITC Infotech’s PLM offering for Automotive sector in Autocar Professional mag...
 
Integrated Engineering Calculation App Enabled Standardization of Elevator De...
Integrated Engineering Calculation App Enabled Standardization of Elevator De...Integrated Engineering Calculation App Enabled Standardization of Elevator De...
Integrated Engineering Calculation App Enabled Standardization of Elevator De...
 
Supply chain-network-optimization-services 16
Supply chain-network-optimization-services 16Supply chain-network-optimization-services 16
Supply chain-network-optimization-services 16
 
Elastomer
ElastomerElastomer
Elastomer
 
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...
Looking Ahead – The Big Opportunity for Network Design - GST Introduction in ...
 
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeDynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
 
Shared services solution
Shared services solutionShared services solution
Shared services solution
 
Social Media Interconnect With Plm System
 Social Media Interconnect With Plm System Social Media Interconnect With Plm System
Social Media Interconnect With Plm System
 
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOM
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOMTEXT MINING-TAPPING HIDDEN KERNELS OF WISDOM
TEXT MINING-TAPPING HIDDEN KERNELS OF WISDOM
 
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction TimeDynamic Oil Pricing System Enabled Faster Market Reaction Time
Dynamic Oil Pricing System Enabled Faster Market Reaction Time
 
Top 5 Trends For CPG & Retail Industry 2015
Top 5 Trends For CPG & Retail Industry 2015Top 5 Trends For CPG & Retail Industry 2015
Top 5 Trends For CPG & Retail Industry 2015
 
European Market Infrastructure Regulation
European Market Infrastructure RegulationEuropean Market Infrastructure Regulation
European Market Infrastructure Regulation
 
Metadata as a Service
 Metadata as a Service Metadata as a Service
Metadata as a Service
 
3 d interface-with-plm-solutions
3 d interface-with-plm-solutions3 d interface-with-plm-solutions
3 d interface-with-plm-solutions
 

Similar to Testing in Financial Services - Leveraging Process Maps

How can banks achieve assured release through effective user acceptance testing
How can banks achieve assured release through effective user acceptance testingHow can banks achieve assured release through effective user acceptance testing
How can banks achieve assured release through effective user acceptance testingMaveric Systems
 
Mobile payments test automation
Mobile payments test automationMobile payments test automation
Mobile payments test automationThinksoft Global
 
Keys on improving effectiveness in m-payments with Test Automation
Keys on improving effectiveness in m-payments with Test AutomationKeys on improving effectiveness in m-payments with Test Automation
Keys on improving effectiveness in m-payments with Test AutomationBMI Healthcare
 
Some practical considerations and a
Some practical considerations and aSome practical considerations and a
Some practical considerations and aijseajournal
 
Agile testing and_the_banking_domain_2009
Agile testing and_the_banking_domain_2009Agile testing and_the_banking_domain_2009
Agile testing and_the_banking_domain_2009Anil Kumar
 
Testing experience no_22_guzman_barrio_martinez
Testing experience no_22_guzman_barrio_martinezTesting experience no_22_guzman_barrio_martinez
Testing experience no_22_guzman_barrio_martinezRaúl Martínez
 
TMF 2014 Event Proceedings
TMF 2014 Event ProceedingsTMF 2014 Event Proceedings
TMF 2014 Event ProceedingsKJR
 
Test Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemTest Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemCognizant
 
Defining Segregation of Duties
Defining Segregation of DutiesDefining Segregation of Duties
Defining Segregation of DutiesWill Kelly
 
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...Cognizant
 
Validating your-model
Validating your-modelValidating your-model
Validating your-modelGuy VdB
 
The Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesThe Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesCognizant
 
Implementing a testing strategy
Implementing a testing strategyImplementing a testing strategy
Implementing a testing strategyDaniel Giraldo
 
Whitepaper fluke
Whitepaper flukeWhitepaper fluke
Whitepaper flukeClair Kirby
 
Test case-point-analysis (whitepaper)
Test case-point-analysis (whitepaper)Test case-point-analysis (whitepaper)
Test case-point-analysis (whitepaper)KMS Technology
 
A lean model based outlook on cost & quality optimization in software projects
A lean model based outlook on cost & quality optimization in software projectsA lean model based outlook on cost & quality optimization in software projects
A lean model based outlook on cost & quality optimization in software projectsSonata Software
 
UAT for a Major US Banking Conglomerate
UAT for a Major US Banking ConglomerateUAT for a Major US Banking Conglomerate
UAT for a Major US Banking ConglomerateThinksoft Global
 

Similar to Testing in Financial Services - Leveraging Process Maps (20)

How can banks achieve assured release through effective user acceptance testing
How can banks achieve assured release through effective user acceptance testingHow can banks achieve assured release through effective user acceptance testing
How can banks achieve assured release through effective user acceptance testing
 
Mobile payments test automation
Mobile payments test automationMobile payments test automation
Mobile payments test automation
 
Keys on improving effectiveness in m-payments with Test Automation
Keys on improving effectiveness in m-payments with Test AutomationKeys on improving effectiveness in m-payments with Test Automation
Keys on improving effectiveness in m-payments with Test Automation
 
Ta3s - Testing Banking and Finance Applications
Ta3s - Testing Banking and Finance ApplicationsTa3s - Testing Banking and Finance Applications
Ta3s - Testing Banking and Finance Applications
 
Some practical considerations and a
Some practical considerations and aSome practical considerations and a
Some practical considerations and a
 
Agile testing and_the_banking_domain_2009
Agile testing and_the_banking_domain_2009Agile testing and_the_banking_domain_2009
Agile testing and_the_banking_domain_2009
 
Testing experience no_22_guzman_barrio_martinez
Testing experience no_22_guzman_barrio_martinezTesting experience no_22_guzman_barrio_martinez
Testing experience no_22_guzman_barrio_martinez
 
TMF 2014 Event Proceedings
TMF 2014 Event ProceedingsTMF 2014 Event Proceedings
TMF 2014 Event Proceedings
 
Test Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery EcosystemTest Automation Strategies in a Continuous Delivery Ecosystem
Test Automation Strategies in a Continuous Delivery Ecosystem
 
Test performance indicators
Test performance indicatorsTest performance indicators
Test performance indicators
 
Defining Segregation of Duties
Defining Segregation of DutiesDefining Segregation of Duties
Defining Segregation of Duties
 
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...
Why On-Demand Provisioning Enables Tighter Alignment of Test and Production E...
 
S3 p2 lee_kong_hui
S3 p2 lee_kong_huiS3 p2 lee_kong_hui
S3 p2 lee_kong_hui
 
Validating your-model
Validating your-modelValidating your-model
Validating your-model
 
The Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesThe Business Case for On-Demand Test Services
The Business Case for On-Demand Test Services
 
Implementing a testing strategy
Implementing a testing strategyImplementing a testing strategy
Implementing a testing strategy
 
Whitepaper fluke
Whitepaper flukeWhitepaper fluke
Whitepaper fluke
 
Test case-point-analysis (whitepaper)
Test case-point-analysis (whitepaper)Test case-point-analysis (whitepaper)
Test case-point-analysis (whitepaper)
 
A lean model based outlook on cost & quality optimization in software projects
A lean model based outlook on cost & quality optimization in software projectsA lean model based outlook on cost & quality optimization in software projects
A lean model based outlook on cost & quality optimization in software projects
 
UAT for a Major US Banking Conglomerate
UAT for a Major US Banking ConglomerateUAT for a Major US Banking Conglomerate
UAT for a Major US Banking Conglomerate
 

Recently uploaded

Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budgetCall Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budgetSareena Khatun
 
Thane Call Girls , 07506202331 Kalyan Call Girls
Thane Call Girls , 07506202331 Kalyan Call GirlsThane Call Girls , 07506202331 Kalyan Call Girls
Thane Call Girls , 07506202331 Kalyan Call GirlsPriya Reddy
 
7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator Options7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator OptionsVince Stanzione
 
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...priyasharma62062
 
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...priyasharma62062
 
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdfSeeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdfAshis Kumar Dey
 
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & RequirementsExplore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirementsmarketingkingdomofku
 
Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Adnet Communications
 
Toronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdfToronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdfJinJiang6
 
Collecting banker, Capacity of collecting Banker, conditions under section 13...
Collecting banker, Capacity of collecting Banker, conditions under section 13...Collecting banker, Capacity of collecting Banker, conditions under section 13...
Collecting banker, Capacity of collecting Banker, conditions under section 13...RaniT11
 
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...priyasharma62062
 
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...priyasharma62062
 
Fixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptxFixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptxTintoTom3
 
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...batoole333
 
Q1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfQ1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfAdnet Communications
 
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...janibaber266
 
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...Call Girls Mumbai
 
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...Henry Tapper
 

Recently uploaded (20)

Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budgetCall Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budget
Call Girls Howrah ( 8250092165 ) Cheap rates call girls | Get low budget
 
Thane Call Girls , 07506202331 Kalyan Call Girls
Thane Call Girls , 07506202331 Kalyan Call GirlsThane Call Girls , 07506202331 Kalyan Call Girls
Thane Call Girls , 07506202331 Kalyan Call Girls
 
7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator Options7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator Options
 
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...
Turbhe Fantastic Escorts📞📞9833754194 Kopar Khairane Marathi Call Girls-Kopar ...
 
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...
Virar Best Sex Call Girls Number-📞📞9833754194-Poorbi Nalasopara Housewife Cal...
 
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdfSeeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdf
 
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & RequirementsExplore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
 
Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024
 
Toronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdfToronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdf
 
Collecting banker, Capacity of collecting Banker, conditions under section 13...
Collecting banker, Capacity of collecting Banker, conditions under section 13...Collecting banker, Capacity of collecting Banker, conditions under section 13...
Collecting banker, Capacity of collecting Banker, conditions under section 13...
 
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
 
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...
Female Russian Escorts Mumbai Call Girls-((ANdheri))9833754194-Jogeshawri Fre...
 
Fixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptxFixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptx
 
W.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdfW.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdf
 
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...
Famous Kala Jadu, Black magic expert in Faisalabad and Kala ilam specialist i...
 
Q1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfQ1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdf
 
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...
Famous No1 Amil Baba Love marriage Astrologer Specialist Expert In Pakistan a...
 
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
 
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
 

Testing in Financial Services - Leveraging Process Maps

  • 1. Testing in Financial Services: Leveraging Process Maps White Paper Testing in Financial Services - Leveraging Process Maps Copyright © ITC Infotech Page 1 of 6
  • 2. Testing in Financial Services: Leveraging Process Maps Financial Services – The evolving environment An account deposit is a simple credit to an account – can there be different ways of doing it? Ask a Banker and the response would be a resounding „YES‟. It could be a drop box deposit; alternately cash deposit at an ATM; mail-in deposit and over-the-counter deposit are just some of the different ways which come to mind immediately. These are the varieties within a bank; across banks the variety increases further. The moment we consider any activity where decisions are involved, each financial institution has some nuance which is different, process is different. To a certain extent this variation is driven by the traditional approach to banking. However, additional factors which weigh in today are also around availability of information which might impact the decision as also the regulatory environment. Such variety and diversity has been made feasible by technology adoption by various industry segments across geographies. Technology has also enabled customizing the business process to gain even the minutest of the advantages where exit barriers for the customer could be low. One of the challenges facing the industry has been how to deliver consistent and excellent service to the customer base, without a flaw. With the variation in product and process, technology and operations groups have risen to the occasion by extensively verifying the functionality before promoting any system to real-life/production. Being one of the most intense users of technology, Financial Services industry also has to factor in multiple channels of access and time-critical nature of transactions. The combination of channels, associated access and data security, transaction time criticality, data integrity risk and high volume variability facing the technology implementations necessitates the need to thoroughly test the various applications prior to utilizing them in live environment. The end-user visibility of the transactions/applications, translating to reputational risk, further underscores the need of testing in this environment. Traditional Approaches in Testing & Challenges Traditional testing approach is more like an extended arm of various popular software development models like the Waterfall Model. Various methods still in vogue include: reviews, walkthroughs, inspections (Static testing), test case design and execution (Dynamic testing). Manual testing is the oldest and most prevalent approach to testing even today. It requires the tester to do a rigorous round of manual test operations. With increasing complexity of functionality and the requirement for thoroughness in testing, the time and effort being spent on testing as a percentage of total project time has been steadily increasing over the years (refer figure 1). One of the major reasons for the same is driven by the complexity of applications compounded by the straight through processing (STP) of various transactions. To achieve adequacy of test coverage, today‟s testing approaches have built on the traditional approaches by mushrooming the test scenarios and test cases thereby ensuring apparent adequacy of testing and reducing the possibilities of any errors during the operational environments. While it does improve test coverage, the traditional mapping to functional Copyright © ITC Infotech Page 2 of 6
  • 3. Testing in Financial Services: Leveraging Process Maps requirements does not necessarily ensure 100% test coverage. Additionally, it adversely impacts the testing effort and cost of testing. Test Automation has ensured repeatability of testing while achieving cost & effort efficiency to a large extent. Coverage is consistent, repeatable and time elapsed is minimized. Despite the increasing adoption of test automation, with testing effort has steadily increased from 22% in 2004 to 30% in 2009, adversely affecting the duration, effort and cost of the entire project. The gains from efficient design and development approaches have not been mirrored proportionately in the testing arena. QA’s Share of project effort 100% 80% 22 26 28 29 60% 30 30 40% 47 37 33 29 27 24 20% 0% 2004 2005 2006 2007 2008 2009 Definition Design Development QA Management Source: Ovum, Independent survey commissioned by Logica CMG Figure 1: Testing-QA effort in development cycle The lack of efficiency, arising from increased test scenarios and test cases, and lack of verifiable test coverage in testing, become a challenge at all stages of testing, whether it is system or integration testing during the development cycle or user acceptance testing (UAT) prior to production implementation. Scenario Development in Banking Domain Training – ITC Infotech Experience To better understand the nuances of financial domain, we selectively developed a series of process flows in the more complex areas, aimed at training and orientating the technology teams. As we traversed the processes, the interdependence of current decision on a past decision point stood out. We were able to establish multiple such dependencies (or correlations) between decisions in a single session. Was it a pure coincidence? Copyright © ITC Infotech Page 3 of 6
  • 4. Testing in Financial Services: Leveraging Process Maps „NO‟, and this was underscored in days to come. The finding was validated as we tracked a different business flow in the next session and realized the correlation between decisions resulted in fewer viable process paths across the operational area. We were able to develop specific scenarios (end-to-end sequence of events in a process with each decision determined) for the processes under discussion and we ascertained factually that the number of feasible scenarios was much lower than the number of simple combinations based on options for all decision points. In fact the number of feasible scenarios was less than 50% of numeric combinations in one of the cases. As we debated the value of such a finding, one of the earliest possibilities which emerged was the use of these processes/scenarios in testing. ITC Infotech Specialist Testing Offering for Financial Services – Leveraging Process maps and Scenarios Process or scenario based testing leverages the knowledge of business/operations process for planning the testing using the scenario flow as a building block of test plan. The detailed Application Process flow in case of System testing and Business Process flow for Pre-UAT and UAT testing was mapped and each and every feasible scenario was mapped. The number of scenarios was further optimized by eliminating some repetitive scenarios using orthogonal test matrix design. The scenarios shortlisted for the final repository ensured coverage of the each segment of the process thus achieving the adequacy of test coverage. Figure 2: Scenario creation Hierarchy Once the scenario list was finalized, we added the application screens/ data elements into the mix to start designing the test cases for each event within a scenario, parallely factoring in destructive test cases. Care had been taken to evolve process definition (and the scenarios) to such a granular level that no event could be further subdivided into more variants, making an event the basic building block of the process. The emerging hierarchy of the test approach is depicted in figure 2 with the Process map being the starting point. Copyright © ITC Infotech Page 4 of 6
  • 5. Testing in Financial Services: Leveraging Process Maps Evaluating the resultant test plans against previously designed and used test plans, we were able to achieve reduction in test scenarios of 11-15%. However, the gains on test cases were more impressive, with 20-25% reduction in number of test cases. The test coverage was assured since the traceability of test scenarios and test cases was to the process maps for the application/business process maps and the approach had factored in the tracing of each leg of the process. The overall testing effort, inclusive of test planning, test case creation and test execution, reduced by nearly 20%. Additionally, the process maps created were also utilized as an aid in training the testing team on the functionality, providing them a better visual perspective of the domain and functionality. In subsequent iterations, as functionality is enhanced over time, we expect greater efficiency in tracking modifications to the test packs while maintaining the coherence and efficiency of the test pack. Further reduction in effort is achieved by identifying the repeatedly used events across scenarios by “Function_Calls” as part of the test scenario pack creation. When final test cases are created, these repeatable modules of code are scripted and stored in a function library. The function library is associated with the test script while running the actual tests; the actual test script consists of calls made to the function with input field data as parameters. Changes to the test pack for changes in a screen are narrowed down to one or two function calls instead multiple occurrences. Net advantage comes from faster test pack creation, lightweight script due to usage of “Function_Calls” and better maintainability of test packs. Progressing the scenario based testing approach further; we created the generic process flows across some of the complex business processes of the financial industry (at a generic level) and created the scenarios based on this process mapping. With some of the projects running over time and budget, these base test packs can reduce the effort to create test pack in any organization specific environment with bulk of the test plan already determined and only the organization specific variations in process to be superimposed on the generic process and generating the new set of scenarios. The approach can crash the test planning cycle and recover lost ground during the testing phase without sacrificing the testing quality due to paucity of time. Scenario Based Testing – Achieving testing efficiency In today‟s environment where budgets are shrinking, leveraging such a ready-made asset with the speed and maintainability advantage, does create a stronger business case for adoption, especially if the process map parallely enhances the organization documentation levels, achievable as a by-product from a highly efficient testing approach. For End Users and Service Providers alike, adopting the approach requires some basic investment in creating the assets (process flows and scenarios). However, the return on investment is realized through the training it imparts to the asset creation team on domain knowledge as also the premium realized from shortening the test cycle for any client. The advantage from optimizing the test cycle due to focused scenarios and the upgrade of organization documentation on processes forms an attractive proposal to prospective clients. Copyright © ITC Infotech Page 5 of 6
  • 6. Testing in Financial Services: Leveraging Process Maps About the author Sanjay Kumar VP BFSI Solutions & Capability Building, ITC Infotech Sanjay heads the Capability & Domain areas for the BFSI Cluster. He has over 20 years of experience in the areas of Information Technology & Operations. He spearheads Enterprise Technology Strategy consulting with various customers across Capital Markets and Retail Banking. His team spearheads solution development & delivery across  Strategy Consulting, Process Consulting, Test Strategy & Design, Regulations and niche technology areas  Solutions with a Regulatory focus on Europe & Americas  Niche area coverage on Mobility & Rural Banking The Domain team also manages the Business Analyst development initiative within BFSI; Banking Certification & other domain related training across Banking, Capital Markets, Insurance & Treasury areas. Sanjay has done his MBA (Finance) from Wharton Business School, Pennsylvania in 1993 and Bachelor‟s degree in Engineering (Instrumentation & Mechanical) from BITS, Pilani in 1986 ITC Infotech’s Testing Centre of Excellence contributes across various verticals of ITC Infotech. It is tasked with developing and maintaining cutting edge testing techniques and methodologies as also maintaining and upgrading the skill sets of testing practitioners. As a result, it maintains an excellent blend of resources with testing tools experience and domain capabilities and majority of the testing resources are certified by ISEB Foundation and QAI. ITC Infotech’s Banking, Financial Services, and Insurance (BFSI) practice, composed of industry specialists and technology experts, provides effective technology solutions to solve business problems for its growing list of fortune class universal banks within Europe and globally. Having internalized deep domain expertise by virtue of executing strategic banking projects, the practice today also provides domain-centric consulting services as part of its offerings. With headquarters in Bangalore and offices in near-shore locations viz. Copenhagen, Helsinki, Prague, London, New York, Bentonville Sydney, Johannesburg and Singapore the practice provides world-class services using a dynamic onshore-offshore model that best suits its clients and enables them to enhance their value propositions. Copyright © ITC Infotech Page 6 of 6