Kansas State University. RestGate - Test Plan. Prepared for: Dr. Daniel Andreson Prepared by: Carlos Kirkconnell. March 15, 2010 Reference Number: 001

Size: px
Start display at page:

Download "Kansas State University. RestGate - Test Plan. Prepared for: Dr. Daniel Andreson Prepared by: Carlos Kirkconnell. March 15, 2010 Reference Number: 001"

Transcription

1 Kansas State University RestGate - Test Plan Prepared for: Dr. Daniel Andreson Prepared by: Carlos Kirkconnell March 15, 2010 Reference Number: 001

2 Table of Contents Introduction 4 Test Plan Identifier 4 Objectives 4 Background 4 Scope 4 Test Items 5 Items 5 Features 5 User Interface 5 Functions 5 Database Requirements Functions 6 Recovery 6 Performance 6 Reliability 6 Availability 6 Maintainability 6 Hardware Interfaces 6 Test Plan 1

3 Software Interfaces 6 Reporting 6 Features not to be Tested 7 Security 7 System Portability 7 Approach 8 Interface Testing 8 Security Testing 8 Recovery Testing 8 Performance Testing 8 Regression Testing 8 Criteria 9 Pass/Fail 9 Suspension and Resumption 9 Test Tasks 10 Environmental Needs 11 Hardware 11 High End Server 11 Low End Server 11 Software 11 Operating System 11 Responsibilities 12 Test Plan 2

4 Graduate Student 12 Project Advisor 12 Test Plan 3

5 Introduction Test Plan Identifier RestGate Version 0.1 Objectives The following objectives should be supported by the RestGate test plan: I. Define the activities needed to perform testing II. III. IV. Communicate the test plan approach to the responsible groups. Define the testing tools and environment needed to conduct testing Identify the risks involved in testing Background Ruby on Rails is a revolutionary web application development framework that s being widely adopted by thousands of developers. Unfortunately Ruby on Rails hasn t had a great degree of success on the enterprise environment. One of the reasons of this is the limited support for system integration. Ruby on Rails answer to system integration is REST. Although REST is great for transmitting information between two applications, the tools that currently exists require developers to rewrite much of the messaging logic for every application. Scope Our goal is to provide a tool that will help develop and manage distributed systems using XML in a REST style. This will allow Ruby on Rails application to to avoid rewriting part of the redundant logic required for handling messages between applications. Test Plan 4

6 Test Items We need to be sure we are doing the testing throughout the life cycle of the project. So the team members are responsible to test and review each artifact that has been produced after every iteration. In the Inception and Elaboration phases, the requirements and design models should be reviewed and in Construction and Transition phases, the source code and other artifacts need to be tested. Items The following items must be tested thoroughly to ensure the quality of the product: I. User Interfaces II. III. IV. Functions Database Requirement Functions Recovery V. Performance VI. VII. VIII. IX. Reliability Availability Maintainability Hardware Interfaces X. Software Interfaces XI. Reporting Features User Interface There are two ways through which users interface with a RestGate. The first one are the gate configuration files. The second one are the instrumentation reports. Functions The software must be tested to ensure that messages are sent according to the configuration file describing the channel subjected to the test suite. Test Plan 5

7 Database Requirements Functions All integrity constraints required by the vast and complex database of RestGate is required to be tested. Recovery A live server crash will be simulated to verify that the recovery procedure works as intended. Performance Extensive testing will be done on the performance area. RestGate is a service that communicates system, the performance numbers of the application are of extreme importance to the success of the project. A controlled environment will be provided to perform the tests in the best possible manner. Reliability The reliability of the application will be verified by checking the logs of messages sent and received to the server. Availability RestGate should be able to be configured in a redundant matter in such a way that it s 100% reliable and dependable. Maintainability The quality of the source code should be verified to ensure code maintainability. This will be done by doing code reviews and using complexity detection tools on the source code. Hardware Interfaces The system will be tested on both high end servers (8 core processors, 8 gigabytes of RAM) as well is in a low end environment (1 core processor, 512 megabytes of RAM). Software Interfaces The interfacing of the server with the systems it depends on should be tested. These systems are: I. Database Server II. III. IV. MemCache Server Sender Applications Receiver Applications V. Web Server Reporting The validity of the reporting results in comparison to the database values and the log files will be verified. Test Plan 6

8 Features not to be Tested The following features will not be tested on this version of RestGate: Security Due to time constraints, security testing will be omitted on the first version of the application. The built in security features of the development framework as well as good programming practices will be used to reduce risks. System Portability The system is targeted to run on *nix based systems. No windows version is planned at the moment. Test Plan 7

9 Approach Interface Testing RSpec will be used to test that the correct database values are displayed on the online reports. RSpec will also be used to verify that the configuration file commands generate the correct configuration based on the user s specifications. Security Testing This will be omitted. Recovery Testing Recovery testing will be performed to simulate a hardware failure. The system should be able to restart correctly with no data loss on guaranteed channels. Performance Testing Performance testing of extreme high traffic peaks will be simulated on a controlled testing environments. The results of such testing will give us an idea of how well the application will suite the demands of the market. Regression Testing RSpec will be run with the help of AutoSpec. This combination will provide continuos regression testing of all the specifications, resulting in the immediate detection of failures. Test Plan 8

10 Criteria Pass/Fail RSpec flags features as either passed or failed. Features tested under RSpec will use the run results as pass/ fail criteria. Performance tests will be measured based on the reporting capabilities of RestGate. Messages accepted for delivery by the server in times equal or less than 150 ms will be considered as passed. Times higher than that will be consider fail. The delivery time will be measured with a bigger range of success. Delivery times of up to 5 seconds will be considered passed. Delivery times longer than 5 seconds are fail. Recovery testing will have it s pass/fail criteria based on weather the service is able to get up running again without message loses for guaranteed channels. Suspension and Resumption Software that s not available for the testing schedule will not be tested. Software that s found faulty at the time of testing will have it s testing suspended and resumed until the software works correctly. Test Plan 9

11 Test Tasks See the test workflow in the work break down structure of RestGate. Test Plan 10

12 Environmental Needs Hardware For testing, RestGate will need two type of servers. High End Server This server needs 8 cores and 8 gigabytes of RAM. Multiple worker processes will be delivering messages in parallel Low End Server This server needs 1 core and 512 gigabytes of RAM. A single worker process will be used to deliver messages. Software For database storage, SQLite will be used to store messages. Operating System Any linux distribution capable of running ruby should be a good suite for testing. Once the linux version is picked. We will stick to it for performance testing Test Plan 11

13 Responsibilities Graduate Student Responsible of planning, coordinating and executing the planning of the tests. Configuration of the testing environment and the verification that all the required conditions are met, is also his responsibility. Resolving issues and system debugging are also responsibility of the graduate student. Project Advisor Providing the resources requested by the graduate student to ease the testing of the application. Review the results and provide guidance on the actions required to be performed. Test Plan 12

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

RedGate - Enterprise Integration Server. MSE Project - Phase I

RedGate - Enterprise Integration Server. MSE Project - Phase I RedGate - Enterprise Integration Server MSE Project - Phase I Motivation 2 Motivation 2 Motivation Asynchronous integration is hard on Rails. 2 RedGate 3 RedGate Enterprise Integration Server 3 RedGate

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

"Charting the Course to Your Success!" MOC Planning, Deploying and Managing Microsoft System Center Service Manager 2010.

Charting the Course to Your Success! MOC Planning, Deploying and Managing Microsoft System Center Service Manager 2010. Description Course Summary This course provides students with knowledge and skills to install and configure System Center. The course focuses on implementing, configuring and integrating with other System

More information

Cursul Aprilie

Cursul Aprilie Cursul 10 24 Aprilie Din Cursurile trecute Quality Assurance Test Levels Test Methods Quality Assurance Manual Testing Test Automation Software Bug Non functional software testing Measuring software testing

More information

CS487 Midterm Exam Summer 2005

CS487 Midterm Exam Summer 2005 1. (4 Points) How does software differ from the artifacts produced by other engineering disciplines? 2. (10 Points) The waterfall model is appropriate for projects with what Characteristics? Page 1 of

More information

Diploma in Software Testing (DST)

Diploma in Software Testing (DST) SEED Infotech Ltd. : ' Panchasheel', 42/16, Erandawana`, SEED Infotech Lane, Off Karve Road Pune - 411004. India www.seedinfotech.com Course Name : Duration : Class room: 114 Hrs Product Code : ST-ST-50001

More information

Flask Web Development Course Catalog

Flask Web Development Course Catalog Flask Web Development Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com

More information

PROJECT: BOGOR JAVA ENVIRONMENT FOR ECLIPSE DELIVERABLE: TEST PLAN

PROJECT: BOGOR JAVA ENVIRONMENT FOR ECLIPSE DELIVERABLE: TEST PLAN PROJECT: BOGOR JAVA ENVIRONMENT FOR ECLIPSE DELIVERABLE: TEST PLAN Date: December 9, 2005 Prepared by: Yong Peng Major Professor: Robby Kansas State University 1 Table of Content 1. TEST PLAN IDENTIFIER...

More information

Answers NOT TO BE PRINTED

Answers NOT TO BE PRINTED Advanced Software Engineering, COMP3C05, 2002 Answer Question 1 and two further questions. Marks for each part of each question are indicated in square brackets Calculators are NOT permitted 1. Your 3C05

More information

Learning objectives. Documenting Analysis and Test. Why Produce Quality Documentation? Major categories of documents

Learning objectives. Documenting Analysis and Test. Why Produce Quality Documentation? Major categories of documents Learning objectives Documenting Analysis and Test Understand the purposes and importance of documentation Identify some key quality documents and their relations Understand the structure and content of

More information

Software Quality. Richard Harris

Software Quality. Richard Harris Software Quality Richard Harris Part 1 Software Quality 143.465 Software Quality 2 Presentation Outline Defining Software Quality Improving source code quality More on reliability Software testing Software

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

SERVICE TRANSITION ITIL INTERMEDIATE TRAINING & CERTIFICATION

SERVICE TRANSITION ITIL INTERMEDIATE TRAINING & CERTIFICATION SERVICE TRANSITION ITIL INTERMEDIATE TRAINING & CERTIFICATION WHAT IS ITIL ST? The intermediate level of ITIL offers a role based hands-on experience and in-depth coverage of the contents. Successful implementation

More information

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page.

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page. CITY UNIVERSITY OF NEW YORK Creating a New Project in IRBNet i. After logging in, click Create New Project on left side of the page. ii. Enter the title of the project, the principle investigator s (PI)

More information

Understanding the Concepts and Features of Macro Programming 1

Understanding the Concepts and Features of Macro Programming 1 Contents Preface ix Acknowledgments xi Part 1 Understanding the Concepts and Features of Macro Programming 1 Chapter 1 Introduction 3 What Is the SAS Macro Facility? 4 What Are the Advantages of the SAS

More information

HireaHawk Job Posting Instructions

HireaHawk Job Posting Instructions HireaHawk Job Posting Instructions TABLE OF CONTENTS We highly encourage you to start at STEP I. These instructions will take you through posting a job and all the options that you have related to your

More information

CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM

CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM Table of Content 1.0 INTRODUCTION... 2 2.0 CERTIFICATION PROCESS... 2 3.0 SCHEDULE OF FEES... 3 4.1 CERTIFICATION REQUIREMENTS... 3 4.2 Eligibility criteria

More information

COURSE BROCHURE. ITIL - Intermediate Service Transition. Training & Certification

COURSE BROCHURE. ITIL - Intermediate Service Transition. Training & Certification COURSE BROCHURE ITIL - Intermediate Service Transition. Training & Certification What is ITIL ST? The intermediate level of ITIL offers a role based hands-on experience and in-depth coverage of the contents.

More information

"Charting the Course... ITIL 2011 Operations Support Analysis (OSA) Certification Program. Course Summary

Charting the Course... ITIL 2011 Operations Support Analysis (OSA) Certification Program. Course Summary Description Course Summary ITIL is a set of best practices guidance that has become a worldwide-adopted framework for IT Service Management by many Public & Private Organizations. Since early 1990, ITIL

More information

Continuous integration for databases using Red Gate tools

Continuous integration for databases using Red Gate tools Whitepaper Continuous integration for databases using Red Gate tools A technical overview source control develop Dev Continuous Integration build test Deployment package TESTING QA V1.0 V2.0 STAGING /

More information

Programming Practices By Joe Feliu in conjunction with Harris Kern s Enterprise Computing Institute

Programming Practices By Joe Feliu in conjunction with Harris Kern s Enterprise Computing Institute Programming Practices By Joe Feliu in conjunction with Harris Kern s Enterprise Computing Institute Description: Is programming an art or a science? This debate, dating back to the early days of software

More information

Building a New Rational Web Site with Rational Suite

Building a New Rational Web Site with Rational Suite Building a New Rational Web Site with Rational Suite by Christina Howe Director of Internet Services Rational Software In April of last year, Rational Software determined that its Web site no longer measured

More information

Course Outline. CCENT ICND Pearson ucertify Network Simulator V4.4.

Course Outline. CCENT ICND Pearson ucertify Network Simulator V4.4. Course Outline CCENT ICND1 100-105 Pearson ucertify Network 20 Apr 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0

CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0 Project Plan For agenttool III (Static) Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Deepti Gupta CIS 895 MSE Project Kansas State University Page 1 of 9 TABLE

More information

Course Outline. CCENT ICND Pearson ucertify Network Simulator. CCENT ICND Pearson ucertify Network Simulator

Course Outline. CCENT ICND Pearson ucertify Network Simulator.   CCENT ICND Pearson ucertify Network Simulator Course Outline CCENT ICND1 100-105 Pearson ucertify Network 28 Feb 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

"Charting the Course... MOC B Active Directory Services with Windows Server Course Summary

Charting the Course... MOC B Active Directory Services with Windows Server Course Summary Description Course Summary Get Hands on instruction and practice administering Active Directory technologies in Windows Server 2012 and Windows Server 2012 R2 in this 5-day Microsoft Official Course. You

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Software Testing The SeaMonkey Project

Software Testing The SeaMonkey Project Bachelor s Thesis Information Technology Data Communication 2010 Bright Mills Software Testing The SeaMonkey Project ii BACHELOR S THESIS ABSTRACT TURKU UNIVERSITY OF APPLIED SCIENCES Degree Program: Information

More information

Oracle Application Testing Suite: Introduction Student Guide

Oracle Application Testing Suite: Introduction Student Guide Oracle Application Testing Suite: Introduction Student Guide D55447GC10 Edition 1.0 August 2008 D55981 Copyright 2008, Oracle. All rights reserved. Disclaimer This document contains proprietary information

More information

PROJECT DOCUMENTATION WITH ENTERPRISE ARCHITECT

PROJECT DOCUMENTATION WITH ENTERPRISE ARCHITECT PROJECT DOCUMENTATION WITH ENTERPRISE ARCHITECT How to organize project documentation with Enterprise Architect. By Amir Firdus (www.firdus.com) March 2010 Overview It is not an easy step to go from reading

More information

"Charting the Course... ITIL 2011 Service Offerings & Agreement (SOA) Certification Program. Course Summary

Charting the Course... ITIL 2011 Service Offerings & Agreement (SOA) Certification Program. Course Summary Course Summary Description ITIL is a set of best practices guidance that has become a worldwide-adopted framework for IT Service Management by many public and private organizations. Since early 1990, ITIL

More information

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES SERVICE, SUPPORT AND EXPERT GUIDANCE FOR THE MIGRATION AND IMPLEMENTATION OF YOUR ORACLE APPLICATIONS ON ORACLE INFRASTRUCTURE

More information

From Access to SQL Server

From Access to SQL Server IURQWIP3DJHL7XHVGD\$XJXVW30 From Access to SQL Server RUSSELL SINCLAIR IURQWIP3DJHLLL7XHVGD\$XJXVW30 Contents at a Glance Introduction... xi Chapter 1 What Every Access Programmer Needs to Know about SQL

More information

Advanced Software Engineering: Software Testing

Advanced Software Engineering: Software Testing Advanced Software Engineering: Software Testing COMP 3705(L4) Sada Narayanappa Anneliese Andrews Thomas Thelin Carina Andersson Web: http://www.megadatasys.com Assisted with templates News & Project News

More information

Overview of Sales Representative Qualification Examinations, Etc.

Overview of Sales Representative Qualification Examinations, Etc. 12th ASF Tokyo Round Table Overview of Sales Representative Qualification Examinations, Etc. November 28, 2016 (15:15 to 16:15) Noriaki Nakamura Assistant Manager Sales Representative Examination & Registration

More information

Copyright protected. Use is for Single Users only via a VHP Approved License. For information and printed versions please see

Copyright protected. Use is for Single Users only via a VHP Approved License. For information and printed versions please see TOGAF 9 Certified Study Guide 4th Edition The Open Group Publications available from Van Haren Publishing The TOGAF Series: The TOGAF Standard, Version 9.2 The TOGAF Standard Version 9.2 A Pocket Guide

More information

Memorandum of Understanding

Memorandum of Understanding Memorandum of Understanding between the European Commission, the European Union Agency for Railways and the European rail sector associations (CER, EIM, EPTTOLA, ERFA, the ERTMS Users Group, GSM-R Industry

More information

BUSINESS CONTINUITY AND DISASTER RECOVERY POLICY

BUSINESS CONTINUITY AND DISASTER RECOVERY POLICY BUSINESS CONTINUITY AND DISASTER RECOVERY POLICY Manual OCTOBER 2, 2016 CHILDREN IN FREEDOM (CIF) CIF P.O.Box 25286-00100, Kenya, Africa, NY, USA (c) 2016 Page 1 Contents ACKNOWLEDGEMENT... 0 1.0 STATEMENT...

More information

Information Security Management System ISO/IEC 27001:2013

Information Security Management System ISO/IEC 27001:2013 Information Security Management System ISO/IEC 27 001:2013 Information Security Management System ISO/IEC 27001:2013 For PTM Use Only Date: 7 th June 2017 Written By: Dr Kanmani Munusamy, Marina Mansor

More information

LIS 2680: Database Design and Applications

LIS 2680: Database Design and Applications School of Information Sciences - University of Pittsburgh LIS 2680: Database Design and Applications Summer 2012 Instructor: Zhen Yue School of Information Sciences, University of Pittsburgh E-mail: zhy18@pitt.edu

More information

Introduction to Business continuity Planning

Introduction to Business continuity Planning Week - 06 Introduction to Business continuity Planning 1 Introduction The purpose of this lecture is to give an overview of what is Business Continuity Planning and provide some guidance and resources

More information

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure Day Application Development Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information

Certified Tester Foundation Level(CTFL)

Certified Tester Foundation Level(CTFL) Certified Tester Foundation Level(CTFL) ISTQB : International Software Testing Qualifications Board Heading: The International Software Testing Qualifications Board (ISTQB) is an internationally recognized

More information

Reducing the costs of rework. Coping with change. Software prototyping. Ways to Cope with change. Benefits of prototyping

Reducing the costs of rework. Coping with change. Software prototyping. Ways to Cope with change. Benefits of prototyping Coping with change Change is inevitable in all large software projects. Business changes lead to new and changed system requirements New technologies open up new possibilities for improving implementations

More information

GUIDELINES FOR CERTIFICATION OF MANAGEMENT SYSTEMS

GUIDELINES FOR CERTIFICATION OF MANAGEMENT SYSTEMS GUIDELINES FOR CERTIFICATION OF MANAGEMENT SYSTEMS Page 1 of 7 TABLE OF CONTENT No. Content Page 1.0 INTRODUCTION 3 2.0 CERTIFICATION PROCESS 4 3.0 CERTIFICATION COST 5 4.0 CERTIFICATION REQUIREMENTS 4.1

More information

Areas of impact for client consideration taken from the Rules for achieving IATF recognition Third edition for ISO/TS

Areas of impact for client consideration taken from the Rules for achieving IATF recognition Third edition for ISO/TS Areas of impact for client consideration taken from the Rules for achieving IATF recognition Third edition for ISO/TS 16949 June 2009 1 Matrix of areas of impact on the client: Clause Area of impact content

More information

Django with Python Course Catalog

Django with Python Course Catalog Django with Python Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com

More information

ISEB Practitioner Certificate in IT Service Management: Specialising in Release and Control

ISEB Practitioner Certificate in IT Service Management: Specialising in Release and Control Syllabus and Qualification Framework This qualification covers the Service Management disciplines of Configuration Management, Change Management and Release Management that together comprise Release and

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

Model-Based Design for High Integrity Software Development Mike Anthony Senior Application Engineer The MathWorks, Inc.

Model-Based Design for High Integrity Software Development Mike Anthony Senior Application Engineer The MathWorks, Inc. Model-Based Design for High Integrity Software Development Mike Anthony Senior Application Engineer The MathWorks, Inc. Tucson, AZ USA 2009 The MathWorks, Inc. Model-Based Design for High Integrity Software

More information

ORACLE MESSAGEQ ORACLE DATA SHEET KEY FEATURES AND BENEFITS

ORACLE MESSAGEQ ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE MESSAGEQ KEY FEATURES AND BENEFITS With Oracle MessageQ, you can translate your inventory of diverse applications into a strategic advantage. FEATURES Interoperability with IBM platforms via TCP/IP

More information

Compression and Decompression of Virtual Disk Using Deduplication

Compression and Decompression of Virtual Disk Using Deduplication Compression and Decompression of Virtual Disk Using Deduplication Bharati Ainapure 1, Siddhant Agarwal 2, Rukmi Patel 3, Ankita Shingvi 4, Abhishek Somani 5 1 Professor, Department of Computer Engineering,

More information

Software Testing Strategies. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Software Testing Strategies. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only Chapter 22 Software Testing Strategies Slide Set to accompany Software Engineering: A Practitioner s Approach, 8/e by Roger S. Pressman and Bruce R. Maxim Slides copyright 1996, 2001, 2005, 2009, 2014

More information

Choosing an Intellectual Property Core

Choosing an Intellectual Property Core Choosing an Intellectual Property Core MIPS Technologies, Inc. June 2002 One of the most important product development decisions facing SOC designers today is choosing an intellectual property (IP) core.

More information

Certification Requirements and Application Procedures for Persons and Firms.

Certification Requirements and Application Procedures for Persons and Firms. 391-3-24-.05 Certification Requirements and Application Procedures for Persons and Firms. (1) Scope. (a) Following the submission of an application demonstrating that all the requirements of this Rule

More information

10 Steps to Virtualization

10 Steps to Virtualization AN INTEL COMPANY 10 Steps to Virtualization WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Virtualization the creation of multiple virtual machines (VMs) on a single piece of hardware, where

More information

Subject: Audit Report 18-84, IT Disaster Recovery, California State University, Sacramento

Subject: Audit Report 18-84, IT Disaster Recovery, California State University, Sacramento Larry Mandel Vice Chancellor and Chief Audit Officer Audit and Advisory Services 401 Golden Shore, 4th Floor Long Beach, CA 90802-4210 562-951-4430 562-951-4955 (Fax) lmandel@calstate.edu October 23, 2018

More information

Project Requirements

Project Requirements Project Requirements Version 4.0 2 May, 2016 2015-2016 Computer Science Department, Texas Christian University Revision Signatures By signing the following document, the team member is acknowledging that

More information

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Contents About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Tutorials Section 1 Tutorial A Getting Started with SAS Enterprise Guide 3 Starting SAS Enterprise Guide 3 SAS Enterprise

More information

Coding Standards in FACE Conformance. John Thomas, Chris Edwards, and Shan Bhattacharya

Coding Standards in FACE Conformance. John Thomas, Chris Edwards, and Shan Bhattacharya Coding Standards in FACE Conformance John Thomas, Chris Edwards, and Shan Bhattacharya LDRA Overview Provider of Software Quality, Compliance Management & Testing Solutions Established 1975 ISO 9001 certified

More information

IT Support Officer Navitas Group IT

IT Support Officer Navitas Group IT IT Support Officer Navitas Group IT Fulltime, Ongoing Navitas is a diversified global education provider founded in 1994 that offers an extensive range of educational services for students and professionals

More information

Qualification details

Qualification details Qualification details Title New Zealand Certificate in Business (First Line Management) (Level 4) Version 1 Qualification type Certificate Level 4 Credits 60 NZSCED 080301 Management and Commerce > Business

More information

"Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary

Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary Course Summary NOTE - The course delivery has been updated to Visual Studio 2013 and.net Framework 4.5! Description The course focuses on C# program structure, language syntax, and implementation details

More information

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability.

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Suite and the OCEG Capability Model Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Contents Introduction... 2 GRC activities... 2 BPS and the Capability Model for GRC...

More information

Quality Assurance and IT Risk Management

Quality Assurance and IT Risk Management Quality Assurance and IT Risk Deutsche Bank s QA and Testing Transformation Journey Michael Venditti Head of Enterprise Testing Services, Deutsche Bank IT RISK - REGULATORY GOVERNANCE Major shifts in the

More information

The Common Controls Framework BY ADOBE

The Common Controls Framework BY ADOBE The Controls Framework BY ADOBE The following table contains the baseline security subset of control activities (derived from the Controls Framework by Adobe) that apply to Adobe s enterprise offerings.

More information

Business Intelligence Roadmap HDT923 Three Days

Business Intelligence Roadmap HDT923 Three Days Three Days Prerequisites Students should have experience with any relational database management system as well as experience with data warehouses and star schemas. It would be helpful if students are

More information

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. Content 261311 - Analyst Programmer... 2 135111 - Chief

More information

DESIGNING APPLICATIONS FOR CONTAINERIZATION AND THE CLOUD THE 12 FACTOR APPLICATION MANIFESTO

DESIGNING APPLICATIONS FOR CONTAINERIZATION AND THE CLOUD THE 12 FACTOR APPLICATION MANIFESTO DESIGNING APPLICATIONS FOR CONTAINERIZATION AND THE CLOUD THE 12 FACTOR APPLICATION MANIFESTO THIS IS THE DEV PART DESIGNING OUR APPLICATIONS TO BE PREDICTABLE, FLEXIBLE, RELIABLE, SCALABLE AND COMPLETELY

More information

Coding Standards in FACE Conformance. John Thomas, Chris Edwards, and Shan Bhattacharya

Coding Standards in FACE Conformance. John Thomas, Chris Edwards, and Shan Bhattacharya Coding Standards in FACE Conformance John Thomas, Chris Edwards, and Shan Bhattacharya LDRA Overview Provider of Software Quality, Compliance Management & Testing Solutions Established 1975 ISO 9001 certified

More information

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT ONLINE SHOPPING By CHAITANYA REDDY MITTAPELLI B.E., Osmania University, 2005 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information

More information

ITSS Model Curriculum. - To get level 3 -

ITSS Model Curriculum. - To get level 3 - ITSS Model Curriculum - To get level 3 - (Corresponding with ITSS V3) IT Skill Standards Center IT Human Resources Development Headquarters Information-Technology Promotion Agency (IPA), JAPAN Company

More information

Cloudreach Data Center Migration Services

Cloudreach Data Center Migration Services Cloudreach Data Center Migration Services High Velocity Migration to Leverage Full Benefits of the Cloud The Cloud is Inevitable Cloudreach believe it is not about if, but when enterprises move their IT

More information

Graduate School of Library and Information Science Spring Document Processing (LIS 450 )

Graduate School of Library and Information Science Spring Document Processing (LIS 450 ) Graduate School of Library and Information Science Spring 2000 Document Processing (LIS 450 ) Section DP Wednesday, 8 10:50 AM Room 143, Henry Building David Dubin Office: LIS 222 Office hours: Tuesdays,

More information

A number of optimizations are already in use by the majority of companies in industry, notably:

A number of optimizations are already in use by the majority of companies in industry, notably: 1 Abstract Mechatronics products contain significant amounts of software. Most advances in embedded software development focus on specific phases of the development process. However, very little emphasis

More information

Railroad-DOT Mitigation Strategies (R16) An Overview. March 2016

Railroad-DOT Mitigation Strategies (R16) An Overview. March 2016 Railroad-DOT Mitigation Strategies (R16) An Overview March 2016 Agenda Railroad-DOT Mitigation Strategies Key Issues Product description How It Works Examples of Railroad-DOT Innovations Benefits States

More information

4 Criteria of Intelligent Business Continuity

4 Criteria of Intelligent Business Continuity 4 Criteria of Intelligent Business Continuity BEYOND BACKUP AND DISASTER RECOVERY As we move further into the age of high availability and instant gratification we must adapt our business practices to

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

More information

Standard Course Outline IS 656 Information Systems Security and Assurance

Standard Course Outline IS 656 Information Systems Security and Assurance Standard Course Outline IS 656 Information Systems Security and Assurance I. General Information s Course number: IS 656 s Title: Information Systems Security and Assurance s Units: 3 s Prerequisites:

More information

3.3 Understanding Disk Fault Tolerance Windows May 15th, 2007

3.3 Understanding Disk Fault Tolerance Windows May 15th, 2007 3.3 Understanding Disk Fault Tolerance Windows May 15th, 2007 Fault tolerance refers to the capability of a computer or network to continue to function when some component fails. Disk fault tolerance refers

More information

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services On BigFix Performance: Disk is King How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services Authors: Shaun T. Kelley, Mark Leitch Abstract: Rolling out large

More information

for TOGAF Practitioners Hands-on training to deliver an Architecture Project using the TOGAF Architecture Development Method

for TOGAF Practitioners Hands-on training to deliver an Architecture Project using the TOGAF Architecture Development Method Course Syllabus for 3 days Expert led Enterprise Architect hands-on training "An Architect, in the subtlest application of the word, describes one able to engage and arrange all elements of an environment

More information

STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project

STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project I. Scope This Statement of Work (SOW) is effective May

More information

BACHELOR OF COMPUTER APPLICATION

BACHELOR OF COMPUTER APPLICATION SHREE M. & N. VIRANI SCIENCE COLLEGE RAJKOT PROJECT REPORT AS A PARTIAL REQUIREMENT FOR THE DEGREE OF BACHELOR OF COMPUTER APPLICATION YEAR: 2016 TRAFFIC POLICE GUIDED BY: Mr. PRAKASH GUJARATI SUBMITTED

More information

Securing an IT. Governance, Risk. Management, and Audit

Securing an IT. Governance, Risk. Management, and Audit Securing an IT Organization through Governance, Risk Management, and Audit Ken Sigler Dr. James L. Rainey, III CRC Press Taylor & Francis Group Boca Raton London New York CRC Press Is an imprint cf the

More information

Oracle BPM 10g R3 Programming 1 Essentials

Oracle BPM 10g R3 Programming 1 Essentials Oracle BPM 10g R3 Programming 1 Essentials Volume I Student Guide D55633GC10 Edition 1.0 March 2009 D58927 Authors Jill Moritz Kenny Somerville Technical Contributors and Reviewers Fernando Dobladez Carolina

More information

"Charting the Course B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course Summary

Charting the Course B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course Summary Course Summary Description This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server 2010 messaging environment. This course does not require previous

More information

Data Science with Python Course Catalog

Data Science with Python Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com Table of Contents Syllabus Overview

More information

CANDIDATE SKILL ANALYSER

CANDIDATE SKILL ANALYSER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

MultiBrowser Documentation

MultiBrowser Documentation MultiBrowser Documentation Release 10.0.0 Position Fixed UG Aug 06, 2018 Contents 1 Installation 3 1.1 System Requirements.......................................... 3 1.2 Download MultiBrowser.........................................

More information

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger Page i Project Plan for DSS Database Suite Version 1.0 Draft Prepared by Iain Smith and Austyn Krutsinger November 10, 2008 Page ii Table of Contents 1. Introduction... 1 2. Statement of Work... 1 3. Roles...

More information

Information Security II Prof. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras

Information Security II Prof. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras Information Security II Prof. Kamakoti Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 30 Task Switch recap - Week 6 (Refer Slide Time: 00:09) So welcome back

More information

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Charting the Course... MOC C: Developing SQL Databases. Course Summary Course Summary Description This five-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL database. The course focuses on teaching individuals how to use

More information

Summary of Contents LIST OF FIGURES LIST OF TABLES

Summary of Contents LIST OF FIGURES LIST OF TABLES Summary of Contents LIST OF FIGURES LIST OF TABLES PREFACE xvii xix xxi PART 1 BACKGROUND Chapter 1. Introduction 3 Chapter 2. Standards-Makers 21 Chapter 3. Principles of the S2ESC Collection 45 Chapter

More information

The Virtualisation Journey at Perpetual. Business Technology Group November 2009

The Virtualisation Journey at Perpetual. Business Technology Group November 2009 The Virtualisation Journey at Perpetual Business Technology Group November 2009 Agenda Who Is Perpetual? Strategic Context The virtualisation journey Business benefits Lessons learnt Questions 1 Perpetual

More information

ATTENTION TO COME/ISE 491/492 STUDENT

ATTENTION TO COME/ISE 491/492 STUDENT ATTENTION TO COME/ISE 491/492 STUDENT 151 As a part of your requirement analysis section in your final report, you should write a requirement analysis document (RAD). The details of the document, and a

More information

1. Introduction and overview

1. Introduction and overview 1. Introduction and overview 1.1 Purpose of this Document This document describes how we will test our code for robustness. It includes test cases and other methods of testing. 1.2 Scope of the Development

More information

Best Practices for Final Year Projects

Best Practices for Final Year Projects City University of Hong Kong Software Engineering Best Practices for Final Year Projects by Dr. Andy Chun, Hon Wai Subject Group Leader for SE Department of Computer Science Software Engineering Best Practices

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar Welcome to Staying Ahead Webinar Migrating to NNMi 1 Footer Goes Here Agenda 1. NNMi features and benefits 2. PSQS / Education offerings around NNMi 3. Q&A 2 Footer Goes Here Streamline your network operations

More information