Integration Test Plan. Angry Face Studios

Size: px
Start display at page:

Download "Integration Test Plan. Angry Face Studios"

Transcription

1 Integration Test Plan Angry Face Studios April 9, 2008

2 Contents 1 Revision History 3 2 Introduction Scope Purpose Overview References Definitions Test Approach and Constraints Test Objectives Test Structure Test Organization Test Assumptions and Exclusions Assumptions Exceptions Testing Process 8 6 Test Cases Mobile Agent Test Cases Mobile agent joins a session Mobile agent looses connection with server Mobile agent disconnects from the server Mobile agent changes location Mobile Agent obtains an item in the game world Mobile agent receives a protocol message PC Operator Test Cases PC operator joins a session PC operator exits a session PC operator messages agents PC operator displays mobile agent location PC operator deploys item to game world Central Server Test Cases The server changes the game state End of game conditions are met Lost protocol message recovery /12

3 Chapter 1 Revision History Date Reason for Changes Version 9 April Fixed minor grammatical errors. Added additional test cases and modified their organization. Expanded glossary. 12 Feb Initial Version /12

4 Chapter 2 Introduction 2.1 Scope This document provides the plan for integration and subsequent testing of Inversion s major components. These components include the Server, Mobile Agents, and PC Operators. The document covers design details specific to Inversion, and therefore requires a greater understanding of the internal components of the project. As such, this document is intended for those responsible with Inversion s implementation. 2.2 Purpose As Inversion requires all these components to interface with each other in order for even the most basic features, it is imperative that the tests listed in the document are passed. Due to the project s iterative development cycle, all implemented components should be validated before moving onto further development. All tests must pass before moving onto acceptance testing, as set forth in the Acceptance Test Plan. 2.3 Overview Inversion is a pervasive multiplayer game intended to bridge the gap between alternate and true realities. Users can choose one of two interfaces (mobile device or computer) which will present different modes of play. The first interface is the Mobile Agent which is based on the player s physical location for different gameplay scenarios. The second, the PC Operator, is responsible for providing these Mobile Agents information regarding their surroundings. The communication between the two mediums is a substantial part of the core gameplay mechanics and is held together by a central server. This server is responsible for both the gameplay logic and communication between the two platforms. 2.4 References Requirements Document Design Document Acceptance Test Plan 2.5 Definitions Agent - The Agent is an Inversion player using a Mobile Device. The Agent plays the game by moving throughout the real world. The Agent s Mobile Device provides a representation of the game as it is played. GPS - Global Positioning System, GPS, is a system that provides physical location data (Latitude and Longitude) through the use of a hardware receiver. The hardware receiver is responsible for tracking the 4/12

5 Definitions Chapter 2. Introduction satellites that are part of the system. Inversion relies on GPS to provide accurate (less than 15 feet of error) location data. Operator - Operator is the term given to a user playing Inversion using the PC client. Although interaction varies by game-type, the Operator will always act as support for Inversion Agents. The purpose of an operator is generally: provide equipment at waypoints give directions Private Message - A message between one Agent and one Operator Protocol Message - A compact set of bits used to indicate changes in the UI tree. Follows the Protocol Patter. Prototype Pattern - A design pattern in which objects are created and can then be used as prototypes for the creation of other objects. Region - Regions are user defined areas in real space. The purpose of a region can vary by game type; however, the majority of regions act as: waypoint base goal area Server - responsible for game state, game logic, and communication UI Tree - The data structure used to contain all information pertinent to a specific mobile user. Since mobile clients should be thin clients, the server relays only information necessary to describe the state of the world to the end user. 5/12

6 Chapter 3 Test Approach and Constraints 3.1 Test Objectives The objectives of these tests is to meet the requirements of the design document. 3.2 Test Structure The tests listed in this document have the following format: A prerequisite for the test. An event that causes a change in the state of the game. The results of the action. 3.3 Test Organization Tests have been organized into sections relating to the project s three main components. While all attempts have be made to categorize tests appropriately, some tests incorporate multiple components. Tests that include multiple components have been placed into the section upon which the test is most dependent. 6/12

7 Chapter 4 Test Assumptions and Exclusions 4.1 Assumptions The Integration Test Plan is intended to test the following: Inter-functionality of components Stability and reliability across components 4.2 Exceptions The Integration Test Plan is not intended to test the following: Internal sub-systems of individual components Non-functional requirements, as listed in the Software Requirements Specification System scalability External products 7/12

8 Chapter 5 Testing Process Integration testing will be a continual process throughout the iterative life cycle of Inversion. Formal integration tests should be run on implemented systems before any milestone can be considered complete. All integration tests must pass before acceptance testing begins. 8/12

9 Chapter 6 Test Cases 6.1 Mobile Agent Test Cases Mobile agent joins a session A server has been created and an Agent has the mobile application running. The user enters the IP address or other identifier for the server. The mobile initiates a TCP/IP connection with the server. The server receives the connection and notifies the connecting mobile device. A user with the appropriate ID is created on the server. A session between the mobile client and the server is also created. The mobile app begins sending location coordinates to the server. The mobile app also receives the current UI tree Mobile agent looses connection with server A game is in play. The session between the server and a mobile device fails. The server retains information regarding the mobile Agent and predicts movement. The mobile device will try to reconnect when suitable(asap 1 ). If a reconnection is established, the agent s UI tree is updated and the server corrects the lost player s location. If the connection is not re-established within a specified time limit, the user is dropped from the game and the respective operator is notified Mobile agent disconnects from the server A game is in play. The user follows the steps dictated to exit the game. A disconnect signal is sent to the central server. The agent is removed from the server (special condition when no agents are left). If there is only one teams left, end of game condition is triggered. 1 As soon as possible 9/12

10 PC Operator Test Cases Chapter 6. Test Cases Mobile agent changes location A game is in play. If the mobile application detects a GPS update, the application passes the new information to the server. Server queues the agent location for the next game frame update (this is to ensure predictive game state) Mobile Agent obtains an item in the game world A game is in play and an item has been deployed in the game world. An agent enters the region that the item exists. The server notifies the user that there is an item there that they can pick up. The user can either accept or decline the transfer. If the user declines, he/she will not be notified until the user re-enters the region. If the agent accepts the item, the server removes it from the region and places it in the user s inventory. The new game state is sent to mobile clients and PC clients Mobile agent receives a protocol message A game is in play. The agent receives modifications to the UI tree from the server based on the game state changes to a previous game frame. Agent displays information from the UI tree appropriate to the new information. 6.2 PC Operator Test Cases PC operator joins a session A server has been created and has internet connectivity. A PC version of the game has been launched on a machine meeting system requirements. The user enters the IP address or some other identifier for the server. The PC initiates a TCP/IP connection with the server. The server receives the connection and notifies the connecting client. A user with the appropriate ID is created on the server. A session between the PC client and the server is also created. The PC application begins displaying the operator s view of the game state. 10/12

11 Central Server Test Cases Chapter 6. Test Cases PC operator exits a session The operator is currently playing a game in session. The operator opens up the main menu (typically down by pressing the Esc key). The operator is prompted to confirm that he/she would like to exist the game. The operator confirms the exit. Protocol messages are sent to all agents under the operator with text stating that the operator is leaving. If the operator is the only operator on the team, all agents are sent a disconnect signal (the message mentioned will warn of disconnection). If the operator is the only operator and there are only two teams, the end of game is triggered with the opposing team as winner PC operator messages agents A game is in play. An operator sends the message to one or more agents. The server receives the messages and creates a protocol message to be sent to the intended agent(s). The intended agents receive the operator s message as a protocol message PC operator displays mobile agent location An agent has updated their location on the server. The server passes the updated agent location to all operators as appropriate for game type. The agent s location is updated in the operator s simulation PC operator deploys item to game world A game is in play that supports items (not all game types use items). The operator has an item to deploy. The operator selects a region and deploys the item through the user interface. A message is passed to the server to handle the transfer. The server removes the item from operator s inventory and adds it to the region s inventory. The server then notifies mobile clients and PC clients. 6.3 Central Server Test Cases The server changes the game state A game is in play. The server has a queue of changes to the game state. The frame is incremented and changes in the server s queue are applied to the game state. The server modifies the game state of PC operators and sends a collection of changes to be made on mobile agent interfaces. 11/12

12 Central Server Test Cases Chapter 6. Test Cases End of game conditions are met A game is in play. The frame has just been incremented and modifications applied. The server evaluates the gameplay s end of game criteria before notifying PC operators and mobile agents of changes. If the end of game criteria has been met, the server notifies PC operators and mobile agents that the game has ended (while noting which team won). Upon receiving notification that the game is over, all clients should disconnect from the server. The server forcibly closes all connections 30 seconds after notifying clients the game is over Lost protocol message recovery A game is in play. A protocol message has been sent from the server to the mobile agent. Either the entire message or part of it is unable to be delivered to the client due to a lost connection. The server waits for the client to reestablish a connection. If the client connects before the timeout, the entire message is sent again. If the client is dropped due to a timeout, the message is discarded and the sender is notified. 12/12

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack dctrack Quick Setup Guide This Quick Setup Guide explains how to install and configure dctrack. For additional information on any aspect of dctrack, see the accompanying dctrack Help in other its online

More information

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 Administration GUIDE OnePass Agent for Exchange Mailbox Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 User Guide - One Pass Agent for Exchange Mailbox Table of Contents Overview Introduction

More information

Hitless Failover and Hitless Upgrade User Guide

Hitless Failover and Hitless Upgrade User Guide Hitless Failover and Hitless Upgrade User Guide This guide describes hitless failover and hitless upgrade, including: Causes and Behaviors of MSM Failover on page 1 Summary of Supported Features on page

More information

Homework 1. Hadachi&Lind October 25, Deadline for doing homework is 3 weeks starting from now due date is:

Homework 1. Hadachi&Lind October 25, Deadline for doing homework is 3 weeks starting from now due date is: Homework 1 Hadachi&Lind October 25, 2017 Must Read: 1. Deadline for doing homework is 3 weeks starting from now 2017.10.25 due date is: 2017.11.15 5:59:59 EET 2. For any delay in submitting the homework

More information

User Guide. 3CX Audio Scheduler. Version

User Guide. 3CX Audio Scheduler. Version User Guide 3CX Audio Scheduler Version 15.5.21 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

VMware Horizon Session Recording Fling:

VMware Horizon Session Recording Fling: VMware Horizon Session Recording Fling: The VMware Horizon Session Recording fling allows administrators to record VMware Blast Extreme sessions to a central server for playback. These recordings can be

More information

Product Specification. Design Team C, COMP 410 Spring 2016

Product Specification. Design Team C, COMP 410 Spring 2016 Product Specification Design Team C, COMP 410 Spring 2016 1. Introduction 1.1. Purpose This document defines the high level specifications and architecture of our system as well as the interactions between

More information

The IDN Variant TLD Program: Updated Program Plan 23 August 2012

The IDN Variant TLD Program: Updated Program Plan 23 August 2012 The IDN Variant TLD Program: Updated Program Plan 23 August 2012 Table of Contents Project Background... 2 The IDN Variant TLD Program... 2 Revised Program Plan, Projects and Timeline:... 3 Communication

More information

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017 ORAC Match User Manual for Support Workers V1.0 Updated 13/11/2017 1 Contents: The Login Screen: ORAC can be accessed through any web browser, smartphone or tablet via the following link; https://app.orac.support

More information

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017 ORAC Match User Manual for Support Workers V1.0 Updated 13/11/2017 1 Contents: The Login Screen: ORAC can be accessed through any web browser, smartphone or tablet via the following link; https://app.orac.support

More information

Cisco QuickStart Implementation Service for Tetration Analytics Medium

Cisco QuickStart Implementation Service for Tetration Analytics Medium Page 1 of 9 Service Description: Advanced Services Fixed Price Cisco QuickStart Implementation Service for Tetration Analytics Medium (ASF-DCV1-TA-QS-M) This document describes Advanced Services Fixed

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

LiveBox Manual IOS APPLICATION V (465)

LiveBox Manual IOS APPLICATION V (465) 2015 LiveBox Manual IOS APPLICATION V. 3.0.3 (465) http://www.liveboxcloud.com LiveBox Srl does not release declarations or guarantees about this documentation and its use and decline any expressed or

More information

Zultys Mobile Communicator for iphone

Zultys Mobile Communicator for iphone October 11 Zultys Mobile Communicator for iphone Author: Zultys Technical Support Department This document covers basic use of your Zultys Mobile Communicator for iphone application. The Zultys Mobile

More information

Technical Publications

Technical Publications Technical Publications Direction 2027332-481 Revision 2 Mac-Lab/CardioLab 6.8 Copyright ª 2009 by General Electric Co. Do not duplicate GE Healthcare REVISION HISTORY REV DATE REASON FOR CHANGE 1 April

More information

Zultys Mobile Communicator for iphone 8.0

Zultys Mobile Communicator for iphone 8.0 July 18 Zultys Mobile Communicator for iphone 8.0 Author: Zultys Technical Support Department This document covers basic use of the Zultys Mobile Communicator for iphone application. The Zultys Mobile

More information

3CX Mobile Device Manager

3CX Mobile Device Manager 3CX Mobile Device Manager Manual 1 Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used in examples

More information

Release 28 - Alpha Tracker Release Notes

Release 28 - Alpha Tracker Release Notes Release 28 - Alpha Tracker Release Notes New Features / Changes (from SVN2841 to SVN3056) 1. With the introduction of GDPR, there are some important new features now available in Alpha Tracker. There is

More information

Entitlement Management Implementation Guide

Entitlement Management Implementation Guide Entitlement Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 16, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

Software Delivery Solution 6.1 SP1 HF2 for Windows Release Notes

Software Delivery Solution 6.1 SP1 HF2 for Windows Release Notes Software Delivery Solution 6.1 SP1 HF2 for Windows Release Notes February 17, 2006 NOTICE The content in this document represents the current view of Altiris as of the date of publication. Because Altiris

More information

Zultys Mobile Communicator for iphone 4.0

Zultys Mobile Communicator for iphone 4.0 December 14 Zultys Mobile Communicator for iphone 4.0 Author: Zultys Technical Support Department This document covers basic use of the Zultys Mobile Communicator for iphone application. The Zultys Mobile

More information

Alliance Enhancements

Alliance Enhancements Password Management Page 1 Gateway Session Changes Page 2 Scheduled Personal Property Enhancement Page 4 Appropriate Agency Licenses Page 5 Password Management Countrywide Effective April 13, 2015, when

More information

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle.

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle. iphone USERS GUIDE 3/26/14 New Account Creation After having CarLink installed, follow the steps below to begin using your system. If you have already created an account on the Web app you will need to

More information

Panopto 5.4 Release Notes

Panopto 5.4 Release Notes Panopto 5.4 Release Notes Headline features Extended HTML5 support to include webcasts. Webcasts will now play using HTML5 video by default, in both the interactive viewer and the embed viewer. Added the

More information

Integrate Routing and Remote Access Service (RRAS) EventTracker v8.x and above

Integrate Routing and Remote Access Service (RRAS) EventTracker v8.x and above Integrate Routing and Remote Access Service (RRAS) EventTracker v8.x and above Publication Date: April 18, 2017 Abstract This guide provides instructions to configure Routing and Remote Access Service

More information

VMware Horizon Migration Tool User Guide

VMware Horizon Migration Tool User Guide VMware Horizon Migration Tool User Guide Version 3.0.0 August 2017 VMware End User Computing 1/31 @2017 VMware, Inc. All rights reserved. @2017 VMware, Inc. All rights reserved. This product is protected

More information

XRM. Marketing Add-On for MailChimp

XRM. Marketing Add-On for MailChimp Microsoft Dynamics CRM Dynamics 365 XRM.EmailMarketing Add-On for MailChimp User Manual Contents Solution Introduction... 3 Navigating to XRM.EmailMarketingFree Solution... 3 Contacts, Leads, Accounts,

More information

UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6. April

UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6. April UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6 April 2015 www.incontact.com UPTIVITY DISCOVER ON-DEMAND USER GUIDE, V5.6 Version: 5.6 Revision: April 2015 About incontact: incontact (NASDAQ: SAAS) is the

More information

Android U S E R M A N U A L

Android U S E R M A N U A L Android USER MANUAL TABLE OF CONTENTS 1. SYSTEM REQUIREMENTS...1 2. GETTING STARTED...1 3. USING THE ACCESSIBILITY MODES...1 3.1. Using Hands-free Mode... 1 3.1.1 Performing Swipe Action... 2 3.1.2 Performing

More information

LAPLINK CONTROLLER FOR PALM. Installation, Configuration, User Guide

LAPLINK CONTROLLER FOR PALM. Installation, Configuration, User Guide LAPLINK CONTROLLER FOR PALM Installation, Configuration, User Guide DISCLAIMER Laplink makes no representation or warranties with respect to the content or use of this manual, and specifically disclaims

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

Application Account Setup & Maintenance Initial Account Setup Account Maintenance

Application Account Setup & Maintenance Initial Account Setup Account Maintenance Application Account Setup & Maintenance Initial Account Setup Account Maintenance The Skyward Mobile Access application is available for free download onto ios, Android, and Windows devices from their

More information

Backup App v7. Quick Start Guide for Windows

Backup App v7. Quick Start Guide for Windows Backup App v7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restore Data; Combined Technical

More information

3 System Use Case Model: Use Case Specifications

3 System Use Case Model: Use Case Specifications 3 System Use Case Model: Use Case Specifications 3.1 Copyright /******************************************************************************* * Copyright (c) 2007 IBM Corporation * All rights reserved.

More information

MySabre GX Basic Installation

MySabre GX Basic Installation MySabre GX Basic Installation Quick Reference BEFORE YOU START This document describes a basic installation of MySabre GX for users who: Can download files directly from the Internet. Have sufficient network

More information

Oracle Real-Time Scheduler

Oracle Real-Time Scheduler Oracle Real-Time Scheduler Mobile Application User s Guide (HTML5-based) Release 2.2.0.3 E64164-01 May 2015 (HTML5-based), Release 2.2.0.3 Copyright 2000, 2015 Oracle and/or its affiliates. All rights

More information

Technician s guide to instant support

Technician s guide to instant support Technician s guide to instant support November 2017 Contents 1 Introduction... 3 1.1 Requirements... 3 2 Starting a session... 3 2.1 Signing in to VNC Viewer... 3 2.2 Generating and entering a session

More information

Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows

Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Standard Development Timeline

Standard Development Timeline Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Description of Current Draft

More information

Technical Publications

Technical Publications Technical Publications Direction 2014451-386 Revision 4 Mac-Lab/CardioLab 6.0, 6.1, and 6.5 Copyright 2005 by General Electric Co. Do not duplicate g GE Healthcare REVISION HISTORY REV DATE REASON FOR

More information

Team Autono-Mo Jacobia

Team Autono-Mo Jacobia Department of Computer Science and Engineering The University of Texas at Arlington Team Autono-Mo Jacobia System Test Plan Team Members: Bill Butts Darius Salemizadeh Lance Storey Yunesh Shakya Last Updated:

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

Last modified on Author Reason 3/4/2019 CHRS Recruiting Training Team Initial publication

Last modified on Author Reason 3/4/2019 CHRS Recruiting Training Team Initial publication Revision history Last modified on Author Reason 3/4/2019 CHRS Recruiting Training Team Initial publication Introduction This guide shows you how create and book events by using the CHRS Recruiting system

More information

DEDICATED SERVER SOFTWARE DOCUMENTATION

DEDICATED SERVER SOFTWARE DOCUMENTATION DEDICATED SERVER SOFTWARE DOCUMENTATION Release 7.0.5.0 October 31th, 2016 Copyright 2016 GIANTS Software GmbH, All Rights Reserved. 1/10 RENT A DEDICATED SERVER Alternatively pre-installed servers can

More information

3CX Phone System User Guide

3CX Phone System User Guide 3CX Phone System User Guide 31 Gloster Court, Dartmouth, NS B3B 1X9 Canada Toll free: 1-800-675-4025 Tel: 902-468-2252 Fax: 902-468-2557 cabcosales@cabco.ca 1 cabco.ca Contents Page Quick Start Guide 3

More information

Omni-Channel for Administrators

Omni-Channel for Administrators Omni-Channel for Administrators Salesforce, Summer 18 @salesforcedocs Last updated: August 16, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

KASPERSKY LAB. Kaspersky Administration Kit version 6.0. Reference Book

KASPERSKY LAB. Kaspersky Administration Kit version 6.0. Reference Book KASPERSKY LAB Kaspersky Administration Kit version 6.0 Reference Book KASPERSKY ADMINISTRATION KIT VERSION 6.0 Reference Book Kaspersky Lab Ltd. Visit our website: http://www.kaspersky.com/ Revision date:

More information

Table of Contents 1 MSTP Configuration 1-1

Table of Contents 1 MSTP Configuration 1-1 Table of Contents 1 MSTP Configuration 1-1 Overview 1-1 Introduction to STP 1-1 Why STP 1-1 Protocol Packets of STP 1-1 Basic Concepts in STP 1-2 How STP works 1-3 Introduction to RSTP 1-9 Introduction

More information

The following device commands are used most frequently: Lock/Unlock device O - O O. Reset screen password O - O - Factory reset + Initialize SD Card

The following device commands are used most frequently: Lock/Unlock device O - O O. Reset screen password O - O - Factory reset + Initialize SD Card 10 Device management Administrators can install apps on an activated device using device commands and check the profiles settings. Moreover, they can update, delete, or re-install apps installed on users'

More information

Supporting ios Devices

Supporting ios Devices Supporting ios Devices 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

DevOps Using VSTS and Azure

DevOps Using VSTS and Azure DevOps Using VSTS and Azure ALMDO; 5 Days, Instructor-led Course Description The combination of Visual Studio Team Services (VSTS) and Microsoft Azure provides a powerful and fully featured solution to

More information

Enhanced Order Monitor

Enhanced Order Monitor Jitendra Buge 16 th April, 2015 Support Technical Exchange session on Enhanced Order Monitor Document number Agenda Enhanced Order Monitor Overview Time Triggered Transaction Monitors Enhanced Order Monitor

More information

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet)

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet) Table of Contents 0 Genoa User Guide Storage (Extranet) 4.2.6 4.2.6 Bridge User Guide Storage (Extranet) Table of Contents 0 Table of Contents TABLE OF CONTENTS... ACCESSING THE STORAGE DECLARATION MODULE...

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : SAA-C01 Title : AWS Certified Solutions Architect - Associate (Released February 2018)

More information

HP LeftHand P4000 Windows Solution Pack Release Notes

HP LeftHand P4000 Windows Solution Pack Release Notes HP LeftHand P4000 Windows Solution Pack Release Notes Part number: AT004-96008 edition: April 2009 Contents 1 HP LeftHand P4000 Windows Solution Pack Release Notes... 4 Version... 4 Description... 4 Who

More information

AIMMS. The Network License Server AIMMS AIMMS 4

AIMMS. The Network License Server AIMMS AIMMS 4 AIMMS The Network License Server AIMMS AIMMS 4 January 11, 2018 Contents Contents ii 1 The Aimms Network License Server 1 1.1 Software requirements........................ 1 1.2 Installing and deploying

More information

Supporting Apple ios Devices

Supporting Apple ios Devices Supporting Apple ios Devices 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

ANWB Connect Using the Web Portal Contents

ANWB Connect Using the Web Portal Contents ANWB Connect Using the Web Portal Contents Login... 2 Forgot Username... 2 Forgot Password... 3 Account Settings... 5 User Settings... 5 Edit or Delete Account Email Address... 9 Change Username... 10

More information

Basic Concepts of System Testing - A Beginners Guide.

Basic Concepts of System Testing - A Beginners Guide. Basic Concepts of System Testing - A Beginners Guide https://www.softwaretestingclass.com/basic-concepts-ofsystem-testing-a-beginners-guide/ 2 Overview We all agree to the fact that any system that we

More information

Task Routing. Task Routing

Task Routing. Task Routing , page 1 API Request Flows, page 10 Failover and Failure Recovery, page 18 Setup, page 21 Sample Code for, page 30 Reporting, page 31 describes the system's ability to route requests from different media

More information

CS342: Software Design. Oct 9, 2017

CS342: Software Design. Oct 9, 2017 CS342: Software Design Oct 9, 2017 Outline Facade pattern Observer pattern Homework 1 classes Human player replaces a card 1. Main UserPlayer 2. Main ->CardPile 3. CardPile -> Card -> Main 4. Main

More information

isolve page launches with a Single-Sign-On, so you don't need to enter a separate password

isolve page launches with a Single-Sign-On, so you don't need to enter a separate password USER MANUAL Introduction Welcome to Celebrating You!!!! Celebrating You allows you to recognize your people in a simple way using Recognition portal. The user interfaces on the portal have been designed

More information

Administering Cloud Pod Architecture in Horizon 7. Modified on 26 JUL 2017 VMware Horizon 7 7.2

Administering Cloud Pod Architecture in Horizon 7. Modified on 26 JUL 2017 VMware Horizon 7 7.2 Administering Cloud Pod Architecture in Horizon 7 Modified on 26 JUL 2017 VMware Horizon 7 7.2 Administering Cloud Pod Architecture in Horizon 7 You can find the most up-to-date technical documentation

More information

Table of Contents. HostedVoIP_End_User_Portal_0816rev4.doc Page 2 of 81

Table of Contents. HostedVoIP_End_User_Portal_0816rev4.doc Page 2 of 81 . CenturyLink Hosted VoIP End User Portal User Guide Table of Contents Portal Navigation... 4 Home Page Navigation... 4 Call Logs... 6 Exporting Call Logs... 7 Call Settings... 8 Call Waiting... 9 Auto

More information

AdVenture Capitalist Post-Mortem

AdVenture Capitalist Post-Mortem AdVenture Capitalist Post-Mortem (and please install AdVenture Capitalist) Back-end building blocks for your live game. Storage, compute, commerce, analytics and much, much more. Mission control for your

More information

Uptivity WFO On- Demand User Guide, v5.7

Uptivity WFO On- Demand User Guide, v5.7 Uptivity WFO On- Demand User Guide, v5.7 www.incontact.com Uptivity WFO On-Demand User Guide, v5.7 Version 5.7 Revision September 2015 About incontact incontact (NASDAQ: SAAS) is the cloud contact center

More information

TechDirect User's Guide for ProDeploy Client Suite

TechDirect User's Guide for ProDeploy Client Suite TechDirect User's Guide for ProDeploy Client Suite Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Pervasive PSQL Vx Server Licensing

Pervasive PSQL Vx Server Licensing Pervasive PSQL Vx Server Licensing Overview The Pervasive PSQL Vx Server edition is designed for highly virtualized environments with support for enterprise hypervisor features including live application

More information

Getting Started Information for Providers

Getting Started Information for Providers Getting Started Information for Providers Important: This version of Marcom eschedule PRO has been customised for ICEF Events. Marcom eschedule PRO meeting scheduling system is provided to all participants

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

Office Adapters for Quark Publishing Platform

Office Adapters for Quark Publishing Platform Office Adapters for Quark Publishing Platform Contents Getting started... 1 About Quark Publishing Platform...1 System requirements... 3 Installing the Office Adapters for Quark Publishing Platform...

More information

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3 Administering vrealize Log Insight 05-SEP-2017 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Orleans. Actors for High-Scale Services. Sergey Bykov extreme Computing Group, Microsoft Research

Orleans. Actors for High-Scale Services. Sergey Bykov extreme Computing Group, Microsoft Research Orleans Actors for High-Scale Services Sergey Bykov extreme Computing Group, Microsoft Research 3-Tier Architecture Frontends Middle Tier Storage Stateless frontends Stateless middle tier Storage is the

More information

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d Install Guide WINTER '15 REVISION C C o p y r i g h t 2 0 1 4 C l o u d A p p s L t d 1 Table of Contents Introduction... 3 Version History... 4 Requirements... 5 Salesforce Organisation Types... 5 Salesforce

More information

Barracuda Terminal Server Agent Debug Log Messages

Barracuda Terminal Server Agent Debug Log Messages Barracuda Terminal Server Agent Debug Log Messages The Barracuda TS Agent writes a debug log to help you monitor activity on your server and identify possible problems. Viewing the Debug Log To view the

More information

Implementing Games User Research Processes Throughout Development: Beyond Playtesting

Implementing Games User Research Processes Throughout Development: Beyond Playtesting Implementing Games User Research Processes Throughout Development: Beyond Playtesting Graham McAllister Founder, Player Research @grmcall Introduction Founder - Player Research, a User Research studio

More information

VMware BCDR Accelerator Service

VMware BCDR Accelerator Service AT A GLANCE The rapidly deploys a business continuity and disaster recovery (BCDR) solution with a limited, pre-defined scope in a non-production environment. The goal of this service is to prove the solution

More information

Sprint Business Mobility Framework Manager Administrative Portal. Third-Party Administration Guide

Sprint Business Mobility Framework Manager Administrative Portal. Third-Party Administration Guide Sprint Business Mobility Framework Manager Administrative Portal Third-Party Administration Guide Table of Contents Welcome to Sprint... 1 Getting Started... 2 What is the Sprint Business Mobility Framework

More information

ClientTrack Administrator Guide Texas Database for Refugee Cash Assistance and Refugee Social Services

ClientTrack Administrator Guide Texas Database for Refugee Cash Assistance and Refugee Social Services ClientTrack Administrator Guide Texas Database for Refugee Cash Assistance and Refugee Social Services Working Draft Revised December 4, 2017 CONTENTS Disclaimer... 2 About This User Guide... 2 User Management...

More information

ZENworks 2017 Update 3 System Updates Reference. August 2018

ZENworks 2017 Update 3 System Updates Reference. August 2018 ZENworks 2017 Update 3 System Updates Reference August 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Virtual Communications Express User Guide: Call Center Supervisor

Virtual Communications Express User Guide: Call Center Supervisor Feature Overview Call Center Supervisor supports agent monitoring, queue management, current and historical reporting, and other features required in large call centers. Benefits of Call Center include:

More information

ResWare Features. Adeptive Software 5370 Manhattan Circle, Suite 200 Boulder, Colorado

ResWare Features. Adeptive Software 5370 Manhattan Circle, Suite 200 Boulder, Colorado ResWare Features Adeptive Softwareʼs flagship product, ResWare, is a revolutionary real estate transaction management system. More and more of the industryʼs leading companies are choosing ResWare. See

More information

Simulation of Traffic Jams

Simulation of Traffic Jams SHARON SHABTAI 066557687 SHIMRIT YACOBI 039770284 YUVAL BINENBOIM 201562626 MORAN LEV LEHMAN 201654225 Academic Advisor: Dr. Meir Kelah Technical Advisor: Mr. Roni Stern Table Of Context I. Introduction...

More information

Configuring SSL. SSL Overview CHAPTER

Configuring SSL. SSL Overview CHAPTER CHAPTER 8 Date: 4/23/09 This topic describes the steps required to configure your ACE (both the ACE module and the ACE appliance) as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination.

More information

MaaS360 and TeamViewer Integration Guide

MaaS360 and TeamViewer Integration Guide MaaS360 and TeamViewer Integration Guide MaaS360 has partnered with Team Viewer to offer a remote viewing/remote control experience across all devices that MaaS360 supports in MDM (ios, Android, macos,

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2

Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2 Cisco TelePresence Management Suite Extension for Microsoft Exchange 5.2 Software Release Notes First Published: April 2016 Software Version 5.2 Cisco Systems, Inc. 1 www.cisco.com 2 Preface Change History

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Oracle Utilities Mobile Workforce Management

Oracle Utilities Mobile Workforce Management Oracle Utilities Mobile Workforce Management Mobile Application User s Guide Release 2.1.0 Service Pack 5 E26618-06 October 2013 , Release 2.1.0 Service Pack 5 E26618-06 Copyright 2000, 2012, 2013 Oracle

More information

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012 DREAMFACTORY SOFTWARE INC Snapshot User Guide Product Usage and Best Practices Guide By Sathyamoorthy Sridhar June 25, 2012 This document describes Snapshot s features and provides the reader with notes

More information

Medical records movement

Medical records movement England Primary Care Support England Medical records movement A guide for general practice staff to the new process 1. Receiving records 2. Sending records 3. Returning temporary resident forms What s

More information

Administering System Center 2012 Configuration Manager

Administering System Center 2012 Configuration Manager Administering System Center 2012 Configuration Manager Duration: 5 Days Course Code:10747D About this Course This course describes how to configure and manage a System Center 2012 R Configuration Manager

More information

Dolby Conference Phone 3.1 configuration guide for West

Dolby Conference Phone 3.1 configuration guide for West Dolby Conference Phone 3.1 configuration guide for West 17 January 2017 Copyright 2017 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market Street San

More information

Standard Development Timeline

Standard Development Timeline Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Description of Current Draft

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3)

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) COURSE STRUCTURE Introduction to Business Analysis Module 1 Needs Assessment Module 2 Business Analysis Planning Module

More information

Virtual Computer Lab (VCL)

Virtual Computer Lab (VCL) Purpose: Audience: Describes steps to setup and use the Virtual Computer Lab (VCL) Authenticated IUP users What is VCL? The IUP Virtual Computer Lab (VCL) is a virtual lab desktop. The virtual desktop

More information

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information