8
A Practitioners Guide to Modern SOA Testing Abstract Today’s dynamic business needs are shaping the modern IT industry. Lower costs and faster time to market have propelled forward market-changing phenomenon like SOA, internet business models and cloud computing. Further, changes in business needs have led to changes in system architectures, from monolithic systems and slow batch processes to SOA and real-time processes. These have resulted in businesses asking a new set of questions to test managers, consultants and architects, like how does one test these modern SOA systems? This paper attempts to answer the questions surrounding modern SOA testing. Gaurish Hattangadi July 2011

Soa test methodology

  • Upload
    infosys

  • View
    607

  • Download
    1

Embed Size (px)

DESCRIPTION

The dynamic business environment compels organizations to adopt modern technology like SOA based applications. However the traditional approach to testing needs to be discarded in favour of a new test tools and methodologies. This whitepaper guides individual through the SOA testing process.

Citation preview

Page 1: Soa test methodology

Infosys – Whitepaper | 1 July 2011

A Practitioners Guide to

Modern SOA Testing

Abstract

Today’s dynamic business needs are shaping the modern IT industry. Lower costs

and faster time to market have propelled forward market-changing phenomenon

like SOA, internet business models and cloud computing. Further, changes in

business needs have led to changes in system architectures, from monolithic

systems and slow batch processes to SOA and real-time processes. These have

resulted in businesses asking a new set of questions to test managers, consultants

and architects, like how does one test these modern SOA systems? This paper

attempts to answer the questions surrounding modern SOA testing.

Gaurish Hattangadi

July 2011

Page 2: Soa test methodology

2 | Infosys – White Paper

Starting Our Journey With A Reality Check

Many of us have been introduced to SOA via webinars, articles and books published by SOA vendors. The promises made by

the SOA evangelists seem easy to achieve and are every CTO’s dream. But it is during the implementation phase that reality

surfaces. Each SOA promise is in reality an enormous challenge. Let us have a quick look at some of the common challenges

we have come across, while implementing SOA, over the recent past:

Figure 1: “Typical SOA Implementation Challenges”

Some of the challenges SOA brings for the testing teams are that they have to learn new technologies, processes and new tools

that are being used. Many testing teams often check if they can continue to use classical tools and processes in the new SOA

environment. Once they begin SOA testing, they quickly realize that this can’t be done. Let’s look at some of the reasons and

questions that lead to this realization:

Introduction

SOA makes promises that include increased agility, larger application lifecycles, better

complex integrated systems is not a simple task but takes a combination of sophisticated

tools, customized methodologies and a lot of creative approaches to correctly implement,

test and deliver the SOA systems.

(TDM) and accelerated UI automation. It also includes enabling practices such as continuous

integration testing and service virtualization. Testing teams need to test the systems at the

service provider and the client end to ensure an error free execution of systems. Tests also

based data provisioning system is a key factor that we shall examine later in this paper.

SOA Implementation

Challenges

Testing processes that span across multiple systems

create complex test data needs.

Multi-layered complex architecture

makes it tough to isolate defects.

Agility – Enabling faster change leads to

increase in integration and

regression testing.

Heterogeneous technologies -

Expensive to test, and manage a wide variety of systems

Managing people across geographies in

disparate teams

More Reusability - More problems in

security and performance

Integrated Systems - More points of

failure result in more defects

Page 3: Soa test methodology

Infosys – White Paper | 3

The SOA Testing Road Map

(and Testing) and Deployment & Production Management. Most SOA vendors provide repositories and BPM/BAM systems

that support deployment and production management phase. These phases are managed by dedicated SOA teams and are not

focus areas for testers. CIT and SIT, which occur at the design, development and testing phase of the SOA lifecycle, hold a lot

of interest for SOA Testers.

The diagram below is an illustration of the different phases of the Core SOA Solution:

Figure 2: “Different Phases of the Core SOA Solution”

Requirements Management

Design and Develop

Deploy

ManageSOA

Lifecycle

Core SOA Solution

SOA Testing Tools Focus On Development Veri ationBPM BAM help in process

monitoring and optimization etc

Repositories centrally manage process models and services

• SOA Testing Tools are managed

through testing methodology

• BPM, BAM, Repository Usage And Testing Methodology are all

orchestrated by Governance

!

!

Focus Areas

Modern Tool Requirements

SOA has a unique architectural ecology. • Can classical tools test non-UI components? • Can these tools cope up with subscriptions to brokers? • Can they interpret messages that across an ESB?SOA has its own set of unique protocols. • Can the current automation tools handle protocols such as SOAP,

WS-Security etc.? • Can classical tools take you through a web of component

invocations for defect isolation?

End To End Business Process Testing

• Can current tools handle orchestration of multiple tools that span across technologies? For example: UI automation, middleware testing, service testing and database querying.

• End-to-end process testing can create some complex TDM requirements that non-SOA monolithic systems would not require.

Methodology Changes

• A new architecture brings the need for a new approach. Current black-box lifecycle processes and tools cannot cope with the sudden need for deep grey box testing. For example, we need to test the UI and the components behind it.

• SOA lifecycles are agile and iterative. This in turn increases the importance of automated regression testing. How does one enable continuous integration testing where manual testing is impossible and classical tools do not work?

Restricted Access Systems

• Per - use SaaS systems can drive up the cost of regression testing.

• Some systems such as mainframes may not be easily available or accessible for testing.

Page 4: Soa test methodology

4 | Infosys – White Paper

Let’s take a closer look at the Design and Develop phase to understand what it takes to implement SOA Testing correctly.

Initial Steps of the SOA Testing Process

SOA Testing focuses on three system layers:

Next, we validate the processes implemented within the process layers (this is synonymous with integration testing for providers).

The subsequent step is to test service consumers. UI automation is a possibility and is encouraged for improved regression

testing. Service consumer testing ensures that the entire system stack works as expected. SOA brings with it huge regression

needs, because of which the tests are rolled into regression suites, to shield them from breaking changes.

This process changes slightly for systems with no separate process tiers. In such cases, processes are embedded inside the user

interfaces and domain models. The key in such cases is to test services and then automate consumer testing for validating

processes and the system stack. This approach is shown in Figure 3 below:

Figure 3: “SOA Testing – The Four Step Approach”

Services Layer1

Includes services exposed by systems which are derived from business functions.

Service Consumers3

These can be other services or user interface components.

Process Layers2

Contain implementation aspects of business processes. They mostly exist as composite services, choreographies and process models (orchestrations). These processes might also be embedded in user interfaces, ETL tools or domain models. We would focus on processes that are implemented in user interfaces and process layers.

Page 5: Soa test methodology

Infosys – White Paper | 5

Challenges in SOA Testing Processes Implementation

SOA testing processes are hard to implement because of the need for complex supporting work streams. For example, regression

tests can only run correctly if systems exposing services have the right data. The capabilities of test data traceability and

based data provisioning are key prerequisites for running regression suites. Another suitable example is the process

for accelerating UI automation. Many processes here have repetitive steps (e.g. login or logout) that require a lot of effort. When

you repeat these steps across test cases then changing them in an agile SOA environment can be quite challenging. Another

challenge in the process is the need to test services that have per-use costs or inaccessible systems.

Let us look at some aspects of supporting processes below:

1. Providing based data provisioning and catering to data integrity, data volatility, federated data integrity and

data masking: The practitioner’s answers lie in TDM solutions or in Systems Virtualization.

2. Accelerating UI Automation: Select tools or develop frameworks that generate UI automation scripts and centralize

repetitive activities. An example here would be the Test Automation Accelerator (ITAA) from Infosys.

3. Access Constrained Systems: Use service virtualization to alleviate services that have per use costs or are not available for

testing.

4. Continuous Integration Testing Mandates: Use testing tools that are capable of monitoring changes in your repositories.

They must run regression suites to avoid breaking changes. Execute regression suites on all major build and releases for

effective test coverage.

Below we cover some other aspects of the SOA Testing processes:

1. Security Mandates: Use security testing tools with a matching process that focuses on grey box and black box testing.

Remember to use penetration testing tools and look for common roadblocks such as injection (script) and denial of

service. In some application architectures, testing services for security is vital in order to check the weak links in the

security chain.

2. Performance: Services and process models can be obstacles to performance. Sometimes even patches to underlying

infrastructure such as ESBs can affect performance. Other likely performance bottlenecks include services that transform

data (especially outside transformation containers) and services that are synchronously invoked from consuming

applications (especially where performance needs are critical enough to bypass ESBs).

3. Ensuring Compliance to Governance Mandates: Governance mandates include ensuring compliance to policies such as

these needs and utilize your ESB/repository vendor’s product stack completely. Your SOA testing tool might support these

needs as well.

The SOA Test Automation Process

essentially agile and the ever-changing SOA world. Your choice of tools will be determined by your needs. These needs vary

from simple open source tools to bleeding edge commercial stacks. Your approach however will almost always be the same

and is shown in the illustration (Figure 4):

Page 6: Soa test methodology

6 | Infosys – White Paper

Figure 4 is a view of test automation for SOA (excluding TDM, end-to-end testing with UI automation, etc) and

targets very generic SOA systems. The main steps here are:

1. Testers use an automation tool to invoke services or to publish and subscribe to a broker. Services can be REST/POX/

JSON/SOAP exposed over multiple transport protocols like HTTP, FTP, and JMS etc. Brokering is mostly provided by

ESB’s such as from IBM, TIBCO etc.

2.

script (Java). Validation rules can range from plain arithmetic (<. > . =) to customized complex Java.

3. Testers have a variety of options for parameterization.

4. Test Cases are rolled into regression suites.

5. Suites can be executed on schedule or triggered to execute on changes to repository.

6. NFRs can play a major role as most testing tools allow functional tests to be rolled into performance suites. Some tools

also include security testing features.

Page 7: Soa test methodology

Infosys – White Paper | 7

CConclusion

SOA testing has led to improved testing approaches and a new generation of specialized

tools. SOA testers need to now learn larger processes, tools and expand their skill

sets to encompass a wider range of practices. These include UI automation, TDM,

service virtualization, security and performance. Success in SOA implementations

will come to QA organizations that leverage expertise in selecting the right tools and

supporting processes. This move will ensure that the next generation of systems will

deliver on the promises that meet the business user’s expectations.

About the Author

Gaurish Hattangadi, Test Consultant, Infosys Limited.

Gaurish’s focus areas include SOA testing and enterprise architecture. He can be reached at [email protected].

Have We Overcome all Challenges?

Now that we have discussed the processes and the automation approach to SOA testing, we can now and see if we have

indeed looked at solutions to all the challenges discussed at the start of the paper. Let’s look at our initial diagram (Figure 1:

“Typical SOA Implementation Challenges”) and populate it with answers instead of the questions/ challenges.

Figure 5: “SOA Testing Answers”

Tools like HP’s TDM and IBM’s Optim can

overcome the challenges of TDM

needs in SOA

SOAAutomation tools test all components in a

multi-layered architecture and some

also include defect tracing capabilities

Good SOA Automation tools when correctly

leveraged drastically reduce regression

testing costs

Good SOA Tools and methodology adapt to diverse systems

ecology.

Virtualization, strong

methodologies and governance ease implementation

roadblocks

Most SOA testing tools and mature methodologies address NFRs

Modern tools aid service testing and also help in defect

isolation.

TheSOA Testing

Answers

Page 8: Soa test methodology