SlideShare a Scribd company logo
1 of 15
Download to read offline
Whitepaper




      3 Approaches for Integrated ALM,
                         A case for ALM Middleware

                                                                          By

                                                                 Sky Basu
                                                 Chief Technology Officer




                                                     Kovair Software, Inc.
                                            4699 Old Ironsides Drive, Unit 190
                                                        Santa Clara, CA 95054
                                                Sales: 1.408.262.0200 Press 1
                                                           1.408.904.4794 (F)
                                                            www.kovair.com




             © Kovair Software, Inc. 2011
Introduction
One of the most desirable aspects of software development process for the last decade has
been the evolution of Integrated Application Lifecycle Management-ALM. Integrated ALM
today is also known as End-To-End ALM in some vendor literatures and websites. Fulfilling
this promise by various vendors has been patchy at best. However, in the last 2 years,
things are changing as new technologies are maturing in highly critical production systems,
there by bringing some of the long overdue benefits of Integrated ALM to real development.
Today, if an organization is not thinking about integrated ALM, it is missing some compelling
benefits, which are discussed in a companion Whitepaper from Kovair “10 BENEFITS OF
INTEGRATED ALM”.
In this paper, we will discuss three widely used approaches provided by different vendors
over time towards achieving Integrated ALM and the relative merits of these solutions. We
will especially focus on a new integration technology - ALM Middleware for achieving an
Integrated ALM for a mixed vendor tools environment.
In a software development process, various tools are used both for managing the
development process as well as for the actual creation and testing of software code.
Following is a list of such tools some of which are generic (e.g. Document Management) and
some are very specific to software development (e.g. Debugger/ Profiler):

 Ideation/ Idea Management Tool                    Build Tool
 Requirements Elicitation Tool                     Configuration Management Tool
 Requirements Management Tool                      Test Management Tool
 Design and Modeling Tool                          Test Automation Tool
 IDE (Integrated Development environment)          Debugger/ Profiler
 Unit Test Tool                                    Issues/ Change Management Tool
 Project Management Tool                           Helpdesk Tool
 Document Management Tool                          Timesheet Tool



These tools either generate or manage different objects necessary for managing the ALM
process. The objects include Requirements for Requirements Management, Testcases for
Test Management and Source files for Configuration Management. In this document we will
refer to these objects as ALM Artifacts or Artifacts.
Since we are still in an early stage of Integrated ALM systems and competing vendors are
trying to establish the concepts, the best way to define such concepts is to focus on the
results of implementing such a system.




                                                                                       1
An Integrated ALM system provides the following functionalities and benefits:

View artifacts managed by one Tool from another Tool.
Examples include list of Testcases from the Requirements Management Tool and
Requirements from the Testcase Management Tool, or list of design objects from the IDE.
The benefit is even higher when multiple artifacts are accessible from a single tool.
Each individual stakeholder gets the benefit of accessing the artifacts from other tools
without leaving their own tool environment. This promotes collaboration and early problem
detection, which can save a lot of errors and money.


Create various impacting and non-impacting relationships between
any two Artifacts.
This can manifest in creating a Traceability relation between a Requirement in Requirements
Management Tool and Testcase in the Test Management Tool; so that when the
Requirement changes in one tool the Testcase in the other tool will be flagged for impact.
Another example is creating a dependency relation between a Change Request in an Issues/
Change Management tool and the source code in the Configuration Management tool to
track which files have been modified to implement the Change.
Without this Traceability, the QA group could be testing an obsolete Requirement without
being aware of it. In addition, without this feature, questions like “why a single source file is
affected by so many defects?” cannot be answered.


Automate a process cutting across the tool boundaries and
implement a complete ALM lifecycle without a break.
For example: a Change which starts its life in a Helpdesk tool as a Ticket, gets automatically
replicated as a Change Request in the Issues/ Change Management tool, gets approved by a
Change Control Board, goes to the architect to create/ modify architectural artifacts in the
Designer/ Modeling tool, goes to the developer for coding and to QA for creating Testcases
in IDE and Test Management tools.
It is imperative to have an automated process workflow drive this across tool boundaries
even when individual tools lack the processing capability. Without this process automation,
the manual interfaces between tools are managed typically by emails and unstructured
documents, inevitably resulting in dropping the ball at times.


Manage Projects and Resources across the tools.
For development managers, it has always been a vexing question to answer „For a set of
Requirements, Changes and Defects what will be the Release date given a set of
Resources?‟ Alternatively, the questions can be posed as „Given a set of Resources and a
Release date, what Requirements, Changes and Defects can we put in this release?‟ or
„Given a Release date and a set of Requirements, Changes and Defects, what kind of
resources do we need?‟ We can make it even more complex by incorporating design and
modeling objects, test automation and other ALM artifacts in the mix. Since the artifacts
involved are managed by various tools, only an Integrated ALM system will be able to
handle this question.



                                                                                           2
Without an Integrated ALM, performing Project and Resource Management against just one
artifact, say Requirements, will give an incomplete and wrong picture. The traditional PPM
(Project Portfolio Management) software tool fails to take care of this because of a lack of
integration with all other individual ALM tools.


Create Cross tools Analytics and Dashboards.
A Project manager‟s assessment regarding the health of a particular development project
can be massively flawed unless he/she takes into account the activities in all the tools
involved. Analytics and reporting across various tools is very important at different levels
including that of the CxO.
For example, an Integrated ALM system should be able to produce a Test compliance report
for the end customer, that shows the list of Customer Requirements, Change Requests and
Issues, traced to Testcases and individual Test runs. And finally, the Test run results should
show that they have all passed. To produce a report like this requires retrieving information
from various tools including Requirements Management, Issues/ Change Management, Test
Management and Test Automation.
Now that we have discussed the advantages of an Integrated ALM, we will next discuss
three widely used options by vendors for achieving Integrated ALM, and how these options
address the above functionality and benefits.


Challenges of Integrated ALM
There are quite a few challenges to introduce and implement Integrated ALM in a
development organization successfully. Briefly, they are:
Multi vendor tools using various technologies: In practice, different tools from
multiple vendors are involved. Each of these tools could be using different technologies
including command line interface, desktop application, client-server, or web based. In
addition, they could be running on different platforms such as Windows, Linux of various
kernels, Macintosh, UNIX of various flavors or even Mainframe.
The software being produced uses wide range of technologies: The software being
produced can be an embedded system, .NET based desktop application, Java based web
application, or a COBOL based mainframe application.
The tools use various data repositories: The data repositories can be proprietary file
structures, XML, Excel, or relational databases of various flavors.
The tools are geographically distributed: Today‟s development groups are often
distributed globally. Sometimes, the team members can also belong to multiple corporate
entities. As a result, the tools reside at various locations behind different firewalls connected
by Internet.




                                                                                           3
Different Approaches for Integrated ALM
To address the challenges of Integrated ALM and to achieve at least some of the goals,
different tool vendors have taken different strategies, which can be broadly categorized in
the three alternative approaches.


      Point-to-point Integrated Multi Vendor Tools
      Single Vendor Integrated ALM Tools
      Multi Vendor Best of Breed Integrated ALM Tools – ALM Middleware



The following sections describe the details of these approaches. Any reference to a vendor is
based on the available public information from their websites or literature at the time of
writing this paper.


Approach 1: Point-to-point Integrated Multi Vendor Tools
Traditionally the individual vendors have tried to achieve modicum of Integrated ALM by first
integrating their own ALM point tools and then integrating some selection of the popular
point tools from other vendors. The advantage of such an approach is the simplicity. You
need to create only the integration between a particular pair of tools if necessary. However,
to achieve the functionality and benefits mentioned above, it is necessary to have point-to-
point integration between most, if not every pair of tools. Moreover, since the integration is
often done between tools from two different vendors, it often becomes the users‟
responsibility to create a workable integration using their own development resources. This
results in additional internal tool maintenance and management resources, which are not
aligned to the core competency of the organization.
The primary issues with the point-to-point approach are discussed below:

Complexity of combinations
From high-school algebra, we know that to have a point-to-point integration between every
pair of n tools we need n x (n-1) / 2 number of integrations. For a simple case of 5 tools,
this amounts to 10 integrations and just by doubling the number of tools to 10 will result in
a 4.5 fold increase in number of integrations to 45. Because of the ad-hoc nature of these
integrations, it becomes extremely difficult to create and maintain each individual integration
code between the pairs of tools.

Handcrafted Integration Business Rules
Since each integration code is custom made for a particular pair of tools, it has the
maximum flexibility but at the same time, maintenance becomes very difficult. For example,
the business rules of integration like which field maps from one tool to the other, under
which condition the data is replicated from one tool to another, or how a change in one tool
will be reflected in another - are all hardcoded in the integration code. This means that
any change in that logic necessitates changes in that code. Any change in code means a full
cycle of development, test, and deployment cycle making it impossible to implement even
the smallest change quickly.


                                                                                         4
Replacement Dilemma
It is unlikely that a development group will use a single tool forever. With changing needs,
technology and preferences, existing tools often need to be replaced by more effective
alternatives. However, a point-to-point architecture becomes a hindrance to such an
upgrade. Referring to our example of 5 and 10 tools scenarios, a single tool replacement will
result in re-development of up to 4 and 9 integration codes respectively that often becomes
the reason for perpetuation of old and inappropriate tool usage.
These issues are resulting in some development groups abandoning their custom point-to-
point integration projects. Even large service companies with enough in-house software
expertise and bandwidth are looking for a replacement of their handcrafted internal
integration rats-nest architecture with a more sustainable and scalable solution.




                                                                                       5
Approach 2: Single Vendor Integrated ALM Tools
Because of the problems faced by point-to-point integration architecture, some of the large
vendors have come up with their own solutions to Integrated ALM. Though their solutions
vary in actual implementation, they can be grouped in the category of „single vendor
solutions‟. While these solutions also aim at including third party vendor tools, the current
implementations on the market do not meet these needs. We‟ll take the examples of IBM
and Microsoft as Single vendor solution, but it should be noted that in this highly dynamic
field the nature of the solutions are changing constantly.
IBM‟s solution consists of the Jazz integration technology and various tools created on Jazz
platform. This includes Rational Team Concert, Rational Quality Manager, Rational
Requirements Composer and Rational Project Conductor. Jazz has an open API, which allows
third party vendors to integrate their tools to Jazz. One of the main challenges for Jazz users
is its current incompatibility to an existing tool – both from IBM Rational and third party
vendors. In fact IBM/ Rational has created a new Requirements Management and Elicitation
tool called Requirement Composer even when they have two well established Requirements
Management tools Requisite Pro and Telelogic DOORS. Moreover, Jazz requirements make
existing tools from other vendors incompatible unless they retrofit with Jazz compliant
interfaces using OSLC (Open Services for Lifecycle Collaboration) web services, an IBM
proposed open standard. As of now, no other major tool vendor has adopted OSLC standard
for their existing or future tools.
On the other hand, Microsoft‟s solution does not include any stand-alone integration
technology. Centerpiece for Microsoft‟s Integrated ALM solution is the Team Foundation
Server (TFS). Like the Team Concert from IBM, TFS includes project management, source
control, continuous build and work item management. Comparable to the Eclipse IDE,
Microsoft has their Visual Studio Team System along with the tools for modeling, coding and
testing. Like IBM, Microsoft proposes that a development team should use all tools from
Microsoft to achieve Integrated ALM, though there are scopes for integration of other
vendor tools in the future. As a result, Microsoft solution requires point-to-point integration
for each 3rd party vendor tool with TFS and/ or Visual Studio Team System. This results in
similar problems discussed in the point-to-point integration solutions above.
Any development group starting afresh and focused only on Java based development or
.NET based development may benefit from using IBM/ Rational and Microsoft solutions
respectively. However, for the vast majority of organizations with major investments in
existing tools from various vendors and development in Java, .NET and other mixed
technologies, neither the IBM nor the Microsoft solutions can be verycomplete. The primary
issues with single vendor integrated ALM tools approach are recapped below:

Rip and Replace
The requirement of replacing existing tools by a single vendor tools does not sit well with
any development manager. Apart from the difficulty of economic justification for such a
move, this results in retraining of the development team members in new tools, which may
delay development projects unnecessarily.

One Size Fits All
It is highly unlikely that built-in tools from a single vendor can serve the needs of a wide
range of development groups. However, due to the very nature of the solutions, the users
are forced to use these tools even when better and often less expensive (sometime free
open source) tools are available and appropriate for their needs. For example, Microsoft‟s
Visual Studio Team System designer is a brand new tool without any maturity whereas,


                                                                                         6
there are quite a few mature design tools available, which cannot be used in the Microsoft
only environment. Similarly, there are many organizations using Perforce, Subversion,
PVCS, CVS, Visual SourceSafe who will not be able to participate in the IBM only
environment since they do not use ClearCase or the new configuration management built-in
Team Center.

Technology Islands of Development
Single vendor tools create a technology island with little or no chance of working together.
Groups developing in both .NET and Java simultaneously using Eclipse and Visual Studio will
have severe problems adopting a single vendor approach. It will be difficult to meet any of
the functionality and benefits mentioned above in scenarios like that. Though there are
patches of integration bridges like integrating TFS to Eclipse by Teamprise (acquired by
Microsoft), they are again essentially a point-to-point integration with all its unwanted
baggage.

Approach 3: Multi Vendor Best of Breed Integrated ALM Tools by
ALM Middleware
Taking a cue from the integration solutions in other industries, most notably financial
software, the concept of ALM middleware addresses all the Integrated ALM requirements
squarely and offers some more benefits while avoiding all issues and pitfalls mentioned with
the other two approaches of point to point and single vendor integrations




                                                                                      7
The middleware technology is based on Enterprise Service Bus (ESB) architecture, which
has some distinct advantages over any point-to-point integration architecture. These
advantages are discussed below:

Significantly simpler development
To use the previous examples of 5 and 10 tools development environment, the ESB
architecture needs 5 and 10 adapters, just one per tool! This is substantially less than 10
and 45 custom integrations necessary for point-to-point architecture. Moreover, to replace
one of 5 and 10 tools needs replacement of just one adapter, a far cry from the
redevelopment of 4 and 9 integration codes respectively.

Protect Investments
ALM Middleware is based on a standard set of web service based APIs. Without any special
requirement on the tools, ALM Middleware can integrate tools from different vendors,
including internally developed tools. This means all the tool investments by a development
organization are protected.

Best Tools for Best Functions
ALM Middleware allows integration of multiple tools from different vendors for the same
function. For example, Requirements Management may be covered by any combination of
tools from IBM/ Rational (Requisite Pro, DOORS, Requirements Composer)or Microfocus/
Borland (Caliber-RM). What is even better, it can support simultaneous usage of multiple
tools from multiple vendors in a single tools ecosystem. This allows organizations to select
the best tools available in the market without locking themselves in a single vendor solution.
The table below illustrates the increased flexibility with tool choices using ALM Middleware.
Table 1: TOOLS CHOICES WITH TWO INETGRATION APPROACHES
                                   Single Vendor Integration                  ALM Middleware
                                           Approach                              Approach
Functions              IBM Tools                 Microsoft Tools           Multi Vendor Tools
                                                                           Blueprint

Requirements           Rational Requirements                               IRise
Elicitation            Composer
                                                                           Rational Requirements
                                                                           Composer
                                                                           Caliber-RM
                                                                           DOORS
                                                                           Integrity
                       Requisite Pro
Requirements                                     TFS                       Kovair
Management             DOORS
                                                                           MKS
                                                                           Requisite Pro
                                                                           TFS




                                                                                           8
Single Vendor Integration          ALM Middleware
                                       Approach                      Approach
Functions         IBM Tools                  Microsoft Tools   Multi Vendor Tools
                                                               Enterprise Architect
                                                               Rational Rose
Design and        Rational Software
                                             VSTS Designer     Rational Software
Modeling          Architect/Modeler
                                                               Architect/Modeler
                                                               VSTS Designer
                                                               Eclipse
IDE (Integrated
Development       RAD                        VSTS              RAD
Environment)                                                   VSTS
                                                               Kovair
                                                               MS Project
Project           Rational Team Concert      TFS               Rational Team Concert
Management
                                                               Team Foundation Server
                                                               (TFS)
                                                               BuildForge

Build             BuildForge                 MS Build          Electric Cloud
                                                               MS Build
                                                               ClearCase
                                                               Perforce
Configuration     ClearCase                  TFS               Subversion
Management
                                                               TFS
                                                               Visual SourceSafe
                                                               Kovair
                                                               Quality Center
                  Rational Test Manager
Test Management                              VSTS Tester       Rational Quality Manager
                  Rational Quality Manager
                                                               Rational Test Manager
                                                               VSTS Tester
                                                               Bugzilla
                                                               ClearQuest
                                                               Jira
Issues/ Change    ClearQuest                 TFS
Management                                                     Kovair
                                                               Teamtrack
                                                               TFS




                                                                                9
Single Vendor Integration                  ALM Middleware
                                           Approach                              Approach
Functions              IBM Tools                 Microsoft Tools           Multi Vendor Tools
                                                                           CA Service Desk
                                                                           Kovair-ITSM Studio
Helpdesk               Tivoli
                                                                           Remedy
                                                                           Tivoli


Note: The tools shown here are for illustration of the capability. At present not all tools
mentioned here are integrated in IBM, Microsoft or ALM Middleware solutions.


Flexibility of Integration Business Rules
Integration business rules change over time for various reasons including changes in
business conditions, group dynamics and development methodologies. For example, how
the Requirements will be replicated from Requisite Pro to Quality Center so that the
Traceability relation created in Quality Center may change over time. ALM Middleware allows
creation and management of these rules independent of the individual tool adapters. Unlike
point-to-point and single-vendor integrations where the logic is hard coded in the integration
codes, middleware adapters do not have any embedded business rules. The business rules
are managed in middleware administrative module with visual interface for the empowered
end users. This eliminates the necessity of development resources for changing the
integration codes and reduces the change implementation time drastically from weeks to
hours.


Traceability with Change Impact Analysis
ALM Middleware makes it simple to create Traceability relation between artifacts from
various tools. In case of Point-to-point integration where without a central framework only
two tools are integrated at a time, there is no way to visualize and manipulate Traceability
relations of three or more Artifacts in a single interface. But for ALM Middleware, a central
framework allows flexible ways of creating and managing these relationships among multiple
(more than a pair of) tools. Moreover, due to its flexibility in relationship management, ALM
Middleware promotes multi-tool proactive and reactive change impact analysis. This is
impossible to do both in the point-to-point and single vendor integration solutions.


Process Automation without Boundary
Typically, Implementing SDLC Processes for multi-tool ALM requires discipline of individual
participants. Such a manual implementation of the process fails after a short time when
individuals do not follow it due to high overhead and high cost of retraining for each small
change. ALM Middleware, with its built-in process automation capability has a unique
advantage of creating a cross tools process and automating that for a transparent no-
overhead implementation with a much larger success potential. The typical example is a
Requirement that starts life in a Requirements Management tool, is reviewed and approved
by stakeholders in a Project Management tool, is implemented by a developer in an IDE, and



                                                                                      10
tested by testers in a Test Management tool. ALM Middleware automates the whole process
for all these users even when they are using different tools and may be based at different
locations.


Analytics and Dashboards
Once ALM Middleware has all the artifacts and meta information about the artifacts (e.g. not
just the Requirement but the information about the Requestor, Type, Priority, Approval
status, Approver, Lifecycle status…) in its repository either by replication (where the artifact
information is replicated to ALM Middleware repository) or federation (where the tool data is
retrieved on demand, avoiding replication), one can create all sorts of dashboard metrics
and reports for those data in real-time. These reports give valuable insight about the whole
cross-tool process, which is often impossible or difficult to get.


A comparison of the 3 Approaches
Table 2: COMPARISON OF THREE APPROACHES
                                                                              Multi Vendor Best of
                         Point-to-point
                                                   Single Vendor              Breed Integrated
Item                     Integrated Multi
                                                   Integrated ALM Tools       ALM Tools – ALM
                         Vendor Tools
                                                                              Middleware

                                                                              Excellent
View artifacts           Fair                      Good
managed by one Tool                                                           All artifacts through the
                         Only artifacts of the     Artifacts in the IDE and
from another Tool                                                             ALM Middleware
                         paired tool               other paired tools
                                                                              interface
Create various                                                                Excellent
impacting and non-       Fair                      Good
impacting                                                                     All artifacts through the
                         Only artifacts of the     Artifacts in the IDE and
relationship between                                                          ALM Middleware
                         paired tool               other paired tools
any two Artifacts.                                                            interface

Automate a process
cutting across the                                                            Excellent
tool boundaries and
implementing the         Poor                      Poor                       With built-in process
complete ALM                                                                  automation in the ALM
lifecycle without a                                                           Middleware interface
break
                                                   Fair                       Excellent
Manage Projects and                                Through integrated         With built-in project and
Resources across the     Poor                      project management         resource management
tools                                              tool (if such an           in the ALM Middleware
                                                   integration exists)        interface or external tool
                                                                              Excellent
                                                   Fair                       With built-in reporting
Create Cross tools       Fair                      Some limited built-in      and analytics tool on all
Analytics and            Through reporting tool    analytics based on         artifacts and meta
Dashboards               with custom integration   individual tools‟          information available in
                                                   reporting capability.      the ALM Middleware
                                                                              interface



                                                                                           11
Multi Vendor Best of
                       Point-to-point
                                                    Single Vendor               Breed Integrated
Item                   Integrated Multi
                                                    Integrated ALM Tools        ALM Tools – ALM
                       Vendor Tools
                                                                                Middleware

                                                    Good
                                                                                Excellent
                       Poor
                                                                                Needs to create an
                       Point to point hand-         Since existing tools are    adapter per tool without
                       coded integration code       to be modified for          changing the tool
                       with hardcoded business      integration in this         behavior or code.
                       logic. This involves         model, unless the tool
                       custom coding, testing       vendors are willing to      Since tools adapters are
Effort to create and                                                            created without any
                       and support services.        make those changes
maintain integration                                                            changes in the actual
with a tool            To replace any tool by       such tools cannot be
                                                    integrated by any third     tools, the adapters can
                       another tool of same
                                                    party effort.               be created independent
                       function or even by a
                                                                                of the tool vendors,
                       new version will involve     In case of IBM, needs       even by the end user
                       high effort maintenance      the creation of new tool    organizations, using an
                       of all the integration       and adapting existing       open standard based
                       code for that tool.          tool compliant to OSLC      API.
                                                    standard.
                                                    Poor
                       Excellent                                                Excellent
Utilizing existing                                  Integration of existing
tools                  Can integrate any                                        Can integrate any
                                                    tools needs modification
                       existing tool.                                           existing tool.
                                                    in existing tools.
                                                    Poor
                       Excellent                                                Excellent
                                                    Since the existing tools
Migration and          Since existing tools are                                 Since existing tools are
                                                    are to be replaced by
Training Effort        involved, no migration                                   involved, no migration
                                                    new tools a major data
                       or training effort is                                    or training effort is
                                                    migration and training is
                       necessary.                                               necessary.
                                                    required.
                                                    High
                       High
                                                    Since existing tools are    Reasonable
                       For creating all point-to-
                                                    to be replaced by new
                       point integration code                                   Since no tools are to be
                                                    tools the cost is very
Cost                   by development                                           replaced and
                                                    high both in terms of
                       resources the cost of                                    deployment, only the
                                                    new license cost as well
                       development and                                          cost of middleware and
                                                    as cost of deployment,
                       maintenance is very                                      adapters
                                                    training, documentation
                       high.
                                                    and lost opportunity.




                                                                                             12
Multi Vendor Best of
               Point-to-point
                                            Single Vendor              Breed Integrated
Item           Integrated Multi
                                            Integrated ALM Tools       ALM Tools – ALM
               Vendor Tools
                                                                       Middleware

                                            At this time IBM and       Kovair‟s Omnibus
                                            Microsoft are two          integration technology is
                                            vendors offering           the only ALM
                                            Integrated ALM using       Middleware available
               Almost all ALM vendors
                                            their own tools only.      today based on
               offer limited point-to-
                                                                       Enterprise Service Bus
               point integration with       IBM‟s solution is
                                                                       (ESB) architecture. All
               selected tools. Individual   developed around Jazz
Availability                                                           integrations use web
               development groups can       technology and Team
                                                                       service based interface
               develop their own            Center project
                                                                       so existing tools can be
               custom point-to-point        management tool.
                                                                       integrated to Omnibus
               integration as well.         Microsoft‟s solution is    using adapters
                                            around Visual Studio       independent of their
                                            Team System and Team       locations and technology
                                            Foundation server tools.   platform.




                                                                                   13
Conclusions
In this paper, we have discussed three approaches to Integrated ALM by comparing them
for technology, business values and cost. It has been shown that the method of ALM
Middleware is the most suitable method for implementing Integrated ALM in organizations
having or needing multiple vendor tools.
Kovair has the ALM Middleware technology called Omnibus Enterprise Service Bus, which is
the leading integration technology in the ALM industry today. For more information about
Kovair‟s Omnibus technology please visit www.kovair.com or contact sales@kovair.com.
Each tool name used in this paper is the registered trademark of the corresponding tool
vendor.




 Document Version History
 Release                          Date                  Reason
 Version 1.0                      04/22/2010            First Release
 Version 2.0                      04/20/2011            Second Release




                                                                     Kovair Software, Inc.
                                                       4699 Old Ironsides Drive, Suite# 190
                                                                     Santa Clara, CA 95054
                                                                        1.408.262.0200 (T)
                                                                        1.408.904.4794 (F)
                                                            Sales: 1.408.262.0200 Extn. 1




                                                                                   14

More Related Content

What's hot

Ian Sommerville, Software Engineering, 9th Edition Ch2
Ian Sommerville,  Software Engineering, 9th Edition Ch2Ian Sommerville,  Software Engineering, 9th Edition Ch2
Ian Sommerville, Software Engineering, 9th Edition Ch2Mohammed Romi
 
Ch7-Software Engineering 9
Ch7-Software Engineering 9Ch7-Software Engineering 9
Ch7-Software Engineering 9Ian Sommerville
 
Software Engineering Process
Software Engineering ProcessSoftware Engineering Process
Software Engineering ProcessAbdul Naqashbandi
 
SE2_Lec 23_Introduction to Cloud Computing
SE2_Lec 23_Introduction to Cloud ComputingSE2_Lec 23_Introduction to Cloud Computing
SE2_Lec 23_Introduction to Cloud ComputingAmr E. Mohamed
 
Assisted deployment services offering overview
Assisted deployment services offering overviewAssisted deployment services offering overview
Assisted deployment services offering overviewIBM Rational software
 
Software Configuration Management
Software Configuration ManagementSoftware Configuration Management
Software Configuration Managementrobertodepalma
 
Ch2-Software Engineering 9
Ch2-Software Engineering 9Ch2-Software Engineering 9
Ch2-Software Engineering 9Ian Sommerville
 
Engineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based softwareEngineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based softwaresoftware-engineering-book
 
Agile Independent Verification & Validation Body of Knowledge v1.1
Agile Independent Verification & Validation Body of Knowledge v1.1Agile Independent Verification & Validation Body of Knowledge v1.1
Agile Independent Verification & Validation Body of Knowledge v1.1commercescape
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineeringJennifer Polack
 
Ch17-Software Engineering 9
Ch17-Software Engineering 9Ch17-Software Engineering 9
Ch17-Software Engineering 9Ian Sommerville
 
Build vs. Buy: Designing an Effective Software Update Delivery Solution
Build vs. Buy: Designing an Effective Software Update Delivery SolutionBuild vs. Buy: Designing an Effective Software Update Delivery Solution
Build vs. Buy: Designing an Effective Software Update Delivery SolutionFlexera
 

What's hot (20)

Ian Sommerville, Software Engineering, 9th Edition Ch2
Ian Sommerville,  Software Engineering, 9th Edition Ch2Ian Sommerville,  Software Engineering, 9th Edition Ch2
Ian Sommerville, Software Engineering, 9th Edition Ch2
 
Course summary
Course summaryCourse summary
Course summary
 
Ch7-Software Engineering 9
Ch7-Software Engineering 9Ch7-Software Engineering 9
Ch7-Software Engineering 9
 
Software Engineering Process
Software Engineering ProcessSoftware Engineering Process
Software Engineering Process
 
Ch2 sw processes
Ch2 sw processesCh2 sw processes
Ch2 sw processes
 
SE2_Lec 23_Introduction to Cloud Computing
SE2_Lec 23_Introduction to Cloud ComputingSE2_Lec 23_Introduction to Cloud Computing
SE2_Lec 23_Introduction to Cloud Computing
 
Session3
Session3Session3
Session3
 
Sdlc
SdlcSdlc
Sdlc
 
Ch4 req eng
Ch4 req engCh4 req eng
Ch4 req eng
 
Assisted deployment services offering overview
Assisted deployment services offering overviewAssisted deployment services offering overview
Assisted deployment services offering overview
 
Software Configuration Management
Software Configuration ManagementSoftware Configuration Management
Software Configuration Management
 
Ch25 configuration management
Ch25 configuration managementCh25 configuration management
Ch25 configuration management
 
Ch7
Ch7Ch7
Ch7
 
Ch2-Software Engineering 9
Ch2-Software Engineering 9Ch2-Software Engineering 9
Ch2-Software Engineering 9
 
Engineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based softwareEngineering Software Products: 5. cloud based software
Engineering Software Products: 5. cloud based software
 
Agile Independent Verification & Validation Body of Knowledge v1.1
Agile Independent Verification & Validation Body of Knowledge v1.1Agile Independent Verification & Validation Body of Knowledge v1.1
Agile Independent Verification & Validation Body of Knowledge v1.1
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineering
 
Ch15 software reuse
Ch15 software reuseCh15 software reuse
Ch15 software reuse
 
Ch17-Software Engineering 9
Ch17-Software Engineering 9Ch17-Software Engineering 9
Ch17-Software Engineering 9
 
Build vs. Buy: Designing an Effective Software Update Delivery Solution
Build vs. Buy: Designing an Effective Software Update Delivery SolutionBuild vs. Buy: Designing an Effective Software Update Delivery Solution
Build vs. Buy: Designing an Effective Software Update Delivery Solution
 

Similar to 3 Approaches to Integrated ALM, A case for ALM Platform

ISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsMoataz Nabil
 
Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?Aspire Systems
 
Automation Framework Design
Automation Framework DesignAutomation Framework Design
Automation Framework DesignKunal Saxena
 
Application Lifecycle Management (ALM).pdf
Application Lifecycle Management (ALM).pdfApplication Lifecycle Management (ALM).pdf
Application Lifecycle Management (ALM).pdfAmitesh Raikwar
 
project on Agile approach
project on Agile approachproject on Agile approach
project on Agile approachPrachi desai
 
Maturity of-code-mgmt-2016-04-06
Maturity of-code-mgmt-2016-04-06Maturity of-code-mgmt-2016-04-06
Maturity of-code-mgmt-2016-04-06Bogusz Jelinski
 
term paper for cbd models
term paper for cbd modelsterm paper for cbd models
term paper for cbd modelsSukhdeep Singh
 
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...ijseajournal
 
Difference Between Agile And Scrum
Difference Between Agile And ScrumDifference Between Agile And Scrum
Difference Between Agile And ScrumMichelle Madero
 
Mi0033 software engineering
Mi0033  software engineeringMi0033  software engineering
Mi0033 software engineeringsmumbahelp
 
Discussion 1 post responses.Please respond to the following.docx
Discussion 1 post responses.Please respond to the following.docxDiscussion 1 post responses.Please respond to the following.docx
Discussion 1 post responses.Please respond to the following.docxcuddietheresa
 
Software process life cycles
Software process life cyclesSoftware process life cycles
Software process life cycles sathish sak
 
Software engineering introduction
Software engineering introductionSoftware engineering introduction
Software engineering introductionVishal Singh
 

Similar to 3 Approaches to Integrated ALM, A case for ALM Platform (20)

ISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test Tools
 
Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?
 
Automation Framework Design
Automation Framework DesignAutomation Framework Design
Automation Framework Design
 
Application Lifecycle Management (ALM).pdf
Application Lifecycle Management (ALM).pdfApplication Lifecycle Management (ALM).pdf
Application Lifecycle Management (ALM).pdf
 
Qa analyst training
Qa analyst training Qa analyst training
Qa analyst training
 
project on Agile approach
project on Agile approachproject on Agile approach
project on Agile approach
 
Maturity of-code-mgmt-2016-04-06
Maturity of-code-mgmt-2016-04-06Maturity of-code-mgmt-2016-04-06
Maturity of-code-mgmt-2016-04-06
 
term paper for cbd models
term paper for cbd modelsterm paper for cbd models
term paper for cbd models
 
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
 
Sdpl1
Sdpl1Sdpl1
Sdpl1
 
Difference Between Agile And Scrum
Difference Between Agile And ScrumDifference Between Agile And Scrum
Difference Between Agile And Scrum
 
Amq Overview Continuous Quality Assurance
Amq Overview Continuous Quality AssuranceAmq Overview Continuous Quality Assurance
Amq Overview Continuous Quality Assurance
 
DevOps Presentation.pptx
DevOps Presentation.pptxDevOps Presentation.pptx
DevOps Presentation.pptx
 
Mi0033 software engineering
Mi0033  software engineeringMi0033  software engineering
Mi0033 software engineering
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
Discussion 1 post responses.Please respond to the following.docx
Discussion 1 post responses.Please respond to the following.docxDiscussion 1 post responses.Please respond to the following.docx
Discussion 1 post responses.Please respond to the following.docx
 
Software process life cycles
Software process life cyclesSoftware process life cycles
Software process life cycles
 
Purpose Of ALM Tool
Purpose Of ALM ToolPurpose Of ALM Tool
Purpose Of ALM Tool
 
Software engineering introduction
Software engineering introductionSoftware engineering introduction
Software engineering introduction
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
 

More from Kovair

Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...
Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...
Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...Kovair
 
Kovair QuickSync Capability Overview
Kovair QuickSync Capability OverviewKovair QuickSync Capability Overview
Kovair QuickSync Capability OverviewKovair
 
Kovair Omnibus Capability Overview
Kovair Omnibus Capability OverviewKovair Omnibus Capability Overview
Kovair Omnibus Capability OverviewKovair
 
Kovair DevSecOps Capabilities Overview
Kovair DevSecOps Capabilities OverviewKovair DevSecOps Capabilities Overview
Kovair DevSecOps Capabilities OverviewKovair
 
Data Migration from Jira Zephyr to Azure and Vice Versa
Data Migration from Jira Zephyr to Azure and Vice VersaData Migration from Jira Zephyr to Azure and Vice Versa
Data Migration from Jira Zephyr to Azure and Vice VersaKovair
 
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Kovair
 
Kovair Products Summary 2022
Kovair Products Summary 2022Kovair Products Summary 2022
Kovair Products Summary 2022Kovair
 
Kovair Product Capabilities – An Overview
Kovair Product Capabilities – An OverviewKovair Product Capabilities – An Overview
Kovair Product Capabilities – An OverviewKovair
 
Ace Up Strategic Decisions Using Kovair PPM - Whitepaper
Ace Up Strategic Decisions Using Kovair PPM - WhitepaperAce Up Strategic Decisions Using Kovair PPM - Whitepaper
Ace Up Strategic Decisions Using Kovair PPM - WhitepaperKovair
 
Introduction to Kovair QuickSync for Data Migration
Introduction to Kovair QuickSync for Data MigrationIntroduction to Kovair QuickSync for Data Migration
Introduction to Kovair QuickSync for Data MigrationKovair
 
Kovair Project Portfolio Management - Brochure
Kovair Project Portfolio Management - BrochureKovair Project Portfolio Management - Brochure
Kovair Project Portfolio Management - BrochureKovair
 
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...Kovair
 
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Kovair
 
Kovair Capabilities for Automotive Development with Kovair ALM – White Paper
Kovair Capabilities for Automotive Development with Kovair ALM – White PaperKovair Capabilities for Automotive Development with Kovair ALM – White Paper
Kovair Capabilities for Automotive Development with Kovair ALM – White PaperKovair
 
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - Whitepaper
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - WhitepaperKovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - Whitepaper
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - WhitepaperKovair
 
GitLab Integration Adapter - Datasheet
GitLab Integration Adapter - DatasheetGitLab Integration Adapter - Datasheet
GitLab Integration Adapter - DatasheetKovair
 
Teamcenter Integration Adapter - Datasheet
Teamcenter Integration Adapter - DatasheetTeamcenter Integration Adapter - Datasheet
Teamcenter Integration Adapter - DatasheetKovair
 
Veracode Integration Adapter - Datasheet
Veracode Integration Adapter - DatasheetVeracode Integration Adapter - Datasheet
Veracode Integration Adapter - DatasheetKovair
 
Polarian Integration Adapter - Datasheet
Polarian Integration Adapter - DatasheetPolarian Integration Adapter - Datasheet
Polarian Integration Adapter - DatasheetKovair
 
Kovair DevOps - Overview Presentation
Kovair DevOps - Overview PresentationKovair DevOps - Overview Presentation
Kovair DevOps - Overview PresentationKovair
 

More from Kovair (20)

Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...
Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...
Global Chip Company Leverages Kovair Omnibus to Support End-to-End Product De...
 
Kovair QuickSync Capability Overview
Kovair QuickSync Capability OverviewKovair QuickSync Capability Overview
Kovair QuickSync Capability Overview
 
Kovair Omnibus Capability Overview
Kovair Omnibus Capability OverviewKovair Omnibus Capability Overview
Kovair Omnibus Capability Overview
 
Kovair DevSecOps Capabilities Overview
Kovair DevSecOps Capabilities OverviewKovair DevSecOps Capabilities Overview
Kovair DevSecOps Capabilities Overview
 
Data Migration from Jira Zephyr to Azure and Vice Versa
Data Migration from Jira Zephyr to Azure and Vice VersaData Migration from Jira Zephyr to Azure and Vice Versa
Data Migration from Jira Zephyr to Azure and Vice Versa
 
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
 
Kovair Products Summary 2022
Kovair Products Summary 2022Kovair Products Summary 2022
Kovair Products Summary 2022
 
Kovair Product Capabilities – An Overview
Kovair Product Capabilities – An OverviewKovair Product Capabilities – An Overview
Kovair Product Capabilities – An Overview
 
Ace Up Strategic Decisions Using Kovair PPM - Whitepaper
Ace Up Strategic Decisions Using Kovair PPM - WhitepaperAce Up Strategic Decisions Using Kovair PPM - Whitepaper
Ace Up Strategic Decisions Using Kovair PPM - Whitepaper
 
Introduction to Kovair QuickSync for Data Migration
Introduction to Kovair QuickSync for Data MigrationIntroduction to Kovair QuickSync for Data Migration
Introduction to Kovair QuickSync for Data Migration
 
Kovair Project Portfolio Management - Brochure
Kovair Project Portfolio Management - BrochureKovair Project Portfolio Management - Brochure
Kovair Project Portfolio Management - Brochure
 
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...
Value Stream Delivery Platform for ALM, DevOps DevSecOps and Cloud-based SaaS...
 
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...Migration of Two Million Records with Zero Downtime for a Global Financial Or...
Migration of Two Million Records with Zero Downtime for a Global Financial Or...
 
Kovair Capabilities for Automotive Development with Kovair ALM – White Paper
Kovair Capabilities for Automotive Development with Kovair ALM – White PaperKovair Capabilities for Automotive Development with Kovair ALM – White Paper
Kovair Capabilities for Automotive Development with Kovair ALM – White Paper
 
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - Whitepaper
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - WhitepaperKovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - Whitepaper
Kovair Automotive Solution’s Compliance for ISO 26262 & ASPICE - Whitepaper
 
GitLab Integration Adapter - Datasheet
GitLab Integration Adapter - DatasheetGitLab Integration Adapter - Datasheet
GitLab Integration Adapter - Datasheet
 
Teamcenter Integration Adapter - Datasheet
Teamcenter Integration Adapter - DatasheetTeamcenter Integration Adapter - Datasheet
Teamcenter Integration Adapter - Datasheet
 
Veracode Integration Adapter - Datasheet
Veracode Integration Adapter - DatasheetVeracode Integration Adapter - Datasheet
Veracode Integration Adapter - Datasheet
 
Polarian Integration Adapter - Datasheet
Polarian Integration Adapter - DatasheetPolarian Integration Adapter - Datasheet
Polarian Integration Adapter - Datasheet
 
Kovair DevOps - Overview Presentation
Kovair DevOps - Overview PresentationKovair DevOps - Overview Presentation
Kovair DevOps - Overview Presentation
 

Recently uploaded

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

3 Approaches to Integrated ALM, A case for ALM Platform

  • 1. Whitepaper 3 Approaches for Integrated ALM, A case for ALM Middleware By Sky Basu Chief Technology Officer Kovair Software, Inc. 4699 Old Ironsides Drive, Unit 190 Santa Clara, CA 95054 Sales: 1.408.262.0200 Press 1 1.408.904.4794 (F) www.kovair.com © Kovair Software, Inc. 2011
  • 2. Introduction One of the most desirable aspects of software development process for the last decade has been the evolution of Integrated Application Lifecycle Management-ALM. Integrated ALM today is also known as End-To-End ALM in some vendor literatures and websites. Fulfilling this promise by various vendors has been patchy at best. However, in the last 2 years, things are changing as new technologies are maturing in highly critical production systems, there by bringing some of the long overdue benefits of Integrated ALM to real development. Today, if an organization is not thinking about integrated ALM, it is missing some compelling benefits, which are discussed in a companion Whitepaper from Kovair “10 BENEFITS OF INTEGRATED ALM”. In this paper, we will discuss three widely used approaches provided by different vendors over time towards achieving Integrated ALM and the relative merits of these solutions. We will especially focus on a new integration technology - ALM Middleware for achieving an Integrated ALM for a mixed vendor tools environment. In a software development process, various tools are used both for managing the development process as well as for the actual creation and testing of software code. Following is a list of such tools some of which are generic (e.g. Document Management) and some are very specific to software development (e.g. Debugger/ Profiler): Ideation/ Idea Management Tool Build Tool Requirements Elicitation Tool Configuration Management Tool Requirements Management Tool Test Management Tool Design and Modeling Tool Test Automation Tool IDE (Integrated Development environment) Debugger/ Profiler Unit Test Tool Issues/ Change Management Tool Project Management Tool Helpdesk Tool Document Management Tool Timesheet Tool These tools either generate or manage different objects necessary for managing the ALM process. The objects include Requirements for Requirements Management, Testcases for Test Management and Source files for Configuration Management. In this document we will refer to these objects as ALM Artifacts or Artifacts. Since we are still in an early stage of Integrated ALM systems and competing vendors are trying to establish the concepts, the best way to define such concepts is to focus on the results of implementing such a system. 1
  • 3. An Integrated ALM system provides the following functionalities and benefits: View artifacts managed by one Tool from another Tool. Examples include list of Testcases from the Requirements Management Tool and Requirements from the Testcase Management Tool, or list of design objects from the IDE. The benefit is even higher when multiple artifacts are accessible from a single tool. Each individual stakeholder gets the benefit of accessing the artifacts from other tools without leaving their own tool environment. This promotes collaboration and early problem detection, which can save a lot of errors and money. Create various impacting and non-impacting relationships between any two Artifacts. This can manifest in creating a Traceability relation between a Requirement in Requirements Management Tool and Testcase in the Test Management Tool; so that when the Requirement changes in one tool the Testcase in the other tool will be flagged for impact. Another example is creating a dependency relation between a Change Request in an Issues/ Change Management tool and the source code in the Configuration Management tool to track which files have been modified to implement the Change. Without this Traceability, the QA group could be testing an obsolete Requirement without being aware of it. In addition, without this feature, questions like “why a single source file is affected by so many defects?” cannot be answered. Automate a process cutting across the tool boundaries and implement a complete ALM lifecycle without a break. For example: a Change which starts its life in a Helpdesk tool as a Ticket, gets automatically replicated as a Change Request in the Issues/ Change Management tool, gets approved by a Change Control Board, goes to the architect to create/ modify architectural artifacts in the Designer/ Modeling tool, goes to the developer for coding and to QA for creating Testcases in IDE and Test Management tools. It is imperative to have an automated process workflow drive this across tool boundaries even when individual tools lack the processing capability. Without this process automation, the manual interfaces between tools are managed typically by emails and unstructured documents, inevitably resulting in dropping the ball at times. Manage Projects and Resources across the tools. For development managers, it has always been a vexing question to answer „For a set of Requirements, Changes and Defects what will be the Release date given a set of Resources?‟ Alternatively, the questions can be posed as „Given a set of Resources and a Release date, what Requirements, Changes and Defects can we put in this release?‟ or „Given a Release date and a set of Requirements, Changes and Defects, what kind of resources do we need?‟ We can make it even more complex by incorporating design and modeling objects, test automation and other ALM artifacts in the mix. Since the artifacts involved are managed by various tools, only an Integrated ALM system will be able to handle this question. 2
  • 4. Without an Integrated ALM, performing Project and Resource Management against just one artifact, say Requirements, will give an incomplete and wrong picture. The traditional PPM (Project Portfolio Management) software tool fails to take care of this because of a lack of integration with all other individual ALM tools. Create Cross tools Analytics and Dashboards. A Project manager‟s assessment regarding the health of a particular development project can be massively flawed unless he/she takes into account the activities in all the tools involved. Analytics and reporting across various tools is very important at different levels including that of the CxO. For example, an Integrated ALM system should be able to produce a Test compliance report for the end customer, that shows the list of Customer Requirements, Change Requests and Issues, traced to Testcases and individual Test runs. And finally, the Test run results should show that they have all passed. To produce a report like this requires retrieving information from various tools including Requirements Management, Issues/ Change Management, Test Management and Test Automation. Now that we have discussed the advantages of an Integrated ALM, we will next discuss three widely used options by vendors for achieving Integrated ALM, and how these options address the above functionality and benefits. Challenges of Integrated ALM There are quite a few challenges to introduce and implement Integrated ALM in a development organization successfully. Briefly, they are: Multi vendor tools using various technologies: In practice, different tools from multiple vendors are involved. Each of these tools could be using different technologies including command line interface, desktop application, client-server, or web based. In addition, they could be running on different platforms such as Windows, Linux of various kernels, Macintosh, UNIX of various flavors or even Mainframe. The software being produced uses wide range of technologies: The software being produced can be an embedded system, .NET based desktop application, Java based web application, or a COBOL based mainframe application. The tools use various data repositories: The data repositories can be proprietary file structures, XML, Excel, or relational databases of various flavors. The tools are geographically distributed: Today‟s development groups are often distributed globally. Sometimes, the team members can also belong to multiple corporate entities. As a result, the tools reside at various locations behind different firewalls connected by Internet. 3
  • 5. Different Approaches for Integrated ALM To address the challenges of Integrated ALM and to achieve at least some of the goals, different tool vendors have taken different strategies, which can be broadly categorized in the three alternative approaches.  Point-to-point Integrated Multi Vendor Tools  Single Vendor Integrated ALM Tools  Multi Vendor Best of Breed Integrated ALM Tools – ALM Middleware The following sections describe the details of these approaches. Any reference to a vendor is based on the available public information from their websites or literature at the time of writing this paper. Approach 1: Point-to-point Integrated Multi Vendor Tools Traditionally the individual vendors have tried to achieve modicum of Integrated ALM by first integrating their own ALM point tools and then integrating some selection of the popular point tools from other vendors. The advantage of such an approach is the simplicity. You need to create only the integration between a particular pair of tools if necessary. However, to achieve the functionality and benefits mentioned above, it is necessary to have point-to- point integration between most, if not every pair of tools. Moreover, since the integration is often done between tools from two different vendors, it often becomes the users‟ responsibility to create a workable integration using their own development resources. This results in additional internal tool maintenance and management resources, which are not aligned to the core competency of the organization. The primary issues with the point-to-point approach are discussed below: Complexity of combinations From high-school algebra, we know that to have a point-to-point integration between every pair of n tools we need n x (n-1) / 2 number of integrations. For a simple case of 5 tools, this amounts to 10 integrations and just by doubling the number of tools to 10 will result in a 4.5 fold increase in number of integrations to 45. Because of the ad-hoc nature of these integrations, it becomes extremely difficult to create and maintain each individual integration code between the pairs of tools. Handcrafted Integration Business Rules Since each integration code is custom made for a particular pair of tools, it has the maximum flexibility but at the same time, maintenance becomes very difficult. For example, the business rules of integration like which field maps from one tool to the other, under which condition the data is replicated from one tool to another, or how a change in one tool will be reflected in another - are all hardcoded in the integration code. This means that any change in that logic necessitates changes in that code. Any change in code means a full cycle of development, test, and deployment cycle making it impossible to implement even the smallest change quickly. 4
  • 6. Replacement Dilemma It is unlikely that a development group will use a single tool forever. With changing needs, technology and preferences, existing tools often need to be replaced by more effective alternatives. However, a point-to-point architecture becomes a hindrance to such an upgrade. Referring to our example of 5 and 10 tools scenarios, a single tool replacement will result in re-development of up to 4 and 9 integration codes respectively that often becomes the reason for perpetuation of old and inappropriate tool usage. These issues are resulting in some development groups abandoning their custom point-to- point integration projects. Even large service companies with enough in-house software expertise and bandwidth are looking for a replacement of their handcrafted internal integration rats-nest architecture with a more sustainable and scalable solution. 5
  • 7. Approach 2: Single Vendor Integrated ALM Tools Because of the problems faced by point-to-point integration architecture, some of the large vendors have come up with their own solutions to Integrated ALM. Though their solutions vary in actual implementation, they can be grouped in the category of „single vendor solutions‟. While these solutions also aim at including third party vendor tools, the current implementations on the market do not meet these needs. We‟ll take the examples of IBM and Microsoft as Single vendor solution, but it should be noted that in this highly dynamic field the nature of the solutions are changing constantly. IBM‟s solution consists of the Jazz integration technology and various tools created on Jazz platform. This includes Rational Team Concert, Rational Quality Manager, Rational Requirements Composer and Rational Project Conductor. Jazz has an open API, which allows third party vendors to integrate their tools to Jazz. One of the main challenges for Jazz users is its current incompatibility to an existing tool – both from IBM Rational and third party vendors. In fact IBM/ Rational has created a new Requirements Management and Elicitation tool called Requirement Composer even when they have two well established Requirements Management tools Requisite Pro and Telelogic DOORS. Moreover, Jazz requirements make existing tools from other vendors incompatible unless they retrofit with Jazz compliant interfaces using OSLC (Open Services for Lifecycle Collaboration) web services, an IBM proposed open standard. As of now, no other major tool vendor has adopted OSLC standard for their existing or future tools. On the other hand, Microsoft‟s solution does not include any stand-alone integration technology. Centerpiece for Microsoft‟s Integrated ALM solution is the Team Foundation Server (TFS). Like the Team Concert from IBM, TFS includes project management, source control, continuous build and work item management. Comparable to the Eclipse IDE, Microsoft has their Visual Studio Team System along with the tools for modeling, coding and testing. Like IBM, Microsoft proposes that a development team should use all tools from Microsoft to achieve Integrated ALM, though there are scopes for integration of other vendor tools in the future. As a result, Microsoft solution requires point-to-point integration for each 3rd party vendor tool with TFS and/ or Visual Studio Team System. This results in similar problems discussed in the point-to-point integration solutions above. Any development group starting afresh and focused only on Java based development or .NET based development may benefit from using IBM/ Rational and Microsoft solutions respectively. However, for the vast majority of organizations with major investments in existing tools from various vendors and development in Java, .NET and other mixed technologies, neither the IBM nor the Microsoft solutions can be verycomplete. The primary issues with single vendor integrated ALM tools approach are recapped below: Rip and Replace The requirement of replacing existing tools by a single vendor tools does not sit well with any development manager. Apart from the difficulty of economic justification for such a move, this results in retraining of the development team members in new tools, which may delay development projects unnecessarily. One Size Fits All It is highly unlikely that built-in tools from a single vendor can serve the needs of a wide range of development groups. However, due to the very nature of the solutions, the users are forced to use these tools even when better and often less expensive (sometime free open source) tools are available and appropriate for their needs. For example, Microsoft‟s Visual Studio Team System designer is a brand new tool without any maturity whereas, 6
  • 8. there are quite a few mature design tools available, which cannot be used in the Microsoft only environment. Similarly, there are many organizations using Perforce, Subversion, PVCS, CVS, Visual SourceSafe who will not be able to participate in the IBM only environment since they do not use ClearCase or the new configuration management built-in Team Center. Technology Islands of Development Single vendor tools create a technology island with little or no chance of working together. Groups developing in both .NET and Java simultaneously using Eclipse and Visual Studio will have severe problems adopting a single vendor approach. It will be difficult to meet any of the functionality and benefits mentioned above in scenarios like that. Though there are patches of integration bridges like integrating TFS to Eclipse by Teamprise (acquired by Microsoft), they are again essentially a point-to-point integration with all its unwanted baggage. Approach 3: Multi Vendor Best of Breed Integrated ALM Tools by ALM Middleware Taking a cue from the integration solutions in other industries, most notably financial software, the concept of ALM middleware addresses all the Integrated ALM requirements squarely and offers some more benefits while avoiding all issues and pitfalls mentioned with the other two approaches of point to point and single vendor integrations 7
  • 9. The middleware technology is based on Enterprise Service Bus (ESB) architecture, which has some distinct advantages over any point-to-point integration architecture. These advantages are discussed below: Significantly simpler development To use the previous examples of 5 and 10 tools development environment, the ESB architecture needs 5 and 10 adapters, just one per tool! This is substantially less than 10 and 45 custom integrations necessary for point-to-point architecture. Moreover, to replace one of 5 and 10 tools needs replacement of just one adapter, a far cry from the redevelopment of 4 and 9 integration codes respectively. Protect Investments ALM Middleware is based on a standard set of web service based APIs. Without any special requirement on the tools, ALM Middleware can integrate tools from different vendors, including internally developed tools. This means all the tool investments by a development organization are protected. Best Tools for Best Functions ALM Middleware allows integration of multiple tools from different vendors for the same function. For example, Requirements Management may be covered by any combination of tools from IBM/ Rational (Requisite Pro, DOORS, Requirements Composer)or Microfocus/ Borland (Caliber-RM). What is even better, it can support simultaneous usage of multiple tools from multiple vendors in a single tools ecosystem. This allows organizations to select the best tools available in the market without locking themselves in a single vendor solution. The table below illustrates the increased flexibility with tool choices using ALM Middleware. Table 1: TOOLS CHOICES WITH TWO INETGRATION APPROACHES Single Vendor Integration ALM Middleware Approach Approach Functions IBM Tools Microsoft Tools Multi Vendor Tools Blueprint Requirements Rational Requirements IRise Elicitation Composer Rational Requirements Composer Caliber-RM DOORS Integrity Requisite Pro Requirements TFS Kovair Management DOORS MKS Requisite Pro TFS 8
  • 10. Single Vendor Integration ALM Middleware Approach Approach Functions IBM Tools Microsoft Tools Multi Vendor Tools Enterprise Architect Rational Rose Design and Rational Software VSTS Designer Rational Software Modeling Architect/Modeler Architect/Modeler VSTS Designer Eclipse IDE (Integrated Development RAD VSTS RAD Environment) VSTS Kovair MS Project Project Rational Team Concert TFS Rational Team Concert Management Team Foundation Server (TFS) BuildForge Build BuildForge MS Build Electric Cloud MS Build ClearCase Perforce Configuration ClearCase TFS Subversion Management TFS Visual SourceSafe Kovair Quality Center Rational Test Manager Test Management VSTS Tester Rational Quality Manager Rational Quality Manager Rational Test Manager VSTS Tester Bugzilla ClearQuest Jira Issues/ Change ClearQuest TFS Management Kovair Teamtrack TFS 9
  • 11. Single Vendor Integration ALM Middleware Approach Approach Functions IBM Tools Microsoft Tools Multi Vendor Tools CA Service Desk Kovair-ITSM Studio Helpdesk Tivoli Remedy Tivoli Note: The tools shown here are for illustration of the capability. At present not all tools mentioned here are integrated in IBM, Microsoft or ALM Middleware solutions. Flexibility of Integration Business Rules Integration business rules change over time for various reasons including changes in business conditions, group dynamics and development methodologies. For example, how the Requirements will be replicated from Requisite Pro to Quality Center so that the Traceability relation created in Quality Center may change over time. ALM Middleware allows creation and management of these rules independent of the individual tool adapters. Unlike point-to-point and single-vendor integrations where the logic is hard coded in the integration codes, middleware adapters do not have any embedded business rules. The business rules are managed in middleware administrative module with visual interface for the empowered end users. This eliminates the necessity of development resources for changing the integration codes and reduces the change implementation time drastically from weeks to hours. Traceability with Change Impact Analysis ALM Middleware makes it simple to create Traceability relation between artifacts from various tools. In case of Point-to-point integration where without a central framework only two tools are integrated at a time, there is no way to visualize and manipulate Traceability relations of three or more Artifacts in a single interface. But for ALM Middleware, a central framework allows flexible ways of creating and managing these relationships among multiple (more than a pair of) tools. Moreover, due to its flexibility in relationship management, ALM Middleware promotes multi-tool proactive and reactive change impact analysis. This is impossible to do both in the point-to-point and single vendor integration solutions. Process Automation without Boundary Typically, Implementing SDLC Processes for multi-tool ALM requires discipline of individual participants. Such a manual implementation of the process fails after a short time when individuals do not follow it due to high overhead and high cost of retraining for each small change. ALM Middleware, with its built-in process automation capability has a unique advantage of creating a cross tools process and automating that for a transparent no- overhead implementation with a much larger success potential. The typical example is a Requirement that starts life in a Requirements Management tool, is reviewed and approved by stakeholders in a Project Management tool, is implemented by a developer in an IDE, and 10
  • 12. tested by testers in a Test Management tool. ALM Middleware automates the whole process for all these users even when they are using different tools and may be based at different locations. Analytics and Dashboards Once ALM Middleware has all the artifacts and meta information about the artifacts (e.g. not just the Requirement but the information about the Requestor, Type, Priority, Approval status, Approver, Lifecycle status…) in its repository either by replication (where the artifact information is replicated to ALM Middleware repository) or federation (where the tool data is retrieved on demand, avoiding replication), one can create all sorts of dashboard metrics and reports for those data in real-time. These reports give valuable insight about the whole cross-tool process, which is often impossible or difficult to get. A comparison of the 3 Approaches Table 2: COMPARISON OF THREE APPROACHES Multi Vendor Best of Point-to-point Single Vendor Breed Integrated Item Integrated Multi Integrated ALM Tools ALM Tools – ALM Vendor Tools Middleware Excellent View artifacts Fair Good managed by one Tool All artifacts through the Only artifacts of the Artifacts in the IDE and from another Tool ALM Middleware paired tool other paired tools interface Create various Excellent impacting and non- Fair Good impacting All artifacts through the Only artifacts of the Artifacts in the IDE and relationship between ALM Middleware paired tool other paired tools any two Artifacts. interface Automate a process cutting across the Excellent tool boundaries and implementing the Poor Poor With built-in process complete ALM automation in the ALM lifecycle without a Middleware interface break Fair Excellent Manage Projects and Through integrated With built-in project and Resources across the Poor project management resource management tools tool (if such an in the ALM Middleware integration exists) interface or external tool Excellent Fair With built-in reporting Create Cross tools Fair Some limited built-in and analytics tool on all Analytics and Through reporting tool analytics based on artifacts and meta Dashboards with custom integration individual tools‟ information available in reporting capability. the ALM Middleware interface 11
  • 13. Multi Vendor Best of Point-to-point Single Vendor Breed Integrated Item Integrated Multi Integrated ALM Tools ALM Tools – ALM Vendor Tools Middleware Good Excellent Poor Needs to create an Point to point hand- Since existing tools are adapter per tool without coded integration code to be modified for changing the tool with hardcoded business integration in this behavior or code. logic. This involves model, unless the tool custom coding, testing vendors are willing to Since tools adapters are Effort to create and created without any and support services. make those changes maintain integration changes in the actual with a tool To replace any tool by such tools cannot be integrated by any third tools, the adapters can another tool of same party effort. be created independent function or even by a of the tool vendors, new version will involve In case of IBM, needs even by the end user high effort maintenance the creation of new tool organizations, using an of all the integration and adapting existing open standard based code for that tool. tool compliant to OSLC API. standard. Poor Excellent Excellent Utilizing existing Integration of existing tools Can integrate any Can integrate any tools needs modification existing tool. existing tool. in existing tools. Poor Excellent Excellent Since the existing tools Migration and Since existing tools are Since existing tools are are to be replaced by Training Effort involved, no migration involved, no migration new tools a major data or training effort is or training effort is migration and training is necessary. necessary. required. High High Since existing tools are Reasonable For creating all point-to- to be replaced by new point integration code Since no tools are to be tools the cost is very Cost by development replaced and high both in terms of resources the cost of deployment, only the new license cost as well development and cost of middleware and as cost of deployment, maintenance is very adapters training, documentation high. and lost opportunity. 12
  • 14. Multi Vendor Best of Point-to-point Single Vendor Breed Integrated Item Integrated Multi Integrated ALM Tools ALM Tools – ALM Vendor Tools Middleware At this time IBM and Kovair‟s Omnibus Microsoft are two integration technology is vendors offering the only ALM Integrated ALM using Middleware available Almost all ALM vendors their own tools only. today based on offer limited point-to- Enterprise Service Bus point integration with IBM‟s solution is (ESB) architecture. All selected tools. Individual developed around Jazz Availability integrations use web development groups can technology and Team service based interface develop their own Center project so existing tools can be custom point-to-point management tool. integrated to Omnibus integration as well. Microsoft‟s solution is using adapters around Visual Studio independent of their Team System and Team locations and technology Foundation server tools. platform. 13
  • 15. Conclusions In this paper, we have discussed three approaches to Integrated ALM by comparing them for technology, business values and cost. It has been shown that the method of ALM Middleware is the most suitable method for implementing Integrated ALM in organizations having or needing multiple vendor tools. Kovair has the ALM Middleware technology called Omnibus Enterprise Service Bus, which is the leading integration technology in the ALM industry today. For more information about Kovair‟s Omnibus technology please visit www.kovair.com or contact sales@kovair.com. Each tool name used in this paper is the registered trademark of the corresponding tool vendor. Document Version History Release Date Reason Version 1.0 04/22/2010 First Release Version 2.0 04/20/2011 Second Release Kovair Software, Inc. 4699 Old Ironsides Drive, Suite# 190 Santa Clara, CA 95054 1.408.262.0200 (T) 1.408.904.4794 (F) Sales: 1.408.262.0200 Extn. 1 14