Automated Target Testing with TTCN-3: Experiences from WiMAX Call Processing Features

Size: px
Start display at page:

Download "Automated Target Testing with TTCN-3: Experiences from WiMAX Call Processing Features"

Transcription

1 Automated Target Testing with TTCN-3: Experiences from WiMAX Call Processing Features By Bhaskar Rao G Srinath Y Sridhar Y Jitesh M Motorola India Pvt Ltd, Hyderabad bhaskarraog@motorola.com 23 November 2009 T3UC

2 Agenda What is WiMAX WiMAX deployment and architecture ASNGW Decision Point feature architecture Test set-up for DP testing Motivation for TTCN-3 Automation framework Feature Testing Strategy Test system details Test Execution set-up Challenges faced Benefits Take-away Conclusions 23 November 2009 T3UC

3 WiMAX Standards based technology - IEEE e Superior Performance 75Mbps of throughput Scalable channel bandwidths to 20MHz Mobility of subscribers in the network coverage is supported for speeds ranging between 60kmph to 120 kmph Audio/Video streaming during mobility 23 November 2009 T3UC

4 WiMAX: Deployment AP AP ASN EP GW DP AAA DHCP AP Internet Access Service Network AP ASN GW DP EP ASNG W DP Connectivity Service Network EP HA AP AP CPE IP Connected AP CPE 23 November 2009 T3UC

5 WiMAX Reference Architecture 23 November 2009 T3UC

6 ASNGW: Decision Point Decision Point runs on ATCA chassis HA design Provides Authentication and Authorization for SS Mobility management for SS Connectivity management with Access Points, FA/Router and other neighboring ASNGWs Confirming to NWG standard 23 November 2009 T3UC

7 ASNGW Decision Point: Feature Architecture Mobility Management Authentication and Authorization Connectivity Management Other Boxes 23 November 2009 T3UC

8 WiMAX ASNGW Test Setup L2 Switch Proprietary Tool Simulated AAA Simulated ASNGW Router/FA Simulated AP[ 1..n] ASNGW The proprietary tool supports test scripts Simulates other NEs Simulated MSS Simulated Internet 23 November 2009 T3UC

9 Motivation for TTCN-3 Component testing and applicable beyond Standard language for test specification Rich Language features to meet testing needs of WiMAX features Tool support through Tau G2 Tester Good automation support and ready made framework Regression capabilities Automated testing without need for re-compilation Verdict handling Automated logging with failure reasons Command line execution, compilation and generation Dynamic logging 23 November 2009 T3UC

10 Automation framework Message specifications External C code SDs and UCDs Reused SA and PA Runtime Library conversion Test Cases Mousetrap tool Encoder/decoder TTCN-3 data types Dummy templates Port definitions C Compiler Test System TAU Tester Generated code TS Executable 23 November 2009 T3UC

11 Feature Testing Strategy TTCN-3 Base Framework REUSE Feasibility for a componet REUSE NWG November 2009 T3UC

12 Test system architecture TTCN-3 MTC and PTC (0..N) TCP/IP (IPC) Code Encoder Decoder Log Mechanism SUT Runtime Library Test System (TS) Hand code Auto code 23 November 2009 T3UC

13 Test Specification interaction SSAuthentication Sequence diagram1 {1/1} SSAuthentication AP SSAuthentication AAA : AP : ASNGW : AAA <<include>> AutheticationReq() ASNGW EAPTunneling ref EAPTunneling AccessReq() AccessChallenge() ref EAPTunneling AccessReq() EAPSuccess() AccessAccept() 23 November 2009 T3UC

14 Sample Test case type component MTCType { port RADIUS_INTERFACE_type mtcport_radius_interface; port ApAsngw_type mtc_ap_asngw_port ; timer T; } type component TSI { port RADIUS_INTERFACE_type tsiport_radius_interface ; port ApAsngw_type tsi_mtc_ap_asngw_port ; } testcase TC1 (integer configparams) runs on MTCType system TSI { //variables declaration // mapping of ports mtcport_.send(auth_mytemplate); alt { []mtcport_auth_.receive(eap_req_mytemplate) -> value eap_req_var { mtcport_auth_.send(eap_rsp_mytemplate_par(eap_req_var)) alt { November 2009 T3UC }

15 Test Execution set-up ASNGW (SUT) Target Database Proxy Internal communication Env Linux-box TTCN-3 Test System (AP, AAA) 23 November 2009 T3UC

16 Challenges faced SUT testing Health-check integration Integration of encryption algorithm Supporting various test configurations Communication aspects Integration with proprietary paradigm Issues pertaining to integration of shared memory Population of shared memory Issues pertaining to real-time nature of the application When full log is enabled, reboots Controlling of response timers 23 November 2009 T3UC

17 Benefits Standard language for testing Automation capabilities Reuse Results of one feature testing have helped the usage and extension to the other features. The test architecture and reuse of the test system across various features Ability of TTCN-3 to handle configuration, execution and tracing of test case execution Better cycle time, quality and productivity 23 November 2009 T3UC

18 Take-away Organizations which are not using TTCN3 Technology is good for any message based testing For API based testing, need to investigate synchronous communication Organizations which are using TTCN3 Development of common TTCN-3 framework Automation of test system components Research organizations and tool vendors Automation support may be provided by the vendors Automatic generation of encoders/decoders, templates, communication parts Thoughts on Domain specific common test framework 23 November 2009 T3UC

19 Conclusions TTCN-3 approach is flexible to adopt to various features and testing of components independently Automation of TTCN-3 test system components Reuse of Message specifications across SUT and TS Reuse of framework across test phases Good cycle time reduction to market, higher quality and greater productivity Challenges will be there to address Ex: Encryption algorithms etc 23 November 2009 T3UC

20 Q&A 23 November 2009 T3UC

Enhanced System Integration Test Automation Tool (E-SITAT) Author: Akshat Sharma

Enhanced System Integration Test Automation Tool (E-SITAT) Author: Akshat Sharma Enhanced System Integration Test Automation Tool (E-SITAT) Author: Akshat Sharma c o n t e n t s Enhanced System Integration Test Automation Tool (E-SITAT) 1. Overview... 3 2. Use of E-SITAT for Automation...

More information

dominique <dot> toupin <at> ericsson <dot> com GYORGY <dot> RETHY <at> ericsson <dot> com

dominique <dot> toupin <at> ericsson <dot> com GYORGY <dot> RETHY <at> ericsson <dot> com dominique toupin ericsson com GYORGY RETHY ericsson com About me Tool Manager at Ericsson, helping Ericsson sites to develop better software efficiently Telecommunication

More information

ETSI TR 102 976 V1.1.1 (2009-06) Technical Report. Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools

ETSI TR 102 976 V1.1.1 (2009-06) Technical Report. Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools TR 102 976 V1.1.1 (2009-06) Technical Report Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools 2 TR 102 976 V1.1.1 (2009-06) Reference DTR/MTS-00104-MobRefTestsTTCN

More information

Scenario Care Load Testing in. Ji Wu BeiHang University, China

Scenario Care Load Testing in. Ji Wu BeiHang University, China Scenario Care Load Testing in TTCN-3 Ji Wu BeiHang University, China Agenda Load testing in TTCN-3 Load profile model Load control Test System Framework Virtual user Implementation Reuse existing test

More information

Network Configuration Setup Guide. Air4G-W24 9.50

Network Configuration Setup Guide. Air4G-W24 9.50 For Air4G-W24 9.50 This document forms the release note relevant to the specific product release as stated above. It covers new features, performance and any limitations of the product known at the time

More information

Run-time test configurations for load testing

Run-time test configurations for load testing Run-time test configurations for load testing Gábor Ziegler, Ericsson Hungary Ltd. Contents Introduction What is TITANSim Motivation for TITANSim Functional description of the parts of TITANSim CLL, Application

More information

Integrating a Hitachi IP5000 Wireless IP Phone

Integrating a Hitachi IP5000 Wireless IP Phone November, 2007 Avaya Quick Edition Integrating a Hitachi IP5000 Wireless IP Phone This application note explains how to configure the Hitachi IP5000 wireless IP telephone to connect with Avaya Quick Edition

More information

Performance testing with TTCN-3

Performance testing with TTCN-3 Performance testing with TTCN-3 Gábor Ziegler and György Réthy Ericsson Test Competence Center Ericsson Hungary Ltd. Research & Development {gabor.ziegler,gyorgy.rethy}@ericsson.com Contents Background

More information

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case)

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case) 10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA by Sowmya Krishnan, Senior Software QA Engineer, Citrix Copyright: STeP-IN Forum and Quality Solutions for Information

More information

TTCN-3, Qtronic and SIP

TTCN-3, Qtronic and SIP TTCN-3, Qtronic and SIP 1 (8) TTCN-3, Qtronic and SIP The Model-Based Testing of a Protocol Stack a TTCN-3 Integrated Approach Technical Whitepaper EXECUTIVE SUMMARY TTCN-3 (Test and Test Control Notation

More information

Introduction to Automated Testing

Introduction to Automated Testing Introduction to Automated Testing What is Software testing? Examination of a software unit, several integrated software units or an entire software package by running it. execution based on test cases

More information

High-performance VoIP Traffic Optimizer Client Solution

High-performance VoIP Traffic Optimizer Client Solution AP-VTO200 VoIP Traffic Optimizer Client High-performance VoIP Traffic Optimizer Client Solution AddPac Technology 2014, Sales and Marketing www.addpac.com Contents Product Overview Benefits and Features

More information

Using a Generic Plug and Play Performance Monitor for SoC Verification

Using a Generic Plug and Play Performance Monitor for SoC Verification Using a Generic Plug and Play Performance Monitor for SoC Verification Dr. Ambar Sarkar Kaushal Modi Janak Patel Bhavin Patel Ajay Tiwari Accellera Systems Initiative 1 Agenda Introduction Challenges Why

More information

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Marshall, David ISBN-13: 9780849339318 Table of Contents BASIC CONCEPTS Introduction to Server Virtualization Overview

More information

My First TTCN-3 Project with TTworkbench

My First TTCN-3 Project with TTworkbench My First TTCN-3 Project with TTworkbench A first steps guide including instructions for download and installation, detailed description of functionalities, test case behavior, test case execution, and

More information

High-performance VoIP Traffic Optimizer Client Solution

High-performance VoIP Traffic Optimizer Client Solution GSM Gateway VoIP Traffic Optimizer Client High-performance VoIP Traffic Optimizer Client Solution AddPac Technology 2014, Sales and Marketing www.addpac.com Contents Product Overview Benefits and Features

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

JDSU Signaling Analyzer Solution for Femtocell Monitoring

JDSU Signaling Analyzer Solution for Femtocell Monitoring COMMUNICATIONS TEST & MEASUREMENT SOLUTIONS JDSU Signaling Analyzer Solution for Femtocell Monitoring Key Features Interpret, correlate and analyze protocol messages on both sides of the femtocell gateway

More information

Long Term Evolution - LTE. A short overview

Long Term Evolution - LTE. A short overview Long Term Evolution - LTE A short overview LTE Architecture 2 Conformance Test Suite Specification 3 GPP and ETSI product 3GPP TS 32.523-3 Evolved Universal Terrestrial Radio Access (E-UTRA) User Equipment

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes TRACE PERFORMANCE TESTING APPROACH Overview Approach Flow Attributes INTRODUCTION Software Testing Testing is not just finding out the defects. Testing is not just seeing the requirements are satisfied.

More information

Distributed Load Tests with TTCN-3

Distributed Load Tests with TTCN-3 Distributed Load Tests with TTCN-3 George Din 1, Sorin Tolea 1, Ina Schieferdecker 1,2 1 Fraunhofer FOKUS, MOTION Kaiserin-Augusta-Allee 31 10589 Berlin, Germany 2 Technical University Berlin, Faculty

More information

Introduction to TTCN-3

Introduction to TTCN-3 Introduction to TTCN-3 Colin Willcock Nokia Research Center 1 NOKIA TTCN-3 Intro.ppt/ 07.11.2002 /C. Willcock Overview Introduction TTCN Testing Background Future Testing Challenges The TTCN-3 Language

More information

An Efficient Formal Testing Approach for Web Service with TTCN-3

An Efficient Formal Testing Approach for Web Service with TTCN-3 An Efficient Formal Testing Approach for Web Service with TTCN-3 Pulei Xiong, Robert L. Probert, Bernard Stepien University of Ottawa (xiong bob bernard)@site.uottawa.ca Abstract: Web service is considered

More information

ETSI IPv6 Activities

ETSI IPv6 Activities ETSI IPv6 Activities Steve Randall PQM Consultants, UK Vice-Chair, ETSI TC-MTS 2 nd ITU-T Informal Workshop on Conformance and 1 Structure of this Presentation Overview of ETSI s IPv6 Testing Project ETSI

More information

The GO4IT IPv6 Test Tool and Associated services. Alain Vouffo FOKUS (Fraunhofer Institute for Open Communication Systems) vouffo@fokus.fraunhofer.

The GO4IT IPv6 Test Tool and Associated services. Alain Vouffo FOKUS (Fraunhofer Institute for Open Communication Systems) vouffo@fokus.fraunhofer. The GO4IT IPv6 Test Tool and Associated services Alain Vouffo FOKUS (Fraunhofer Institute for Open Communication Systems) vouffo@fokus.fraunhofer.de Roadmap Motivations Introduction The GO4IT IPv6 Test

More information

U.S. Navy Automated Software Testing

U.S. Navy Automated Software Testing U.S. Navy Automated Software Testing Application of Standards to the Automated Test and Re-Test (ATRT) Effort Object Management Group (OMG) Technical Meeting June 2007 Approved for public release; distribution

More information

Krishna Markande, Principal Architect Sridhar Murthy, Senior Architect. Unleashing the Potential of Cloud for Performance Testing

Krishna Markande, Principal Architect Sridhar Murthy, Senior Architect. Unleashing the Potential of Cloud for Performance Testing Krishna Markande, Principal Architect Sridhar Murthy, Senior Architect Unleashing the Potential of Cloud for Performance Testing 1 Agenda Software testing and Performance testing overview Leveraging cloud

More information

SCADA Questions and Answers

SCADA Questions and Answers SCADA Questions and Answers By Dr. Jay Park SCADA System Evaluation Questions Revision 4, October 1, 2007 Table of Contents SCADA System Evaluation Questions... 1 Revision 4, October 1, 2007... 1 Architecture...

More information

TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS

TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS TMT SOFTWARE REQUIREMENTS FOR LOW-LEVEL SUBSYSTEMS TMT.SFT.DRD.12.001.REL05 October 15, 2012 TMT.SFT.DRD.12.001.REL05 PAGE 2 OF 16 TABLE OF CONTENTS 1 INTRODUCTION 4 1.1 Purpose... 4 1.2 Scope... 4 1.3

More information

Get the best performance from your LTE Network with MOBIPASS

Get the best performance from your LTE Network with MOBIPASS Get the best performance from your LTE Network with MOBIPASS The most powerful, user friendly and scalable enodeb test tools family for Network Equipement Manufacturers and Mobile Network Operators Network

More information

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE VSPEX IMPLEMENTATION GUIDE SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE Silver Peak Abstract This Implementation Guide describes the deployment of Silver Peak

More information

SOA Testing As A Service Are services architectures compliant with service contracts?

SOA Testing As A Service Are services architectures compliant with service contracts? SOA Testing As A Service Are services architectures compliant with service contracts? Riccardo Fontanelli (Dedalus S.p.A.) riccardo.fontanelli@dedalus.eu - http://www.dedalus.eu/ Libero Maesano (Simple

More information

End to End WiMAX Network Solution

End to End WiMAX Network Solution End to End WiMAX Network Solution Vision & Strategy Target Markets & Application Be first-to-market in providing affordable, reliable, and easily accessible wireless broadband services in emerging and

More information

Cisco ROSA Video Service Manager (VSM) Version 05.03

Cisco ROSA Video Service Manager (VSM) Version 05.03 Data Sheet Cisco ROSA Video Service Manager (VSM) Version 05.03 The Cisco ROSA Video Service Management (VSM) system provides service providers with a complete, powerful solution for the management of

More information

Device Provisioning in Cable Environments

Device Provisioning in Cable Environments A white paper by Incognito Software March, 2009 2009 Incognito Software Inc. All rights reserved. Page 1 of 8 Introduction... 2 Auto-Provisioning and Pre-Provisioning... 2 Components Involved in Device

More information

MIMIC Simulator helps testing of Business Service Management Products

MIMIC Simulator helps testing of Business Service Management Products Technical white paper from FireScope and Gambit Communications MIMIC Simulator helps testing of Business Service Management Products By Ryan Counts, FireScope, Inc. & Pankaj Shah, Gambit Communications

More information

The application of TTCN-3 in M2M Testing

The application of TTCN-3 in M2M Testing The application of TTCN-3 in M2M Testing Xiaohong Huang, Ruiping Zhu, Weihai Li, Yan Ma TTCN-3 User Conference 2010 June 8-10 2009, Beijing, CHINA Outlines Introduction M2M Network Architecture TTCN-3

More information

For extra services running behind your router. What to do after IP change

For extra services running behind your router. What to do after IP change For extra services running behind your router. What to do after IP change This guide is for customers who meet the following conditions: - Customers who have moved from a TPG Layer 3 plan to a TPG Layer

More information

Computer Networks. A Top-Down Approach. Behrouz A. Forouzan. and. Firouz Mosharraf. \Connect Mc \ Learn. Hill

Computer Networks. A Top-Down Approach. Behrouz A. Forouzan. and. Firouz Mosharraf. \Connect Mc \ Learn. Hill Computer Networks A Top-Down Approach Behrouz A. Forouzan and Firouz Mosharraf \Connect Mc \ Learn Graw I Succeed* Hill Preface xvii Trademarks xxiii Chapter 1 Introduction 1 1.1 OVERVIEW OF THE INTERNET

More information

TESTING EXPERIENCE OF A1 - TELEKOM AUSTRIA

TESTING EXPERIENCE OF A1 - TELEKOM AUSTRIA ITU Forum on Conformance and Interoperability Testing in CIS and Europe Regions (Moscow, Russia, 9-11 November 2011 ) TESTING EXPERIENCE OF A1 - TELEKOM AUSTRIA Martin Brand (WP 4/11 Vice-chairman) Moscow,

More information

01 Current Telefónica I+D testing scenario. 02 Telefónica I+D architecture. 03 Telefónica I+D methodology

01 Current Telefónica I+D testing scenario. 02 Telefónica I+D architecture. 03 Telefónica I+D methodology Unified functional/load test architecture and methodology using TTCN-3 Date: June 1st, 2007 Index 01 Current Telefónica I+D testing scenario - Functional/load tests 02 Telefónica I+D architecture - Tests

More information

Secure Wireless Infrastructure

Secure Wireless Infrastructure Secure Wireless Infrastructure Greg Burns Invensys Process Systems Collaborating to Advance Control System Security Secure Wireless Infrastructure Wireless Technologies Applications Case Studies Concerns

More information

Internet Telephony PBX System. IPX-300 Series. Quick Installation Guide

Internet Telephony PBX System. IPX-300 Series. Quick Installation Guide Internet Telephony PBX System IPX-300 Series Quick Installation Guide Overview PLANET IPX-300/IPX-300W IP PBX telephony systems ( IP PBX in the following term) are designed and optimized for the small

More information

64CH/720p IP Camera Surveillance Solution

64CH/720p IP Camera Surveillance Solution 64CH/720p IP Camera Surveillance Solution Description Feature Requirements: 64ch/720p IP cameras live view 64ch/720p IP cameras recording data centralized archiving Simultaneous 16ch/720p video decoding

More information

Stateful Inspection Technology

Stateful Inspection Technology Stateful Inspection Technology Security Requirements TECH NOTE In order to provide robust security, a firewall must track and control the flow of communication passing through it. To reach control decisions

More information

SonicWALL Advantages Over WatchGuard

SonicWALL Advantages Over WatchGuard Competitive Analysis August 2001 WatchGuard SOHO - Product Overview WatchGuard Technologies extended its product offerings to the fast-growing broadband market through the acquisition of BeadleNet, LLC,

More information

NTP-PoCT: A conformance test tool for push-to-talk over cellular network

NTP-PoCT: A conformance test tool for push-to-talk over cellular network WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2008; 8:673 686 Published online 29 January 2007 in Wiley InterScience (www.interscience.wiley.com).496 NTP-PoCT: A conformance

More information

feature model-driven development Test-Driven Modeling for Model-Driven Development

feature model-driven development Test-Driven Modeling for Model-Driven Development feature model-driven development Test-Driven Modeling for Model-Driven Development Yuefeng Zhang, Motorola Extreme Programming is a code-centric, lightweight software development process. 1 3 One of XP

More information

TEST AUTOMATION FRAMEWORK

TEST AUTOMATION FRAMEWORK TEST AUTOMATION FRAMEWORK Twister Topics Quick introduction Use cases High Level Description Benefits Next steps Twister How to get Twister is an open source test automation framework. The code, user guide

More information

WiMAX PacketMAX Introducting

WiMAX PacketMAX Introducting WiMAX PacketMAX Introducting Aperto s PacketMAX System PacketMAX 200 & 300 Series: Consumer & Business CPE PacketMAX 5000: Modular Base Station PacketMAX 3000: Stackable Base Station PacketMAX Family of

More information

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks.

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. Copyright 2009 Meraki, Inc. All rights reserved. Trademarks Meraki

More information

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project penser the open SIP Server Bogdan-Andrei Iancu CE Voice System Co-Founder penser Project About penser verview penser is an open source, GPLed SIP server with High scalability (up to thousands of calls

More information

ABOUT AT&T GLOBAL CLEARINGHOUSE

ABOUT AT&T GLOBAL CLEARINGHOUSE ABOUT AT&T GLOBAL CLEARINGHOUSE Established in 1998, AT&T Global Clearinghouse (GCH) is the industry's first carrier-grade VoIP clearinghouse. The clearinghouse service enables ISPs to quickly establish

More information

View Point. Overcoming Challenges associated with SaaS Testing. Abstract. www.infosys.com. - Vijayanathan Naganathan, Sreesankar Sankarayya

View Point. Overcoming Challenges associated with SaaS Testing. Abstract. www.infosys.com. - Vijayanathan Naganathan, Sreesankar Sankarayya View Point Overcoming Challenges associated with SaaS - Vijayanathan Naganathan, Sreesankar Sankarayya Abstract In today s volatile economy, organizations can meet business demands of faster time to market

More information

Passguide 500-451 35q

Passguide 500-451 35q Passguide 500-451 35q Number: 500-451 Passing Score: 800 Time Limit: 120 min File Version: 18.5 Cisco 500-451 Cisco Unified Access Systems Engineer Exam 100% Valid in US, UK, Australia, India and Emirates.

More information

Load DynamiX Storage Performance Validation: Fundamental to your Change Management Process

Load DynamiX Storage Performance Validation: Fundamental to your Change Management Process Load DynamiX Storage Performance Validation: Fundamental to your Change Management Process By Claude Bouffard Director SSG-NOW Labs, Senior Analyst Deni Connor, Founding Analyst SSG-NOW February 2015 L

More information

Our story EION s WOrldWIdE headquarters IN OttAWA, canada EION leadership

Our story EION s WOrldWIdE headquarters IN OttAWA, canada EION leadership Corporate Profile EION Wireless Intelligence in the Air More Range. More Reach. More Subscribers. Our Story EION Wireless, a division of EION Inc. is a privately owned Canadian company headquartered in

More information

Synchronization with Microsoft Team Foundation Server 2010

Synchronization with Microsoft Team Foundation Server 2010 Synchronization with Microsoft Team Foundation Server 2010 How To Setup March 19, 2011 v. 2 INTRODUCTION 3 PREREQUISITES 3 INSTALLATION 3 DEPLOYMENT SCENARIOS 4 SINGLE SERVER SCENARIO 4 DISTRIBUTED SCENARIO

More information

The Way to SOA Concept, Architectural Components and Organization

The Way to SOA Concept, Architectural Components and Organization The Way to SOA Concept, Architectural Components and Organization Eric Scholz Director Product Management Software AG Seite 1 Goals of business and IT Business Goals Increase business agility Support new

More information

Considerations In Developing Firewall Selection Criteria. Adeptech Systems, Inc.

Considerations In Developing Firewall Selection Criteria. Adeptech Systems, Inc. Considerations In Developing Firewall Selection Criteria Adeptech Systems, Inc. Table of Contents Introduction... 1 Firewall s Function...1 Firewall Selection Considerations... 1 Firewall Types... 2 Packet

More information

Setting up of a Wireless Distribution System (WDS)

Setting up of a Wireless Distribution System (WDS) Setting up of a Wireless Distribution System (WDS) - a user s perspective Sudipto Das Co worker: Rajesh Roy Department of Computer Science & Engineering Jadavpur University Kolkata 32 {sudipto.das,rajesh.roy}@rediffmail.com

More information

Load Testing Strategy Review When Transitioning to Cloud

Load Testing Strategy Review When Transitioning to Cloud International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-3, Issue-9, February 2014 Load Testing Strategy Review When Transitioning to Cloud Tanvi Dharmarha,

More information

Security Testing & Load Testing for Online Document Management system

Security Testing & Load Testing for Online Document Management system 1 Security Testing & Load Testing for Online Document Management system Abstract The client is a leading provider of online technical documentation solutions in UK, they wanted to protect their documents

More information

MikroTik Invisible Tools. By : Haydar Fadel 2014

MikroTik Invisible Tools. By : Haydar Fadel 2014 MikroTik Invisible Tools By : Haydar Fadel 2014 E-mail Tool A tool that allows you to send e-mail from the router. It can be used, along with other tools, to send the network administrator regular configuration

More information

How To Authenticate With Ezproxy On A University Campus (For A Non Profit)

How To Authenticate With Ezproxy On A University Campus (For A Non Profit) EZproxy Hosted Frequently Asked Questions Q: What firewall ports would have to be opened to accommodate hosted EZproxy? A: It mostly depends on how you plan to authenticate. For example if you want to

More information

Automatic Test Data Generation for TTCN-3 using CTE

Automatic Test Data Generation for TTCN-3 using CTE Automatic Test Data Generation for TTCN-3 using CTE Zhen Ru Dai, Peter H. Deussen, Maik Busch, Laurette Pianta Lacmene, Titus Ngwangwen FraunhoferInstitute for Open Communication Systems (FOKUS) Kaiserin-Augusta-Allee

More information

Standard Glossary of Terms Used in Software Testing. Version 3.01

Standard Glossary of Terms Used in Software Testing. Version 3.01 Standard Glossary of Terms Used in Software Testing Version 3.01 Terms Used in the Expert Level Test Automation - Engineer Syllabus International Software Testing Qualifications Board Copyright International

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

Network Discovery Protocol LLDP and LLDP- MED

Network Discovery Protocol LLDP and LLDP- MED Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,

More information

Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS

Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS Android NEWS 2016 AUTOSAR Linux Windows 10 Reverse ging Target Communication Framework ARM CoreSight Requirements Analysis Nexus Timing Tools Intel Trace Hub GDB Unit Testing PIL Simulation Infineon MCDS

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure Page 1 of 7 Overview This 5-day instructor-led course provides you with the skills and knowledge needed to plan, design, and deploy a physical and logical Windows Server 2012 Active Directory Domain Services

More information

Network Discovery Protocol LLDP and LLDP- MED

Network Discovery Protocol LLDP and LLDP- MED Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,

More information

SoMA. Automated testing system of camera algorithms. Sofica Ltd

SoMA. Automated testing system of camera algorithms. Sofica Ltd SoMA Automated testing system of camera algorithms Sofica Ltd February 2012 2 Table of Contents Automated Testing for Camera Algorithms 3 Camera Algorithms 3 Automated Test 4 Testing 6 API Testing 6 Functional

More information

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Connect Executive Overview This white paper describes how Cisco VFrame Server Fabric ization Software works with IBM BladeCenter H to provide

More information

ETM System SIP Trunk Support Technical Discussion

ETM System SIP Trunk Support Technical Discussion ETM System SIP Trunk Support Technical Discussion Release 6.0 A product brief from SecureLogix Corporation Rev C SIP Trunk Support in the ETM System v6.0 Introduction Today s voice networks are rife with

More information

Industrial Network Security and Connectivity. Tunneling Process Data Securely Through Firewalls. A Solution To OPC - DCOM Connectivity

Industrial Network Security and Connectivity. Tunneling Process Data Securely Through Firewalls. A Solution To OPC - DCOM Connectivity Industrial Network Security and Connectivity Tunneling Process Data Securely Through Firewalls A Solution To OPC - DCOM Connectivity Manufacturing companies have invested billions of dollars in industrial

More information

GoToMyPC Corporate Advanced Firewall Support Features

GoToMyPC Corporate Advanced Firewall Support Features F A C T S H E E T GoToMyPC Corporate Advanced Firewall Support Features Citrix GoToMyPC Corporate features Citrix Online s advanced connectivity technology. We support all of the common firewall and proxy

More information

How To Set Up Wiremock In Anhtml.Com On A Testnet On A Linux Server On A Microsoft Powerbook 2.5 (Powerbook) On A Powerbook 1.5 On A Macbook 2 (Powerbooks)

How To Set Up Wiremock In Anhtml.Com On A Testnet On A Linux Server On A Microsoft Powerbook 2.5 (Powerbook) On A Powerbook 1.5 On A Macbook 2 (Powerbooks) The Journey of Testing with Stubs and Proxies in AWS Lucy Chang lucy_chang@intuit.com Abstract Intuit, a leader in small business and accountants software, is a strong AWS(Amazon Web Services) partner

More information

Parallels Mac Management v4.0

Parallels Mac Management v4.0 Parallels Mac Management v4.0 Deployment Guide July 18, 2015 Copyright 1999 2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved. All other marks and names mentioned herein may be trademarks

More information

00:00:40 00:01:00 00:01:20 00:01:40 00:02:00

00:00:40 00:01:00 00:01:20 00:01:40 00:02:00 2 1 2 1 ::4 :1: :1:2 :1:4 :2: - 3-4 - 2 2-6 1 1-7 ::4 :1: :1:2 :1:4 :2: - 8-9 2 2 3 3 - Performs Comprehensive Voice, VoIP, and PSTN Testing Simulate VoIP, TDM and Analog End-Devices Perform Protocol Functionality

More information

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data White Paper Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data What You Will Learn Financial market technology is advancing at a rapid pace. The integration of

More information

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks Min-Kim, Jong-min Kim, Hwa-sung Kim Dept. of Electronics and Communications Engineering Kwangwoon University

More information

Automating Security Testing. Mark Fallon Senior Release Manager Oracle

Automating Security Testing. Mark Fallon Senior Release Manager Oracle Automating Security Testing Mark Fallon Senior Release Manager Oracle Some Ground Rules There are no silver bullets You can not test security into a product Testing however, can help discover a large percentage

More information

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

Section A Notes to the Application

Section A Notes to the Application Explanatory Note 1 (Hosting OG/BSS - For Normal Trading) Section A Notes to the Application a. Hosting OG Server Hardware Configuration and Software Package : Hosting OG will support both standard and

More information

Master Subagent Based Architecture to Monitor and Manage Nodes in Mobile Ad-hoc Networks

Master Subagent Based Architecture to Monitor and Manage Nodes in Mobile Ad-hoc Networks Vishalakshi Prabhu H / International Journal of Engineering Research and Applications (IJERA) Master Subagent Based Architecture to Monitor and Manage Nodes in Mobile Ad-hoc Networks Vishalakshi Prabhu

More information

Huawei Network Edge Security Solution

Huawei Network Edge Security Solution Huawei Network Edge Security Huawei Network Edge Security Solution Enterprise Campus Network HUAWEI TECHNOLOGIES CO., LTD. Huawei Network Edge Security Solution Huawei Network Edge Security 1 Overview

More information

CTERA Portal Datacenter Edition

CTERA Portal Datacenter Edition User Guide CTERA Portal Datacenter Edition September 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means

More information

Fortinet Network Security NSE4 test questions and answers:http://www.it-tests.com/NSE4.html

Fortinet Network Security NSE4 test questions and answers:http://www.it-tests.com/NSE4.html IT-TESTs.com IT Certification Guaranteed, The Easy Way! \ http://www.it-tests.com We offer free update service for one year Exam : NSE4 Title : Fortinet Network Security Expert 4 Written Exam (400) Vendor

More information

FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW

FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW I/A Series SOFTWARE Product Specifications Logo I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 The I/A Series Intelligent SCADA Platform takes the traditional SCADA Master Station to a new

More information

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)...

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)... CONTENTS Enterprise Solution for Remote Desktop Services... 2 System Administration... 3 Server Management... 4 Server Management (Continued)... 5 Application Management... 6 Application Management (Continued)...

More information

Cisco EXAM - 500-451. Enterprise Network Unified Access Essentials. Buy Full Product. http://www.examskey.com/500-451.html

Cisco EXAM - 500-451. Enterprise Network Unified Access Essentials. Buy Full Product. http://www.examskey.com/500-451.html Cisco EXAM - 500-451 Enterprise Network Unified Access Essentials Buy Full Product http://www.examskey.com/500-451.html Examskey Cisco 500-451 exam demo product is here for you to test the quality of the

More information

Why Add Data Masking to Your IBM DB2 Application Environment

Why Add Data Masking to Your IBM DB2 Application Environment Why Add Data Masking to Your IBM DB2 Application Environment dataguise inc. 2010. All rights reserved. Dataguise, Inc. 2201 Walnut Ave., #260 Fremont, CA 94538 (510) 824-1036 www.dataguise.com dataguise

More information

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote. Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.

More information

A Model-based Methodology for Developing Secure VoIP Systems

A Model-based Methodology for Developing Secure VoIP Systems A Model-based Methodology for Developing Secure VoIP Systems Juan C Pelaez, Ph. D. November 24, 200 VoIP overview What is VoIP? Why use VoIP? Strong effect on global communications VoIP will replace PSTN

More information

ARM Ltd 110 Fulbourn Road, Cambridge, CB1 9NJ, UK. *peter.harrod@arm.com

ARM Ltd 110 Fulbourn Road, Cambridge, CB1 9NJ, UK. *peter.harrod@arm.com Serial Wire Debug and the CoreSight TM Debug and Trace Architecture Eddie Ashfield, Ian Field, Peter Harrod *, Sean Houlihane, William Orme and Sheldon Woodhouse ARM Ltd 110 Fulbourn Road, Cambridge, CB1

More information

Policy Management: The Avenda Approach To An Essential Network Service

Policy Management: The Avenda Approach To An Essential Network Service End-to-End Trust and Identity Platform White Paper Policy Management: The Avenda Approach To An Essential Network Service http://www.avendasys.com email: info@avendasys.com email: sales@avendasys.com Avenda

More information

Industrial Network Security for SCADA, Automation, Process Control and PLC Systems. Contents. 1 An Introduction to Industrial Network Security 1

Industrial Network Security for SCADA, Automation, Process Control and PLC Systems. Contents. 1 An Introduction to Industrial Network Security 1 Industrial Network Security for SCADA, Automation, Process Control and PLC Systems Contents 1 An Introduction to Industrial Network Security 1 1.1 Course overview 1 1.2 The evolution of networking 1 1.3

More information