Jump to content

User:Softwareqa/Sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Softwareqa (talk | contribs) at 19:24, 27 January 2012 (Related Terms). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software engineering, service virtualization is a method to emulate the behavior of specific components in heterogeneous component-based applications such as service-oriented architectures. It is used to provide software development and QA/testing teams access to dependent system components that are needed to exercise an application under test (AUT), but are unavailable or difficult-to-access for development and testing purposes. With the behavior of the dependent components "virtualized," testing and development can proceed without accessing the actual live components.

Overview

Service virtualization emulates the behavior of software components to remove dependency constraints on development and testing teams. Such constraints occur in complex, interdependent environments when a component connected to the application under test is:

  • Not yet completed
  • Still evolving
  • Controlled by a third-party or partner
  • Available for testing only in limited capacity or at inconvenient times
  • Difficult to provision or configure in a test environment
  • Needed for simultaneous access by different teams with varied test data setup and other requirements
  • Restricted or costly to use for load and performance testing [1] [2]

Although the term "service virtualization" reflects the technique's initial focus on virtualizing web services, service virtualization extends across all aspects of composite applications: services, databases, mainframes, ESBs, and other components that communicate using common messaging protocols. [3] [4]

Service virtualization emulates only the behavior of the specific dependent components that developers or testers need to exercise in order to complete their end-to-end transactions. Rather than virtualizing entire systems, it virtualizes only specific slices of dependent behavior critical to the execution of development and testing tasks. This provides just enough application logic so that the developers or testers get what they need without having to wait for the actual service to be completed and readily available. For instance, instead of virtualizing an entire database (and performing all associated test data management as well as setting up the database for every test session), you monitor how the application interacts with the database, then you emulate the related database behavior (the SQL queries that are passed to the database, the corresponding result sets that are returned, and so forth). [5] [6] [7]

Applying Service Virtualization

Service virtualization involves creating and deploying a "virtual asset" that simulates the behavior of a real component which is required to exercise the application under test, but is difficult or impossible to access for development and testing purposes.

A virtual asset stands in for a dependent component by listening for requests and returning an appropriate response—with the appropriate performance. For a database, this might involve listening for a SQL statement, then returning data source rows. For a web service, this might involve listening for an XML message over HTTP, JMS, or MQ, then returning another XML message. The virtual asset's functionality and performance might reflect the actual functionality/performance of the dependent component, or it might simulate exceptional conditions (such as extreme loads or error conditions) to determine how the application under test responds under those circumstances.

Virtual assets are typically created by:

  • Recording live communication among components as the system is exercised from the application under test (AUT)
  • Providing logs representing historical communication among components
  • Analyzing service interface specifications (such as a WSDL)
  • Defining the behavior manually with various interface controls and data source values

They are then further configured to represent specific data, functionality, and response times.

Virtual assets are deployed locally or in the cloud (public or private). With development/test environments configured to use the virtual assets in place of dependent components, developers or testers can then exercise the application they are working on without having to wait for the dependent components to be completed or readily accessible. [6][2][1][3][4]

The term service virtualization was originally used to describe using virtual service endpoints with Service-oriented architectures to insulate service infrastructure details (such as service endpoint location, service inter-connectivity, policy enforcement, service versioning and dynamic service management information) from service consumers. [8][5]

Other terms used to describe service virtualization include Application-Behavior Virtualization,[6] virtual services,[5] virtual integration environment (VIE),[9] service-oriented virtualization (SOV), and virtual service environment (VSE).[10]

Notable Products

voke research reported that key products in the service virtualization market are:

Since the report was released, IBM purchased Green Hat, a service virtualization vendor that was not covered in the above report. [12]

References

  1. ^ a b Service Virtualization 101, by John Michelsen, iTKO Chalk Talk, February 1, 2010
  2. ^ a b Service Virtualization for Modern Applications by Gaurish Hattangadi, Virtual Strategy Magazine, November 28, 2010
  3. ^ a b Managing Test Environments by Liz McMillan, Cloud Computing Journal, December 2011
  4. ^ a b Application Behavior Virtualization by Elizabeth White, Cloud Computing Journal, December 2011
  5. ^ a b c An Intro to SOA and Virtualization by John Michelsen, WebServices.org, August 2007
  6. ^ a b c The Next Generation of Test Environment Management by Wayne Ariola, Virtualization Journal, July 12, 2011
  7. ^ Service Virtualization, a critical tool for "Shift Left" testing by manoj, Testing Thoughts, May 15, 2011
  8. ^ Service Virtualization by Satadru Roy and Chris Madrid, SOA Patterns, retrieved on January 27, 2012
  9. ^ IBM acquires SOA testing tool vendor Green Hat by Ryan Paul, ars Technica, January 2011
  10. ^ Can Virtual Environments take Performance & Load Testing? by John Michelsen, WebServices.org, May 2008
  11. ^ New voke Research Highlights Benefits of Lifecycle Virtualization Category, November 15, 2011
  12. ^ IBM to Acquire Green Hat by Theresa Lanowitz, Cloud Computing Journal, January 10, 2012