SlideShare a Scribd company logo
1 of 32
HPE Service Virtualization
ver 3.8
What’s new
December 2015
MC
PC
LR
UFT
SR
Users (Virtual Users)
Network characteristics
Application dependencies
Data everywhere
Network
characteristics
Constrained services/
application
components
User behavior
and load
Virtual Reality for Dev & Test
SV
NV
NV
Learn/Conditional
Pass-through
Unified
Functional
Testing
Load Runner/
Performance
Center
VS
ALM/QC
VS
VS
VS
SV Management
Deploy/Initialize
Virtual Service
Monitor
VU
VU
NV RS
VS
SV Designer
Create, Update VS
App
Call
s
Application Under
Test
Use Virtual
Service
Open Test
Script/Data
Test
NV SV Server
VS
VS
VSVS
Deploy
Virtual Service
Open/Save
Virtual Service
Deploy Virtual Service
HPE Service Virtualization as part of ecosystem
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.
HPE Service Virtualization
3.80 Features Overview
5
Protocols and virtualization enhancements:
Java Virtualization
Files over FS and FTP/S
ISO8583 connector
Local MQ Binding
Root element routing (Lab Feature)
UX Improvements:
Message Logging in SVM
HPE Rebranding
Stability, Performance, Usability Enhancements
HPE Tools Integrations:
Integration with NV 9.0
HP Testing Toolset with new SV Integrations is released
Protocols
New or updated protocols virtualization possibilities
6
What is Java Virtualization?
– Your Java App is gathering data
from 3rd Party System
– Your Java App uses
3rd Party System Client to gather
the data
– The protocol for the communication
is not known
7
How do you virtualize that?
Your Java Application
3rd Party System
($ per transaction)
3rd Party
System Client
App Code
What is Java Virtualization?
– SV Java Instrumentator „wraps“ classes
(their methods) you want to virtualize
– In Learning / Stand By mode it still
process the real „wrapped“ code
– In Simulation mode it returns the value
without calling the real „wrapped“ code.
8
Your Java Application
3rd Party System
($ per transaction)SV Java Instrumentator
3rd Party
System Client
SV
Java Agent
App Code
Java Virtualization
• Java Virtualization
• Virtualize any Java method
• Configure virtualized classes on fly
Managed Classes
● Classes that the instrumentation takes care of
● Classes that can be virtualized (but don’t have to)
Virtualized Classes
● Subset of managed classes
● Can be changed during runtime
Endpoint
● Agent address
● virtualizedClasses defines concrete VS enspoint
(realative path to the agent address)
○ Not present right now
<?xml version="1.0" encoding="utf-16"?>
<configuration>
<managedClasses>
<include>
<path>com.hpe.*</path>
</include>
<exclude>
<path>com.hpe.sv.library.FastOperations</path>
</exclude>
</managedClasses>
<virtualizedClasses defaultVs="processMessage">
<class name="com.hpe.sv.example.CustomNumber" />
<class name="com.hpe.sv.example.DefaultCalculator"
vs="processMessage" />
</virtualizedClasses>
<endpoint>http://localhost:7290</endpoint>
</configuration>
Files over FileSystem and FTP/S
• Files
• Integration of legacy systems using file
based transfer in batch files
SAP
(Inhouse)
HPSV SAP
(3rd party)
Flat File
FTP/S
Flat File
FTP/S
• Message format
• Text-Delimited
• CSV
• XML
• Binary
• Transport
• File system
• FTP/S
• Features:
• Write modes
• Full
• Incremental
• File filters
• Time trigger
• Size trigger
• File cleanup
What is ISO 8583 and jPOS
– ISO8583 is the standard of a communication interface which is used by
banking infrastructure for financial transactions
– Fixed set of fields of fixed or variable length
– Various types (character, numeric, binary, etc.) and encodings of fields (binary, ASCII,
ECBDIC, BCD)
– Transport: TCP/IP, UDP/IP, X.25, SDLC, SNA, ASYNC, QTP, SSL, etc., HPE SV
supports only TCP and SSL
– jPOS is a specialized “app server”
– Vast support of libraries and functionality for parsing binary ISO8583 messages,
exposing endpoints etc.
11
ISO 8583 and SV
• Different customer ISO8583 implementation
require specific bridge configuration
• SV provides configurable and extendable bridge
which converts ISO8583 messages into XML
over HTTP communication
• Virtualize ISO 8583 communication as XML
Virtual Services
• ISO 8583 bridge is based on JPOS.org ISO
bridge (http://jpos.org/products/isobridge)
• HPE SV contains JPOS bridge configuration
accelerators
• One XML configuration file to configure Message
structure/fields – list of fields, field type, field length, field
name,…
ISO 8583
• Virtualize ISO 8583 communication as XML
Virtual Services
• ISO 8583 solution is based on JPOS.org ISO
bridge (http://jpos.org/products/isobridge)
• JPOS ISO bridge does the translation from ISO
8583 to XML structures.
• HP SV contains JPOS configuration accelerators
Local MQ Connection
Local Connection
Performance optimization:
– If SV run at the same machine as WebSphere
MQ server, direct local connection to Queue
Manager can be used
14
MQ Server
Queue
CLIENT APP
Virtual Service 1
Rounnting:
Root Element:
PhoneOrder
Virtual Service 2
Rounnting:
Root Element:
LaptopOrder
Virtual Service 3
Rounting:
Root Element:
CoverOrder
Messages:
PhoneOrder
LaptopOrder
CoverOrder
PhoneOrder
LaptopOrder
CoverOrder
Lab Feature: Root Element Routing
Routing messages to virtual services
based on payload root elements for
request and response
Warning for messages not consumed
by the service with root element name
Motivation:
– Huge in terms of message structures
as well as utilization by users.
– Different users are having different
needs for the state of the service.
One needs Recording, the other one
Simulation,
15
UX Improvements
Easy to use, Stable, Fast
16
Message Logging
17
Enable/Disable and Investigate
Logged Messages from both
Designer and SVM (Web UI)
Runtime change – no restart
needed
Bulk operation supported
Compare or download Logged
Messages in SVM directly
Hewlett Packard Enterprise - Basic Rebranding
Designer
– Splash screen
– Installation screens
– About dialog
– Start Page - logo and
name
– HP logo, background
Documentation
– SV User Guide/Help
– SV Installation Guide
– SVM User
Guide/Help
– SV Readme
18
SVM
– General
– Header - color, name, logo
– Color palette
– Buttons, Checkboxes
– Product name
– Screens:
– Login Screen - logo
– Server Detail - server health
icons
– About Dialog - copyright, logo,
header
Licenses
Others…
Stability, Performance, Usability Enhancements
Simulation performance optimization:
– Java Script Rule performance optimization
– Performance Model simulation optimization
SVM:
– Stability, Usability
– Service Statistics Usability
– Improved Virtual Service statistics user experience and
performance.
Designer:
– Product Stability
19
Test 3.7 3.8 Delta [%]
benchmark XML/MQ with PM TPS [TPS] 147 TPS 1500 TPS 920.40%
benchmark SOAP/HTTP with PM TPS [TPS] 149 TPS 1502 TPS 908.10%
benchmark football JS [TPS] 273 TPS 1277 TPS 367.80%
Number of transactions per second.
Test Case 3.7 3.8 Delta [%]
benchmark SOAP/HTTP TPS [TPS] 3449 3794 10
benchmark SOAP/HTTP with PM TPS [TPS] 149 1501 907
benchmark SOAP/HTTP CPU [%] 90 90 0
benchmark SOAP/HTTP with PM CPU [%] 100 27 -73
benchmark SOAP/HTTP RT [ms] 18 26 44
benchmark SOAP/HTTP with PM RT [ms] 7933 998 -87
benchmark SOAP/HTTP memory [MB] 1989 2216 11
benchmark SOAP/HTTP with PM memory [MB] 5485 4964 -9
benchmark XML/MQ TPS [TPS] 2818 3123 11
benchmark XML/MQ with PM TPS [TPS] 147 1500 920
benchmark XML/MQ CPU [%] 77 87 13
benchmark XML/MQ with PM CPU [%] 99 45 -55
benchmark XML/MQ RT [ms] 22 32 45
benchmark XML/MQ with PM RT [ms] 8944 1008 -89
benchmark XML/MQ memory [MB] 2182 2464 13
benchmark XML/MQ with PM memory [MB] 3863 2355 -39
HPE Tools Integration
20
Integration with NV 9.0
21
SV 3.80 integrate with new NV 9.0
–SV Provides Network Model
–Latency
–Packet loss
–Bandwidth
–Jitter
–NV in SV Designer
– Access and manage NV model
– Associate NV models to SV agents
Introducing Network Model in SV Designer
– Change virtual service network model (per SV agent)
22
Network Model Configuration
23
• Create or edit network model (network conditions + SV
agent defined by address and port)
• Assign network model to SV agent hosting virtual
services
Custom Network Conditions
Network Conditions Configuration
24
• Manually, specifying download/upload bandwidth, latency, packet loss
Imported Network Conditions
Network Conditions Configuration
25
• Selecting from HP NV Global Library
HP Testing Toolset with new SV Integrations is released
UFT/MC/LR/PC/NV
Virtual
Services Real-
time
Performance
Virtual Services
Real-time
Performance
Control
Virtualization
From Inside
UFT/LR/PC
26
SV 3.8 LR 12.50 UFT 12.51 PC 12.50 ALM 12.50 NV 9.0
Test reports
with Virtual
Service
metrics stored
in ALM
SV 3.6x, 3.7, 3.8 releases
3.60, 3.6x 3.70 3.80
Protocols &
virtualization
• Separated R-R Queue Managers (MQ,
JMS)
• Multipart/MTOM for HTTP Based protocols
• SOAP RPC/Encoded
• Fix Length Protocol (TCP, MQ – Ext.)
• SAP Connector in WebMethods
• MQ with Shared Response Queue
• Non-Intrusive MQ Virtualization
• Fixed-length over MQ Protocol
• Advanced REST URI Modeling
• New support for SOAP over MQ
• Java Virtualization
• ISO 8583 using JPOS
• Flat files over File system/FTP
• Comma Separated Files
• Local MQ binding
Design &
simulation
• Multiple service creation from wizard
• C# Scripted Rule
• REST Enhancements For Developers
• Message Logging & Data Masking
• Batch Scheduling Improvements
• Enhanced simulation audit and logging
• Advanced REST URI Modeling
• Enhanced SCA Framework (new MQ, JMS
protocols)
• Conditional Hybrid Simulation (new MQ, JMS
protocols)
• Export data from data model rows to external
files
• Java Script Rule Performance
• Performance Model improvements
• Root element routing (Lab feature)
Management
• SV Server and Virtual Service Statistics
• Virtual Service Events Audit
• Agent Management in SVM
• Agent-Decupled VS Deployment
• Virtual Services Portfolio Report
• Automation API Enhancements
• Export and Project Update
• Learning mode
• Simplification of parameters
• Multi-Instance Deployment Automation
• SVM
• Usability, Stability
• Message Logging in SVM
Integrations &
platform
• Updated Integration to ALM/QC/UFT/LR/PC
12.01
• Extensibility SDK updates (new templates)
• Updated Integration to ALM/QC/UFT/LR/PC
12.5
• FIPS policy support
• Supported platforms upgrade
Java 8, .NET 4.5, TLS 1.2
• HPE Rebranding
• Performance Improvements
• Integration to NV v9
Quarterly expanding virtualization protocols
28
TRANSPORT
HTTP(S)
Gateway
HTTP(S)
Proxy1
IBMWS
MQ1
JMS
JDBC1
IMS
Connect
CICSTS
TIBCO
Active
Matrix/
EMS1
SAP
NetWeaver
RFC/XI/PI
Oracle
AQ
Microsoft
MQ
Web-
Methods
IS1
TCP/IP
Java
ISO8583/
JPOSBridge
FlatFiles/
FS/FTP/s
MESSAGE
WS/SOAP          
XML2           
REST (XML, JSON,
Bin)
   
Cobol    
SQL    
IDOC   
Fix Length  
Text Delimited,
CSV

Java Objects 
Text              
Binary              Protocol supported
1 Non-intrusive
2 All XML-based protocols supported
New
Updated
SV Protocol Extensibility SDK Available
APPENDIX : ONLY FOR INTERNAL REFERENCE, DO NOT
PUBLICLY DISCLOSE
29
FY 16 Roadmap – G3
SV 3.80.1
– Simplified SV Trial and Learning
– Simulation Report (debugging): Log rules used
during simulation
– REST: Smooth Interactive Design - Create REST
service from scratch scenario
– REST: renaming of URIs
– Import just response into existing Data Row in DM
– Interactive VS design - searching and replace
– Bug fixing
2017 2018
Jan-15
SV 3.62.1
Apr-15
SV 3.62.2Jun-15
SV 3.7
Dec-15
SV 3.8
2015 2016
Jan-16
SV 3.80.1
Apr-16
SV 3.81
Aug-16
SV 3.82
SV 3.8x
– Enhanced FSI pack: FIX, SWIFT, +more
– Java Virtualization Proxy - multiple services on one
endpoint
– ONC/PRC
– Multi response timing
– VS resilience - learning during simulation
– SV in HPE Automation Plugin for Jenkins
– Global/local Simulation Rule
– Preserve namespace prefixes
– Prepare for Migration to G4
– Row Details Enhancements - hide empty, unwrap, filter out not
present etc.
– Security Defects: 13276, ...
– Long Term Statistics
Coming soon: Simplified HPE Service Virtualization Trial and
Training
Easy to download. Easy to evaluate. Easy to learn.
• SV Designer distributed as simple to
install .EXE
• 90-day Instant-On license
• New Quick Start overview
• New Tutorials explaining step by step how
to use the tool
• All supported technologies with pre-
packaged demos
• Video tutorials and technical experts
public channel
• New available SV ART training delivered
by HP SW Education
31
This is a rolling (up to 3 year) roadmap and is subject to change without notice
Thank you
32

More Related Content

What's hot

HPE ALM Octane | DevOps | Agile
HPE ALM Octane | DevOps | AgileHPE ALM Octane | DevOps | Agile
HPE ALM Octane | DevOps | AgileJeffrey Nunn
 
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionWhat's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionStefana Muller
 
Service Virtualization
Service VirtualizationService Virtualization
Service VirtualizationErika Barron
 
CA Service Virtualization
CA Service VirtualizationCA Service Virtualization
CA Service VirtualizationPablo Gutierrez
 
DevTest Portfolio Overview
DevTest Portfolio OverviewDevTest Portfolio Overview
DevTest Portfolio OverviewCA Technologies
 
HPE Agile Manager and ALM Overview
HPE Agile Manager and ALM OverviewHPE Agile Manager and ALM Overview
HPE Agile Manager and ALM OverviewJeffrey Nunn
 
Testing Cloud Services: SaaS, PaaS, and IaaS
Testing Cloud Services: SaaS, PaaS, and IaaSTesting Cloud Services: SaaS, PaaS, and IaaS
Testing Cloud Services: SaaS, PaaS, and IaaSTechWell
 
Con-way Case Study: Optimizing Application Integration Software Development L...
Con-way Case Study: Optimizing Application Integration Software Development L...Con-way Case Study: Optimizing Application Integration Software Development L...
Con-way Case Study: Optimizing Application Integration Software Development L...CA Technologies
 
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...VMworld
 
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...SOASTA
 
T3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellenceveehikle
 
SaaS Testing on an Agile World
SaaS Testing on an Agile WorldSaaS Testing on an Agile World
SaaS Testing on an Agile WorldPractiTest
 
Digital Mastery & Joy at Panera Bread [Webinar Replay]
Digital Mastery & Joy at Panera Bread [Webinar Replay]Digital Mastery & Joy at Panera Bread [Webinar Replay]
Digital Mastery & Joy at Panera Bread [Webinar Replay]Dynatrace
 
How National Australia Bank (NAB) used CA APM during performance testing to i...
How National Australia Bank (NAB) used CA APM during performance testing to i...How National Australia Bank (NAB) used CA APM during performance testing to i...
How National Australia Bank (NAB) used CA APM during performance testing to i...CA Technologies
 
Best Practices for Optimizing Mainframe Application Performance with CA Cross...
Best Practices for Optimizing Mainframe Application Performance with CA Cross...Best Practices for Optimizing Mainframe Application Performance with CA Cross...
Best Practices for Optimizing Mainframe Application Performance with CA Cross...CA Technologies
 
CA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsCA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsAlan Baptista
 
White-Paper-Continuous-Delivery
White-Paper-Continuous-DeliveryWhite-Paper-Continuous-Delivery
White-Paper-Continuous-Deliveryalkhan50
 
Visualizing Application & Delivery Flows to Make Data-Driven Decisions
Visualizing Application & Delivery Flows to Make Data-Driven DecisionsVisualizing Application & Delivery Flows to Make Data-Driven Decisions
Visualizing Application & Delivery Flows to Make Data-Driven DecisionsCA Technologies
 
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...CA Technologies
 

What's hot (20)

HPE ALM Octane | DevOps | Agile
HPE ALM Octane | DevOps | AgileHPE ALM Octane | DevOps | Agile
HPE ALM Octane | DevOps | Agile
 
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionWhat's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
 
Service Virtualization
Service VirtualizationService Virtualization
Service Virtualization
 
CA Service Virtualization
CA Service VirtualizationCA Service Virtualization
CA Service Virtualization
 
[Brochure] HPE ALM Octane
[Brochure] HPE ALM Octane[Brochure] HPE ALM Octane
[Brochure] HPE ALM Octane
 
DevTest Portfolio Overview
DevTest Portfolio OverviewDevTest Portfolio Overview
DevTest Portfolio Overview
 
HPE Agile Manager and ALM Overview
HPE Agile Manager and ALM OverviewHPE Agile Manager and ALM Overview
HPE Agile Manager and ALM Overview
 
Testing Cloud Services: SaaS, PaaS, and IaaS
Testing Cloud Services: SaaS, PaaS, and IaaSTesting Cloud Services: SaaS, PaaS, and IaaS
Testing Cloud Services: SaaS, PaaS, and IaaS
 
Con-way Case Study: Optimizing Application Integration Software Development L...
Con-way Case Study: Optimizing Application Integration Software Development L...Con-way Case Study: Optimizing Application Integration Software Development L...
Con-way Case Study: Optimizing Application Integration Software Development L...
 
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...
VMworld 2013: VMware and Puppet: How to Plan, Deploy & Manage Modern Applicat...
 
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
 
T3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
 
SaaS Testing on an Agile World
SaaS Testing on an Agile WorldSaaS Testing on an Agile World
SaaS Testing on an Agile World
 
Digital Mastery & Joy at Panera Bread [Webinar Replay]
Digital Mastery & Joy at Panera Bread [Webinar Replay]Digital Mastery & Joy at Panera Bread [Webinar Replay]
Digital Mastery & Joy at Panera Bread [Webinar Replay]
 
How National Australia Bank (NAB) used CA APM during performance testing to i...
How National Australia Bank (NAB) used CA APM during performance testing to i...How National Australia Bank (NAB) used CA APM during performance testing to i...
How National Australia Bank (NAB) used CA APM during performance testing to i...
 
Best Practices for Optimizing Mainframe Application Performance with CA Cross...
Best Practices for Optimizing Mainframe Application Performance with CA Cross...Best Practices for Optimizing Mainframe Application Performance with CA Cross...
Best Practices for Optimizing Mainframe Application Performance with CA Cross...
 
CA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsCA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubs
 
White-Paper-Continuous-Delivery
White-Paper-Continuous-DeliveryWhite-Paper-Continuous-Delivery
White-Paper-Continuous-Delivery
 
Visualizing Application & Delivery Flows to Make Data-Driven Decisions
Visualizing Application & Delivery Flows to Make Data-Driven DecisionsVisualizing Application & Delivery Flows to Make Data-Driven Decisions
Visualizing Application & Delivery Flows to Make Data-Driven Decisions
 
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...
Pre-Con Education: What Is CA Unified Infrastructure Management and what's ne...
 

Viewers also liked

2016 HPE Blade Server Brand Leader Infographics
2016 HPE Blade Server Brand Leader Infographics2016 HPE Blade Server Brand Leader Infographics
2016 HPE Blade Server Brand Leader InfographicsIT Brand Pulse
 
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switches
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed SwitchesThe Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switches
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switchesdigitallibrary
 
Big Data Analytics and Advanced Computer Networking Scenarios
Big Data Analytics and Advanced Computer Networking ScenariosBig Data Analytics and Advanced Computer Networking Scenarios
Big Data Analytics and Advanced Computer Networking ScenariosStenio Fernandes
 
Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?CA Technologies
 
Computer networking
Computer networkingComputer networking
Computer networkingtdsparks3
 
IBM Flex System Networking in an Enterprise Data Center
IBM Flex System Networking in an Enterprise Data CenterIBM Flex System Networking in an Enterprise Data Center
IBM Flex System Networking in an Enterprise Data CenterIBM India Smarter Computing
 
Enterprise-Grade Networking in OpenStack
Enterprise-Grade Networking in OpenStackEnterprise-Grade Networking in OpenStack
Enterprise-Grade Networking in OpenStackMarten Hauville
 
Network Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNNetwork Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNMarie-Paule Odini
 
Introduction to Service Virtualization
Introduction to Service VirtualizationIntroduction to Service Virtualization
Introduction to Service VirtualizationCA Technologies
 
Computer Networking : Principles, Protocols and Practice - lesson 1
Computer Networking : Principles, Protocols and Practice - lesson 1Computer Networking : Principles, Protocols and Practice - lesson 1
Computer Networking : Principles, Protocols and Practice - lesson 1Olivier Bonaventure
 
Get Ready to Modernize the Core
Get Ready to Modernize the CoreGet Ready to Modernize the Core
Get Ready to Modernize the CoreCapgemini
 
Parasoft Testing anything, any time with containerized service virtualization
Parasoft Testing anything, any time with containerized service virtualizationParasoft Testing anything, any time with containerized service virtualization
Parasoft Testing anything, any time with containerized service virtualizationChantalWauters
 

Viewers also liked (14)

2016 HPE Blade Server Brand Leader Infographics
2016 HPE Blade Server Brand Leader Infographics2016 HPE Blade Server Brand Leader Infographics
2016 HPE Blade Server Brand Leader Infographics
 
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switches
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed SwitchesThe Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switches
The Right Foundation for SMB Networks: Smart Switches vs. Fully Managed Switches
 
Big Data Analytics and Advanced Computer Networking Scenarios
Big Data Analytics and Advanced Computer Networking ScenariosBig Data Analytics and Advanced Computer Networking Scenarios
Big Data Analytics and Advanced Computer Networking Scenarios
 
Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?
 
Computer networking
Computer networkingComputer networking
Computer networking
 
Business Analytics Overview
Business Analytics OverviewBusiness Analytics Overview
Business Analytics Overview
 
IBM Flex System Networking in an Enterprise Data Center
IBM Flex System Networking in an Enterprise Data CenterIBM Flex System Networking in an Enterprise Data Center
IBM Flex System Networking in an Enterprise Data Center
 
Enterprise-Grade Networking in OpenStack
Enterprise-Grade Networking in OpenStackEnterprise-Grade Networking in OpenStack
Enterprise-Grade Networking in OpenStack
 
Network Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNNetwork Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDN
 
Introduction to Service Virtualization
Introduction to Service VirtualizationIntroduction to Service Virtualization
Introduction to Service Virtualization
 
Computer Networking : Principles, Protocols and Practice - lesson 1
Computer Networking : Principles, Protocols and Practice - lesson 1Computer Networking : Principles, Protocols and Practice - lesson 1
Computer Networking : Principles, Protocols and Practice - lesson 1
 
Get Ready to Modernize the Core
Get Ready to Modernize the CoreGet Ready to Modernize the Core
Get Ready to Modernize the Core
 
Basic To Advanced Networking
Basic To Advanced NetworkingBasic To Advanced Networking
Basic To Advanced Networking
 
Parasoft Testing anything, any time with containerized service virtualization
Parasoft Testing anything, any time with containerized service virtualizationParasoft Testing anything, any time with containerized service virtualization
Parasoft Testing anything, any time with containerized service virtualization
 

Similar to Hpe service virtualization 3.8 what's new chicago adm

Scvmm Technical Overview.Son Vu
Scvmm Technical Overview.Son VuScvmm Technical Overview.Son Vu
Scvmm Technical Overview.Son Vuvncson
 
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...WSO2
 
WS-VLAM workflow
WS-VLAM workflowWS-VLAM workflow
WS-VLAM workflowguest6295d0
 
Server Farms and XML Web Services
Server Farms and XML Web ServicesServer Farms and XML Web Services
Server Farms and XML Web ServicesJorgen Thelin
 
Harbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbourIT
 
The experiences of migrating a large scale, high performance healthcare network
The experiences of migrating a large scale, high performance healthcare networkThe experiences of migrating a large scale, high performance healthcare network
The experiences of migrating a large scale, high performance healthcare networkgeorge.james
 
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewCloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewChip Childers
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 OverviewAmit Gatenyo
 
Data power v7 update - Ravi Katikala
Data power v7 update - Ravi KatikalaData power v7 update - Ravi Katikala
Data power v7 update - Ravi Katikalafloridawusergroup
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...confluent
 
Azure Cloud Application Development Workshop - UGIdotNET
Azure Cloud Application Development Workshop - UGIdotNETAzure Cloud Application Development Workshop - UGIdotNET
Azure Cloud Application Development Workshop - UGIdotNETLorenzo Barbieri
 
Service Provider Architectures for Tomorrow by Chow Khay Kid
Service Provider Architectures for Tomorrow by Chow Khay KidService Provider Architectures for Tomorrow by Chow Khay Kid
Service Provider Architectures for Tomorrow by Chow Khay KidMyNOG
 
Iben from Spirent talks at the SDN World Congress about the importance of and...
Iben from Spirent talks at the SDN World Congress about the importance of and...Iben from Spirent talks at the SDN World Congress about the importance of and...
Iben from Spirent talks at the SDN World Congress about the importance of and...Iben Rodriguez
 
Application server
Application serverApplication server
Application servernava rathna
 
Copy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptxssuser20fcbe
 

Similar to Hpe service virtualization 3.8 what's new chicago adm (20)

Scvmm Technical Overview.Son Vu
Scvmm Technical Overview.Son VuScvmm Technical Overview.Son Vu
Scvmm Technical Overview.Son Vu
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
 
WS-VLAM workflow
WS-VLAM workflowWS-VLAM workflow
WS-VLAM workflow
 
Server Farms and XML Web Services
Server Farms and XML Web ServicesServer Farms and XML Web Services
Server Farms and XML Web Services
 
Harbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 Wrap
 
Si so product 1 day technical
Si so product 1 day technicalSi so product 1 day technical
Si so product 1 day technical
 
The experiences of migrating a large scale, high performance healthcare network
The experiences of migrating a large scale, high performance healthcare networkThe experiences of migrating a large scale, high performance healthcare network
The experiences of migrating a large scale, high performance healthcare network
 
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewCloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 Overview
 
Data power v7 update - Ravi Katikala
Data power v7 update - Ravi KatikalaData power v7 update - Ravi Katikala
Data power v7 update - Ravi Katikala
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
 
SCOM Tips and Tricks
SCOM Tips and TricksSCOM Tips and Tricks
SCOM Tips and Tricks
 
PDC Highlights
PDC HighlightsPDC Highlights
PDC Highlights
 
Migrating Apps To Azure
Migrating Apps To AzureMigrating Apps To Azure
Migrating Apps To Azure
 
Azure Cloud Application Development Workshop - UGIdotNET
Azure Cloud Application Development Workshop - UGIdotNETAzure Cloud Application Development Workshop - UGIdotNET
Azure Cloud Application Development Workshop - UGIdotNET
 
Service Provider Architectures for Tomorrow by Chow Khay Kid
Service Provider Architectures for Tomorrow by Chow Khay KidService Provider Architectures for Tomorrow by Chow Khay Kid
Service Provider Architectures for Tomorrow by Chow Khay Kid
 
Iben from Spirent talks at the SDN World Congress about the importance of and...
Iben from Spirent talks at the SDN World Congress about the importance of and...Iben from Spirent talks at the SDN World Congress about the importance of and...
Iben from Spirent talks at the SDN World Congress about the importance of and...
 
Application server
Application serverApplication server
Application server
 
Copy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptx
 

More from Jeffrey Nunn

HPE performance analytics
HPE performance analyticsHPE performance analytics
HPE performance analyticsJeffrey Nunn
 
HPE Agile Manager and Project and Portfolio Management PPM overview
HPE Agile Manager and Project and Portfolio Management PPM overview HPE Agile Manager and Project and Portfolio Management PPM overview
HPE Agile Manager and Project and Portfolio Management PPM overview Jeffrey Nunn
 
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016Jeffrey Nunn
 
HPE | Network Virtualization | POC
HPE | Network Virtualization | POCHPE | Network Virtualization | POC
HPE | Network Virtualization | POCJeffrey Nunn
 
Fuctional Testing value brief
Fuctional Testing value briefFuctional Testing value brief
Fuctional Testing value briefJeffrey Nunn
 
Performance Value Brief
Performance Value BriefPerformance Value Brief
Performance Value BriefJeffrey Nunn
 
Values Jeffrey Nunn
Values Jeffrey NunnValues Jeffrey Nunn
Values Jeffrey NunnJeffrey Nunn
 

More from Jeffrey Nunn (11)

HPE performance analytics
HPE performance analyticsHPE performance analytics
HPE performance analytics
 
HPE Agile Manager and Project and Portfolio Management PPM overview
HPE Agile Manager and Project and Portfolio Management PPM overview HPE Agile Manager and Project and Portfolio Management PPM overview
HPE Agile Manager and Project and Portfolio Management PPM overview
 
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016
HPE | Agile Manager and Project and Portfolio Management (PPM) overview feb 2016
 
HPE | Network Virtualization | POC
HPE | Network Virtualization | POCHPE | Network Virtualization | POC
HPE | Network Virtualization | POC
 
ALM Value Brief
ALM Value BriefALM Value Brief
ALM Value Brief
 
Fuctional Testing value brief
Fuctional Testing value briefFuctional Testing value brief
Fuctional Testing value brief
 
NV Value Brief
NV Value BriefNV Value Brief
NV Value Brief
 
Performance Value Brief
Performance Value BriefPerformance Value Brief
Performance Value Brief
 
SV Value Brief
SV Value BriefSV Value Brief
SV Value Brief
 
Values Jeffrey Nunn
Values Jeffrey NunnValues Jeffrey Nunn
Values Jeffrey Nunn
 
Disc Jeffrey Nunn
Disc Jeffrey NunnDisc Jeffrey Nunn
Disc Jeffrey Nunn
 

Recently uploaded

SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfStefano Stabellini
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 

Recently uploaded (20)

SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdf
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 

Hpe service virtualization 3.8 what's new chicago adm

  • 1. HPE Service Virtualization ver 3.8 What’s new December 2015
  • 2. MC PC LR UFT SR Users (Virtual Users) Network characteristics Application dependencies Data everywhere Network characteristics Constrained services/ application components User behavior and load Virtual Reality for Dev & Test SV NV NV
  • 3. Learn/Conditional Pass-through Unified Functional Testing Load Runner/ Performance Center VS ALM/QC VS VS VS SV Management Deploy/Initialize Virtual Service Monitor VU VU NV RS VS SV Designer Create, Update VS App Call s Application Under Test Use Virtual Service Open Test Script/Data Test NV SV Server VS VS VSVS Deploy Virtual Service Open/Save Virtual Service Deploy Virtual Service HPE Service Virtualization as part of ecosystem
  • 4. © Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HPE Service Virtualization
  • 5. 3.80 Features Overview 5 Protocols and virtualization enhancements: Java Virtualization Files over FS and FTP/S ISO8583 connector Local MQ Binding Root element routing (Lab Feature) UX Improvements: Message Logging in SVM HPE Rebranding Stability, Performance, Usability Enhancements HPE Tools Integrations: Integration with NV 9.0 HP Testing Toolset with new SV Integrations is released
  • 6. Protocols New or updated protocols virtualization possibilities 6
  • 7. What is Java Virtualization? – Your Java App is gathering data from 3rd Party System – Your Java App uses 3rd Party System Client to gather the data – The protocol for the communication is not known 7 How do you virtualize that? Your Java Application 3rd Party System ($ per transaction) 3rd Party System Client App Code
  • 8. What is Java Virtualization? – SV Java Instrumentator „wraps“ classes (their methods) you want to virtualize – In Learning / Stand By mode it still process the real „wrapped“ code – In Simulation mode it returns the value without calling the real „wrapped“ code. 8 Your Java Application 3rd Party System ($ per transaction)SV Java Instrumentator 3rd Party System Client SV Java Agent App Code
  • 9. Java Virtualization • Java Virtualization • Virtualize any Java method • Configure virtualized classes on fly Managed Classes ● Classes that the instrumentation takes care of ● Classes that can be virtualized (but don’t have to) Virtualized Classes ● Subset of managed classes ● Can be changed during runtime Endpoint ● Agent address ● virtualizedClasses defines concrete VS enspoint (realative path to the agent address) ○ Not present right now <?xml version="1.0" encoding="utf-16"?> <configuration> <managedClasses> <include> <path>com.hpe.*</path> </include> <exclude> <path>com.hpe.sv.library.FastOperations</path> </exclude> </managedClasses> <virtualizedClasses defaultVs="processMessage"> <class name="com.hpe.sv.example.CustomNumber" /> <class name="com.hpe.sv.example.DefaultCalculator" vs="processMessage" /> </virtualizedClasses> <endpoint>http://localhost:7290</endpoint> </configuration>
  • 10. Files over FileSystem and FTP/S • Files • Integration of legacy systems using file based transfer in batch files SAP (Inhouse) HPSV SAP (3rd party) Flat File FTP/S Flat File FTP/S • Message format • Text-Delimited • CSV • XML • Binary • Transport • File system • FTP/S • Features: • Write modes • Full • Incremental • File filters • Time trigger • Size trigger • File cleanup
  • 11. What is ISO 8583 and jPOS – ISO8583 is the standard of a communication interface which is used by banking infrastructure for financial transactions – Fixed set of fields of fixed or variable length – Various types (character, numeric, binary, etc.) and encodings of fields (binary, ASCII, ECBDIC, BCD) – Transport: TCP/IP, UDP/IP, X.25, SDLC, SNA, ASYNC, QTP, SSL, etc., HPE SV supports only TCP and SSL – jPOS is a specialized “app server” – Vast support of libraries and functionality for parsing binary ISO8583 messages, exposing endpoints etc. 11
  • 12. ISO 8583 and SV • Different customer ISO8583 implementation require specific bridge configuration • SV provides configurable and extendable bridge which converts ISO8583 messages into XML over HTTP communication • Virtualize ISO 8583 communication as XML Virtual Services • ISO 8583 bridge is based on JPOS.org ISO bridge (http://jpos.org/products/isobridge) • HPE SV contains JPOS bridge configuration accelerators • One XML configuration file to configure Message structure/fields – list of fields, field type, field length, field name,…
  • 13. ISO 8583 • Virtualize ISO 8583 communication as XML Virtual Services • ISO 8583 solution is based on JPOS.org ISO bridge (http://jpos.org/products/isobridge) • JPOS ISO bridge does the translation from ISO 8583 to XML structures. • HP SV contains JPOS configuration accelerators
  • 14. Local MQ Connection Local Connection Performance optimization: – If SV run at the same machine as WebSphere MQ server, direct local connection to Queue Manager can be used 14
  • 15. MQ Server Queue CLIENT APP Virtual Service 1 Rounnting: Root Element: PhoneOrder Virtual Service 2 Rounnting: Root Element: LaptopOrder Virtual Service 3 Rounting: Root Element: CoverOrder Messages: PhoneOrder LaptopOrder CoverOrder PhoneOrder LaptopOrder CoverOrder Lab Feature: Root Element Routing Routing messages to virtual services based on payload root elements for request and response Warning for messages not consumed by the service with root element name Motivation: – Huge in terms of message structures as well as utilization by users. – Different users are having different needs for the state of the service. One needs Recording, the other one Simulation, 15
  • 16. UX Improvements Easy to use, Stable, Fast 16
  • 17. Message Logging 17 Enable/Disable and Investigate Logged Messages from both Designer and SVM (Web UI) Runtime change – no restart needed Bulk operation supported Compare or download Logged Messages in SVM directly
  • 18. Hewlett Packard Enterprise - Basic Rebranding Designer – Splash screen – Installation screens – About dialog – Start Page - logo and name – HP logo, background Documentation – SV User Guide/Help – SV Installation Guide – SVM User Guide/Help – SV Readme 18 SVM – General – Header - color, name, logo – Color palette – Buttons, Checkboxes – Product name – Screens: – Login Screen - logo – Server Detail - server health icons – About Dialog - copyright, logo, header Licenses Others…
  • 19. Stability, Performance, Usability Enhancements Simulation performance optimization: – Java Script Rule performance optimization – Performance Model simulation optimization SVM: – Stability, Usability – Service Statistics Usability – Improved Virtual Service statistics user experience and performance. Designer: – Product Stability 19 Test 3.7 3.8 Delta [%] benchmark XML/MQ with PM TPS [TPS] 147 TPS 1500 TPS 920.40% benchmark SOAP/HTTP with PM TPS [TPS] 149 TPS 1502 TPS 908.10% benchmark football JS [TPS] 273 TPS 1277 TPS 367.80% Number of transactions per second. Test Case 3.7 3.8 Delta [%] benchmark SOAP/HTTP TPS [TPS] 3449 3794 10 benchmark SOAP/HTTP with PM TPS [TPS] 149 1501 907 benchmark SOAP/HTTP CPU [%] 90 90 0 benchmark SOAP/HTTP with PM CPU [%] 100 27 -73 benchmark SOAP/HTTP RT [ms] 18 26 44 benchmark SOAP/HTTP with PM RT [ms] 7933 998 -87 benchmark SOAP/HTTP memory [MB] 1989 2216 11 benchmark SOAP/HTTP with PM memory [MB] 5485 4964 -9 benchmark XML/MQ TPS [TPS] 2818 3123 11 benchmark XML/MQ with PM TPS [TPS] 147 1500 920 benchmark XML/MQ CPU [%] 77 87 13 benchmark XML/MQ with PM CPU [%] 99 45 -55 benchmark XML/MQ RT [ms] 22 32 45 benchmark XML/MQ with PM RT [ms] 8944 1008 -89 benchmark XML/MQ memory [MB] 2182 2464 13 benchmark XML/MQ with PM memory [MB] 3863 2355 -39
  • 21. Integration with NV 9.0 21 SV 3.80 integrate with new NV 9.0 –SV Provides Network Model –Latency –Packet loss –Bandwidth –Jitter –NV in SV Designer – Access and manage NV model – Associate NV models to SV agents
  • 22. Introducing Network Model in SV Designer – Change virtual service network model (per SV agent) 22
  • 23. Network Model Configuration 23 • Create or edit network model (network conditions + SV agent defined by address and port) • Assign network model to SV agent hosting virtual services
  • 24. Custom Network Conditions Network Conditions Configuration 24 • Manually, specifying download/upload bandwidth, latency, packet loss
  • 25. Imported Network Conditions Network Conditions Configuration 25 • Selecting from HP NV Global Library
  • 26. HP Testing Toolset with new SV Integrations is released UFT/MC/LR/PC/NV Virtual Services Real- time Performance Virtual Services Real-time Performance Control Virtualization From Inside UFT/LR/PC 26 SV 3.8 LR 12.50 UFT 12.51 PC 12.50 ALM 12.50 NV 9.0 Test reports with Virtual Service metrics stored in ALM
  • 27. SV 3.6x, 3.7, 3.8 releases 3.60, 3.6x 3.70 3.80 Protocols & virtualization • Separated R-R Queue Managers (MQ, JMS) • Multipart/MTOM for HTTP Based protocols • SOAP RPC/Encoded • Fix Length Protocol (TCP, MQ – Ext.) • SAP Connector in WebMethods • MQ with Shared Response Queue • Non-Intrusive MQ Virtualization • Fixed-length over MQ Protocol • Advanced REST URI Modeling • New support for SOAP over MQ • Java Virtualization • ISO 8583 using JPOS • Flat files over File system/FTP • Comma Separated Files • Local MQ binding Design & simulation • Multiple service creation from wizard • C# Scripted Rule • REST Enhancements For Developers • Message Logging & Data Masking • Batch Scheduling Improvements • Enhanced simulation audit and logging • Advanced REST URI Modeling • Enhanced SCA Framework (new MQ, JMS protocols) • Conditional Hybrid Simulation (new MQ, JMS protocols) • Export data from data model rows to external files • Java Script Rule Performance • Performance Model improvements • Root element routing (Lab feature) Management • SV Server and Virtual Service Statistics • Virtual Service Events Audit • Agent Management in SVM • Agent-Decupled VS Deployment • Virtual Services Portfolio Report • Automation API Enhancements • Export and Project Update • Learning mode • Simplification of parameters • Multi-Instance Deployment Automation • SVM • Usability, Stability • Message Logging in SVM Integrations & platform • Updated Integration to ALM/QC/UFT/LR/PC 12.01 • Extensibility SDK updates (new templates) • Updated Integration to ALM/QC/UFT/LR/PC 12.5 • FIPS policy support • Supported platforms upgrade Java 8, .NET 4.5, TLS 1.2 • HPE Rebranding • Performance Improvements • Integration to NV v9
  • 28. Quarterly expanding virtualization protocols 28 TRANSPORT HTTP(S) Gateway HTTP(S) Proxy1 IBMWS MQ1 JMS JDBC1 IMS Connect CICSTS TIBCO Active Matrix/ EMS1 SAP NetWeaver RFC/XI/PI Oracle AQ Microsoft MQ Web- Methods IS1 TCP/IP Java ISO8583/ JPOSBridge FlatFiles/ FS/FTP/s MESSAGE WS/SOAP           XML2            REST (XML, JSON, Bin)     Cobol     SQL     IDOC    Fix Length   Text Delimited, CSV  Java Objects  Text               Binary              Protocol supported 1 Non-intrusive 2 All XML-based protocols supported New Updated SV Protocol Extensibility SDK Available
  • 29. APPENDIX : ONLY FOR INTERNAL REFERENCE, DO NOT PUBLICLY DISCLOSE 29
  • 30. FY 16 Roadmap – G3 SV 3.80.1 – Simplified SV Trial and Learning – Simulation Report (debugging): Log rules used during simulation – REST: Smooth Interactive Design - Create REST service from scratch scenario – REST: renaming of URIs – Import just response into existing Data Row in DM – Interactive VS design - searching and replace – Bug fixing 2017 2018 Jan-15 SV 3.62.1 Apr-15 SV 3.62.2Jun-15 SV 3.7 Dec-15 SV 3.8 2015 2016 Jan-16 SV 3.80.1 Apr-16 SV 3.81 Aug-16 SV 3.82 SV 3.8x – Enhanced FSI pack: FIX, SWIFT, +more – Java Virtualization Proxy - multiple services on one endpoint – ONC/PRC – Multi response timing – VS resilience - learning during simulation – SV in HPE Automation Plugin for Jenkins – Global/local Simulation Rule – Preserve namespace prefixes – Prepare for Migration to G4 – Row Details Enhancements - hide empty, unwrap, filter out not present etc. – Security Defects: 13276, ... – Long Term Statistics
  • 31. Coming soon: Simplified HPE Service Virtualization Trial and Training Easy to download. Easy to evaluate. Easy to learn. • SV Designer distributed as simple to install .EXE • 90-day Instant-On license • New Quick Start overview • New Tutorials explaining step by step how to use the tool • All supported technologies with pre- packaged demos • Video tutorials and technical experts public channel • New available SV ART training delivered by HP SW Education 31 This is a rolling (up to 3 year) roadmap and is subject to change without notice

Editor's Notes

  1. IMPORTANT: ~70% of the end-to-end performance of a mobile app is a result of the network. As a result, without using Shunra, you will get ‘false positives’ resulting in significant risk of failure in production. This risk is both ‘Front End’ and ‘Back End’ and will impact ALL of your users. Mobile applications and the mobile network create unique performance challenges on several levels: First – The performance of a mobile device will dramatically vary depending on the quality of it’s network signal. In most cases, on a mobile network, the majority of transaction time will be consumed in the mobile network and will not be on the device or back end servers. Second – Mobile devices and mobile connections require more back end resources to support them. They open connections to servers and take much longer to complete transactions. The addition of a few mobile clients to an existing system can have a dramatic impact on the performance of the whole system, not just the mobile users. In order to minimize the risks associated with mobile performance, HP’s industry leading LoadRunner and Performance Center tools are able to record and execute mobile performance tests. Supporting both browser applications and native applications, customers are able to script and test their mobile applications. The network is a very real challenge, and ensuring that changing and realistic network conditions are incorporated in the testing process is where our partner Shunra enters the equation. With their integrated Shunra for HPE product, load tests can support dynamic and realistic network conditions to ensure that the performance test is accurate and reliable.