ASPE Software Testing and ITIL Training Program Proposal Prepared For:

Size: px
Start display at page:

Download "ASPE Software Testing and ITIL Training Program Proposal Prepared For:"

Transcription

1 ASPE Software Testing and ITIL Training Program Proposal Prepared For: January 03, 2013 Contact Information Jan Allred, IT Service Manager 200 Taylor Street Fourth Floor Fort Worth, TX Ph: Business Information ASPE Technology 114 Edinburgh South Drive, Ste 200 Cary, NC Texas DIR (CMBL) Vendor Name: ASPE Technology Texas DIR (CMBL) Vendor Number: Tarrant County Vendor Name: ASPE Technology Tarrant County Vendor Number: DUNS: EIN: GSA: GS 35F 0571Y ASPE, Inc. POC Alysia Barnes National Account Manager (Direct Line) sdlc.com

2 Introduction to ASPE, Inc. ASPE SDLC is a training firm committed to providing you with the best skills, tools, and techniques to successfully transform complex business challenges into strategic systems capabilities. We provide real world, unbiased, pragmatic training and consulting on all aspects of the software development life cycle. Our catalog includes courses in Agile Software Development, Project Management, Business Requirements & Analysis, and Software Testing. Our courses incorporate real, hands on experience from real professionals in all of our training courses in order to maximize the amount of knowledge and skills you acquire. Too often, students leave a course learning information, but not being able to apply it to real world situations. Our goal is for you to be able to actualize the skills and tools you learn in the course and having no doubt that you can apply them within your organization on a daily basis. Training Experience Each year ASPE trains more than 20,000 people across the globe in public classroom, live online, or onsite course sessions. ASPE is based in Cary, NC, but our customers have the flexibility to decide where, when and how they want to train. Not only do we have more than 2,000 sessions scheduled across 80 North American cities annually, ASPE provides international onsite delivery, as well as live, instructor led online options for those who can t make it to a scheduled classroom session. It is no wonder with all the opportunities ASPE provides that 91 of the Fortune 100 companies have trained with us. Industry Recognitions ASPE Inc. is the only business to business trainer to be recognized by the IIBA as a Charter Endorsed Education Provider (EEP); the 9 th organization endorsed, PMI as an REP (Registered Education Provider) since 2004 and a Scrum Alliance REP (Registered Education Provider); the 2 nd organization endorsed. This is a testimony to our quality and consistency as a provider of Software Development Lifecycle training. Software Testing Curriculum Beginner Level Fundamentals of Software Testing (14 PMI PDUs) This two day software testing training class provides an example driven introduction to the fundamentals of software testing. It's designed to look at both the lowlevel mechanics of software testing what testers do when they are at the keyboard as well as the high level aspects of testing process and context. After taking this course, students will be able to more easily identify and apply various test oracles, will have a number of tools for generating and structuring test ideas, should be comfortable interacting with a variety of applications and recording those interactions, and will have a better understanding of where their testing fits within the overall project context. Course Outline Section I. What to test and how to test it Testers follow the same basic process that scientists use, we follow the principles of experimentation and measurement. In this course, we map your testing method back to those principles and show how at each step 2 Confidential

3 in your testing, you're making complex decisions about what to test and how to test it. Utilizing a combination of skills, tactics, practices and tools this section helps build a base that testers in any context (of any skill level) can apply to solve testing problems. The basic test process Modeling the testing space Determining test coverage Determining test oracles Determining test procedures Configuring the test system Operating the test system Observing the test system Evaluating testing results Reporting test results The work products of a tester Formal work products Informal work products Ephemeral work products Quick Tests and Heuristics Developing and applying heuristics Software Attacks Quick Tests Section II. Providing a context for testing While testers follow the same basic testing process, they do it in dramatically different project contexts. There are numerous approaches to how teams structure testing, what approaches they employ, and what tools they use. In the second section of the course, we look at different contexts where testers work and how those contexts change the testing that takes place. This is also where we tackle problems like test planning and management. Approaches to Testing Scripted testing Scenarios, Checklists, Charters Exploratory testing Common Phases of Testing Unit Testing Integration Testing System Testing Regression Testing Acceptance Testing Alpha / Beta Testing The V Model for software testing Agile testing directions Non Functional Testing Usability and Accessibility Performance, Scalability, and Capacity 3 Confidential

4 Security Testing Internationalization and Localization Maintainability and Supportability Platform Specialization Mobile and web SOA Package implementations (configuration and customization) Data warehouse and business intelligence Telephony and hardware Managing Testing Projects Understand your context Develop a test strategy Estimating the work Developing a schedule Negotiating scope Execution and reporting Bug tracking Intermediate Level Planning Effective Software Testing (13 PMI PDUs) This two day software testing training course will teach you how to do a complete job of planning your test activities. It will walk you through the test planning process, identify all of the inputs you will need and the things you should produce. It will give you guidance on how to plan for test case creation, defect tracking, status monitoring and progress reporting. This course will equip you with all the tools you need to create a test plan that will serve all your needs. Course Outline I. The Test Planning Process Test planning cannot be done in a vacuum. The test plan must integrate smoothly with all the other project plans and consider many variables, both within the testing group and throughout the rest of the organization. 1. Understand how testing fits within the software development lifecycle 2. Understand the role and use of a test plan 3. See how the test plan relates to other plans (e.g. Project plan & Quality plan) 4. List the inputs to test planning 5. List the outputs from test planning 6. Perform peer reviews of the test plan 7. Obtain organizational commitment to the test plan 8. Track progress against the test plan, report status and re plan II. Test Plan: Scope and Lifecycle What is and is not included in the testing activities can be the subject of many disagreements; therefore, the test plan must be explicit about the scope of the testing activities and the testing lifecycle. 1. Identify the requirements against which the testing will be done 2. Define the goals and objectives for testing 3. Identify boundaries what will and will not be tested 4 Confidential

5 4. Enumerate the phases and steps in the testing lifecycle 5. Identify how the testing lifecycle integrates with the project lifecycle 6. Define specific entry criteria how you know when testing can begin 7. Define specific exit criteria how you know when testing is complete 8. Identify testing services that will be purchased rather than done in house III. Test Plan: Traceability Matrix The only way to assure that the test plan covers all of the requirements and goals without unnecessary tests is to have a systematic way to map tests and test cases to those requirements and objectives. Including a traceability matrix with the test plan is the easiest way to satisfy this need. 1. List every requirement and goal or objectives in one place 2. List every test and test case in one place 3. Map requirements to test cases 4. Assure that every requirement has at least one test case 5. Assure that every test case corresponds to at least one requirement 6. Avoid overkill (or under emphasis) in testing 7. Determine the impact of skipping test cases IV. Test Plan: Required Tests Before test cases can be identified, the system requirements and testing objectives must be used to compile a list of tests that will be required. This list of tests is the heart of the test plan. 1. Identify tests for functional requirements 2. Identify tests for performance requirements 3. Identify tests for security and safety requirements 4. Identify tests for usability, maintainability and other requirements 5. Define objectives and success criteria for each test 6. Document each test in the traceability matrix 7. Use the traceability matrix to assure complete coverage V. Test Plan: Test Cases Actually writing test cases and preparing the related data consumes a significant amount of time. Therefore it is important to estimate and plan for these activities. 1. Enumerate the test cases required to satisfy the objectives for each test 2. Identify positive, negative, boundary and special test cases 3. Define objectives and success criteria for each test case 4. Document each test case in the traceability matrix 5. Use the traceability matrix to assure complete coverage VI. Test Plan: Test Case Size Estimates In order to provide a basis for planning the effort, costs and other resources needed for testing, we must estimate the size of each test case and document this in the test plan. 1. Test case description and instructions 2. Input data and/or database records required by the test case 3. Output data and/or database records the test case will produce 5 Confidential

6 4. Special resources required by the test case 5. Execution time for the test case VII. Test Plan: Resources Resources to support testing go far beyond just the people who will do the testing. The test plan must account for all required resources. 1. Identify the testing and test case development environment (e.g. hardware, operating systems, networks, software, databases) 2. Specify any special systems (e.g. test automation, defect tracking) 3. Enumerate knowledge and skills needed 4. Plan for hiring, contracting and training VIII. Test Plan: Effort, Cost, Budget & Schedule Effort, cost, budget and schedule are usually the items we are asked to provide. But until all of the items in sections II through VII have been identified and estimated, we do not have the information we need to provide these things. These critical parts of the test plan can now be completed. 1. Identify the activities required to produce and execute all of the test cases, track defects, retest and do all of the other tasks associated with the testing lifecycle 2. Estimate the effort required based on the size estimates and identified activities 3. Identify all costs (e.g. labor, equipment, software contracted work) 4. Establish a schedule for all testing related activities 5. Spread the costs across the schedule to produce a budget 6. Validate budget and schedule against project constraints 7. Resolve budget or schedule issues IX. Test Plan: Risks Testing activities have their own unique risks that may not be visible or pertinent to other stakeholders in the project. The testing group should engage in risk management to assure that those items are handled appropriately and included in the test plan. 1. Brainstorm a testing related risk list 2. Group and consolidate risks 3. Quantify risk probability and impact 4. Make risk tracking plans 5. Make risk mitigation plans 6. Make risk contingency plans X. Test Plan: Management, Tracking & Reporting The test plan must identify how the testing group will maintain control over the testing activities and assure that they are progressing as planned. It must also define how they will report status to other project stakeholders and take corrective actions when necessary. 1. Identify measurements that will be used in tracking and managing the testing activities 2. Determine how the data and reports that are generated by the testing process will be stored, managed and made available 6 Confidential

7 3. Determine how often testing status will be checked and who will participate in status checking activities 4. Identify triggers for corrective actions when the testing activities deviate from the plan 5. Determine what must happen when the test plan must be updated 6. Identify all individuals and groups that have a stake in the testing activities 7. Determine how the stakeholders will be involved and kept informed about testing related activities Advanced Level Combination of Proactive User Acceptance & Risk Based Testing Proactive User Acceptance Testing This one day intensive interactive seminar shows what users need to know to confidently make the best use of their time planning and conducting acceptance tests that catch more defects at the traditional tail end of development, while also contributing in appropriate ways to reducing the number of errors that get through the development process for them to catch in UAT. Exercises give practice using practical methods and techniques. Course Outline I. ROLE OF USER ACCEPTANCE TESTING Why users may resist involvement Making users confident about testing Objectives, types, and scope of testing Acceptance testing as user s self defense Why technical tests don t catch all the errors Essential elements of effective testing CAT Scan Approach to find more errors Proactive Testing Life Cycle model Separate technical and acceptance test paths Place of UAT in overall test structure Making sure important tests are done first Developer/tester/user test responsibilities II. DEFINING ACCEPTANCE CRITERIA Defining acceptance test strategy up front Source and role of acceptance criteria 5 elements criteria should address Functionality the user must demonstrate How much, how often user must test Determining system quality Who should carry out acceptance tests How acceptance tests should be performed Added benefit, revealing requirements errors III. DESIGNING ACCEPTANCE TEST PLANS Expanding the acceptance criteria Allocating criteria to system design Refining the design to catch oversights 7 Confidential

8 Checklist of common problems to test Equivalence classes and boundary values Making quality factors (attributes) testable Structural testing applicable to users GUI features that always need to be tested Defining requirements based tests Constructing use cases Cautions about use case pitfalls One and two column use case formats Turning use cases into tests Consolidating tests into efficient test scripts IV. CARRYING OUT ACCEPTANCE TESTS Differentiating test cases and test data Traps that destroy value of acceptance tests Warning about conversions Documentation, training, Help tests Configuration, installation, localization Security, backup, recovery tests Suitability of automating acceptance testing Performance, stress, load testing Issues on creating test conditions, data Capturing results, determining correctness User's defect tracking and metrics Risk Based Testing While finding and fixing every defect before release is not a reasonable expectation, Risk Based Testing (RBT) techniques helps teach how to find the worst defects and ensure that the most critical functionality is high quality. Testing is far more than finding defects so they can be fixed. Testing can be one of our most potent techniques for managing risk on software projects. In addition to being a great strategy for testing, this course gives a solid basis for ensuring that we have appropriate time and resources for testing, and for making a strong business case for more when additional allocations are called for. Course Outline I. Understanding Risk We begin by leveling the playing field. We ensure that all class participants have an accurate understanding of risk and its constituent parts. This will be the foundation upon which we build the rest of the course. A. Definition of Risk B. Anatomy of a Risk C. Software Risks D. Testing and Software Risks Exercise: Understanding Software Risks We will discuss several risks that are common in software and apply the concepts of this chapter to fully explore and understand them. II. Risk Based Testing Overview 8 Confidential

9 There are four steps in fully implemented Risk Based Testing. In this overview, we will identify each step and discuss how they are related to each other. A. Step 1: Identify & Rank Software Risks B. Step 2: Risk Based Test Planning C. Step 3: Risk Based Test Design D. Step 4: Risk Based Test Management III. Step 1: Identify & Rank Software Risks Before we can use Risk as a driver for software testing, we must identify the software risks that are inherent to the project at hand. Then having identified them, we will determine their relative priorities. A. Identify Software Risks Exercise: Brainstorm Software Risks For our Case Study project, we will brainstorm possible software risks using the techniques just discussed. For each risk, we will identify the vulnerability that may allow it, the trigger that may cause it, and the effect that it may have on the project or the users of the software product if it occurs. B. Evaluate Each Risk Exercise: Evaluate Each Risk For each risk we just identified for our Case Study project, we will compute its priority by considering the probability that the vulnerability and trigger will coincide, and the severity of its impact if they do. C. Evaluate Each Test Suite Exercise: Evaluate Each Test Suite For each Test Suite on our Case Study project, we will determine its importance in terms of Risk, and identify those test suites that should be split up to ensure appropriate testing. IV. Step 2: Risk Based Test Planning Risk Based Test Planning uses the risks inherent in the project as the basis for focusing testing effort and resources. Higher priority risks will receive more focus, while less risky parts of the product receive correspondingly less attention. A. Estimate Test Cases by Risk Exercise: Estimate Test Cases by Risk For each Test Suite on our Case Study project, we will determine how many Test Cases must be executed to address the identified risks. B. Testing Resources Based on Risk C. Negotiate Testing Resources Exercise: Risk Based Testing Resources For each Test Suite on our Case Study project, we will use the estimated number of Test Cases to produce ROM (Rough Order of Magnitude) estimates of effort (e.g. persondays) and calendar time to address the identified risks. We will also identify any special resources (people, equipment, etc) that are required. D. Risk Based Test Activity Planning Exercise: Risk Based Test Plan We will use the principle of testing high risk items first and our ROMs (from the prior exercise) to prepare a Risk Based testing activity plan. Then we will compare that plan to the over all project schedule and identify points to be negotiated. V. Step 3: Risk Based Test Design 9 Confidential

10 Merely focusing appropriate effort on risky Test Suites does not go far enough. That time must be spent doing the right things. In this section, we will use our Risk analysis as the basis for designing the right Test Cases for each Test Suite. A. Traditional (Requirements Based) Test Design B. Designing Tests for Risks Exercise: Risks Based Test Design For one of our riskier Test Suites, we will identify every Test Case that must be included to appropriately address all of the identified software risks. Then we will evaluate the entire Test Suite to ensure that it has indeed remained focused on the identified Software Risks. VI. Step 4: Risk Based Test Management Risks are moving targets. Planning our testing based on the risks that can be identified at the beginning of the project is an important first step. But that plan must stay focused on risks, even as those risks evolve. And the evolution of those software risks gives us important insights into the readiness of the software product for release. A. Risks Evolve B. Risk Based Testing Must Evolve C. Track Known Software Risks D. Brainstorm New Software Risks E. Adjust Risk Based Test Plans F. Rework Risk Based Test Designs G. Report of Software Risk Changes Exercise: Risk Based Test Management We will use our initial risk assessment to compute the software product's Risk Index. (This Risk Index can be used to track the evolution of software risks throughout the project.) VII. Achieving Success with Risk Based Testing Gaining the biggest benefits of Risk Based Testing requires that testers not only embrace these principles in their own work, but also that they work with the rest of the software development organization to integrate risk based principles into the way software projects are conceived and managed. Discussion: Risk Based Testing Each participant will identify the actions that need to be taken within their organization to take the greatest advantage of Risk Based Testing. Agile Testing The 2 day program will introduce you to high speed methods, and explore their use so that you can immediately step from the classroom into the office with new found confidence. We will discuss transition, roles, methods and technologies that can be relied upon to deliver speed and optimum flexibility. You will start to feel a new sense of flexibility, confidence and enthusiasm (maybe for the first time in your entire development career). Course Outline I. Agile Testing We will discuss the testing and it's role in software quality. Quality is the collective responsibility of the team from business analyst to developer to tester to customer. Traditional waterfall "over the wall testing" can be inefficient and frustrating. We will discuss typical challenges and pitfalls in this traditional approach and start to contrast how Agile Teams test differently Confidential

11 Poor Quality creates Drag Integrating the Team into an Agile Testing mindset Understand hard & soft constraints to adopting Agile Testing Getting the Customer to participate in Quality decisions II. Testing Practices The benefits that various types of testing provide to the team will be reviewed. Additional discussion will focus on the how and what to automate to shorten feedback cycles. Testing Quadrants Automation Unit Tests Integration Tests Acceptance Tests Functional Tests III. Quality Practices Understanding that getting feedback is as important as testing. We will discuss techniques that provide feedback on the quality of software and the effectiveness of the process. Pairing & Collaboration Inspections Reviews Demos IV. Unit Testing & Test Driven Development (TDD) We will introduce Unit Testing and Test Driven Development. The benefits and process of TDD and how it can lead to better overall design and simplicity and engage the Developer in the test processing will be discussed. Unit Testing Principles Test First vs. Test Last Unit Testing Legacy Applications TDD Rhythm: Red, Green, Refactor TDD influence on Design Supporting Continuous Refactoring V. Continuous Integration The concept of Continuous Integration and the CI Attitude will be discussed. Continuous Integration provides an essential role in maintaining a continuous process for providing feedback to the team. Discuss the Attitude of Continuous Integration Benefits & Practices of Continuous Integration Continuous Feedback Continuous Builds Continuous Inspections Continuous Testing Continuous Deployments VI. Acceptance Testing The discipline of Acceptance Testing can lead to better collaboration with both the customer and the team. Automating 11 Confidential

12 Acceptance Tests can provide an invaluable tool to support the creation higher quality software and continue to support the team from story to story and sprint to sprint. Acceptance Criteria Writing Acceptance Tests Acceptance Test Driven Development Automating Acceptance Tests Behavior Driven Development VII. Functional Testing Web Applications & Web Services As we develop a functioning application we can perform higher level and coarser grained functional tests. Functional testing software, web applications and web services will be explored. Functional Testing Applications Testing Web Applications Testing Web Services VIII. Hands on Critiquing the Product Everything can't be automated, nor should it. We will discuss manual technique that will help us critique the product and provide valuable feedback. We will discuss when and how these testing techniques should be used effectively. Exploratory Testing Scenario Testing Usability Testing User Acceptance Testing IX. Using Tools to Test Complexity and Critique the Product Tools can be used to testing complex, critical attributes of the software. We will discuss when and tools should be used to test the complex, critical qualities of software. Performance & Load Testing "ility" Testing Security Testing X. High Speed Testing Techniques We'll introduce some techniques that can speed the testing process and provide faster feedback to the team and customer. Risk Based Testing Pairwise Testing Pareto Technique XI. Iterating to Testing Agility How do we ever get there? We will discuss pragmatic techniques to iterate your team and organization to Testing Agility. We will discuss and craft a roadmap for your team and organization based off the practices and techniques discussed. Prioritize regularly Realize Constraints Challenge Constraints Keep moving forward Automate, Automate, Automate Roadmap & Planning 12 Confidential

13 ITIL Training Courses Just as PMI has set the standards for Project Management around the world, ITIL is the most widely accepted approach to IT Service Management in the world. This three day course introduces the fundamentals of IT Service Management (ITSM) based on ITIL (2011) of the IT Infrastructure Library (ITIL). Originating in the UK, ITIL has been adopted for its proven ability to help IT departments cut costs and improve service. The purpose of the ITIL Foundation certificate is to understand ITIL terminology, structure, basic concepts and the core principles of IT Service Management best practices. Certified ITIL 2011 Foundations Training 3 Day course which includes the exam which is administered on the third day of class. We guarantee a passing score. If you do not pass the ITIL certification exam on your first try within four weeks after your class has completed, we will provide you with a new exam voucher! If you fail the second time, you can attend another session free of charge! Course Outline I. Introduction to ITIL and IT Service Management History ITIL Terms The ITIL Service Lifecycle Model Service Strategy Overview Service Design Overview Service Transition Overview Service Operation Overview Continual Service Improvement Overview Service Life Cycle Key Links Service Management Model Case Study: ITIL Life Cycle in the Case Study Organization Exam Questions: ITIL & Service Management II. Continual Service Improvement Purpose, Objectives, Scope and Value of Continual Service Improvement ITIL Terms & Concepts Service Management Functions Service Desk IT Operations Management Technical Management Application Management Continual Service Improvement Key Concepts The Deming Cycle Continual Service Improvement Approach Metrics Continual Service Improvement Process The Seven Step Improvement Process Overview 13 Confidential

14 Case Study: Apply Continual Service Improvement concepts to the Case Study Organization Exam Questions: Continual Service Improvement III. Service Operation Purpose, Objectives, Scope and Value of Service Operation Processes Incident Management Purpose, Objectives, Scope, Basic Concepts Incident Management Activities Interfaces to other ITSM Processes Problem Management Overview Purpose, Objectives, Scope, Basic Concepts Problem Management Activities Interfaces to other ITSM Processes Event Management Overview Request Fulfillment Overview Access Management Overview Case Study: Apply Service Operation concepts to the Case Study Organization Exam Questions: Service Operation IV. Service Transition Purpose, Objectives, Scope and Value of Service Transition Processes Transition Planning and Support Overview Change Management Purpose, Objectives, Scope, Basic Concepts Change Management Key Activities Interfaces to other ITSM Processes Release and Deployment Management Overview Service Asset and Configuration Management Overview Knowledge Management Overview Case Study: Apply Service Transition concepts to the Case Study Organization Exam Questions: Service Transition V. Service Design Purpose, Objectives, Scope and Value of Service Design Key Concepts 4 P's of Service Design 5 Service Design Aspects Service Design Package Processes Design Coordination Overview Service Catalog Management Overview Service Level Management 14 Confidential

15 Purpose, Objectives, Scope, Basic Concepts Service Level Management Activities Interfaces to other ITSM Processes Supplier Management Overview Capacity Management Overview Availability Management Overview IT Service Continuity Management Overview Information Security Management Overview Case Study: Apply Service Design concepts to the Case Study Organization Exam Questions: Service Design VI. Service Strategy Purpose, Objectives, Scope and Value of Service Strategy Processes Service Portfolio Management Overview Business Relationship Management Overview Financial Management for IT Services Overview Case Study: Apply Service Strategy concepts to the Case Study Organization Exam Questions: Service Strategy VII. Wrap Up and Review The ITIL Service Lifecycle Model Review Service Strategy Review Service Design Review Service Transition Review Service Operation Review Continual Service Improvement Review VIII. Course Recap Mock Exam Prep Mock Exam Mock Exam Score Exam Prep Exam Non Certified ITIL 2011 Foundations Training 2 Day course without exam Course Outline I. Introduction to ITIL and IT Service Management History ITIL Terms The ITIL Service Lifecycle Model Service Strategy Overview Service Design Overview 15 Confidential

16 Service Transition Overview Service Operation Overview Continual Service Improvement Overview Service Life Cycle Key Links Service Management Model Case Study: ITIL Life Cycle in the Case Study Organization Exam Questions: ITIL & Service Management II. Continual Service Improvement Purpose, Objectives, Scope and Value of Continual Service Improvement ITIL Terms & Concepts Service Management Functions Service Desk IT Operations Management Technical Management Application Management Continual Service Improvement Key Concepts The Deming Cycle Continual Service Improvement Approach Metrics Continual Service Improvement Process The Seven Step Improvement Process Overview Case Study: Apply Continual Service Improvement concepts to the Case Study Organization Exam Questions: Continual Service Improvement III. Service Operation Purpose, Objectives, Scope and Value of Service Operation Processes Incident Management Purpose, Objectives, Scope, Basic Concepts Incident Management Activities Interfaces to other ITSM Processes Problem Management Overview Purpose, Objectives, Scope, Basic Concepts Problem Management Activities Interfaces to other ITSM Processes Event Management Overview Request Fulfillment Overview Access Management Overview Case Study: Apply Service Operation concepts to the Case Study Organization Exam Questions: Service Operation IV. Service Transition Purpose, Objectives, Scope and Value of Service Transition 16 Confidential

17 Processes Transition Planning and Support Overview Change Management Purpose, Objectives, Scope, Basic Concepts Change Management Key Activities Interfaces to other ITSM Processes Release and Deployment Management Overview Service Asset and Configuration Management Overview Knowledge Management Overview Case Study: Apply Service Transition concepts to the Case Study Organization Exam Questions: Service Transition V. Service Design Purpose, Objectives, Scope and Value of Service Design Key Concepts 4 P's of Service Design 5 Service Design Aspects Service Design Package Processes Design Coordination Overview Service Catalog Management Overview Service Level Management Purpose, Objectives, Scope, Basic Concepts Service Level Management Activities Interfaces to other ITSM Processes Supplier Management Overview Capacity Management Overview Availability Management Overview IT Service Continuity Management Overview Information Security Management Overview Case Study: Apply Service Design concepts to the Case Study Organization Exam Questions: Service Design VI. Service Strategy Purpose, Objectives, Scope and Value of Service Strategy Processes Service Portfolio Management Overview Business Relationship Management Overview Financial Management for IT Services Overview Case Study: Apply Service Strategy concepts to the Case Study Organization Exam Questions: Service Strategy VII. Wrap Up and Review The ITIL Service Lifecycle Model Review 17 Confidential

18 Service Strategy Review Service Design Review Service Transition Review Service Operation Review Continual Service Improvement Review Pricing Rates below includes all costs (instructor fee, travel & accommodations, course materials, etc). This is an All Inclusive flat rate. Availability We have instructors available for training beginning Monday, January 14, 2013 and ending, August 31, Please review attached instructor bios. Cost of Individual Courses Course Training Days Price for up to 20 students Fundamentals of Software Testing 2 $8,750 Planning Effective Software Testing 2 $8,750 Combination of Proactive User Acceptance Testing & Risk Based Testing 2 $8,750 Agile Testing 2 $8,750 Certified ITIL 2011 Foundations Training 3 $14,250 Non Certified ITIL 2011 Foundations Training 2 $9,750 Additional 15% Discount: For any (two) 2 day sessions held back to back during the same week, ASPE will offer an additional 15% off the total rate. For example: Fundamentals of Software Testing First Session: Jan 28 29: $8750 / Second Session: Jan 30 31: $8750. Total = $ % discount = $ Estimated Project Total (without additional discount computed) Course Based on # of Sessions Projected # of Students Estimated Total Fundamentals of Software Testing ppl $26,250 $35,000 Planning Effective Software Testing ppl $26,250 $35,000 Combination of Proactive User Acceptance Testing & Risk Based Testing 3 60 ppl $26,250 Agile Testing 2 40 ppl $17,500 Non Certified ITIL 2011 Foundations Training OR Certified ITIL 2011 Foundations Training 3 60 ppl $29,250 OR $42,750 $125,500 $156, Confidential

19 ASPE will present the course at the training facilities of the client. As part of this agreement, ASPE will provide the following services: 1. Qualified and experienced instructor 2. Course workbooks for each student 3. Course evaluation forms via Metrics That Matter online evaluation tool 4. All course related shipping and handling expenses 5. A course completion certificate with 7 PMI PDU s per day 6. A 100% pass guarantee We guarantee a passing score. If you do not pass the ITIL certification exam on your first try within four weeks after your class has completed, we will provide you with a new exam voucher! If you fail the second time, you can attend another session free of charge! We ask that the client will provide: A classroom learning environment Refreshments for the attendees if desired A projector, flip chart and white board Clear directions to your classroom facility A list of the attendee s names, with titles, addresses and mail addresses ten (10) days prior to the start of the course Thank you for the opportunity to quote on this training. Alysia Barnes National Account Manager ASPE, Inc (Direct Line) (Fax) abarnes@aspeinc.com 19 Confidential

Agile Testing. What Students Learn

Agile Testing. What Students Learn Agile Testing Transition sound traditional test practices into an Agile development environment. By using a step-by-step approach, this course documents how to transition from traditional test practices

More information

Agile extreme Development & Project Management Strategy Mentored/Component-based Workshop Series

Agile extreme Development & Project Management Strategy Mentored/Component-based Workshop Series Overview This is a 15-day live facilitator-led or virtual workshop is designed to prompt your entire team to work efficiently with Microsoft s Application Lifecycle Management solution based around Visual

More information

Agile Testing (October 2011) Page 1. Learning Objectives for Agile Testing

Agile Testing (October 2011) Page 1. Learning Objectives for Agile Testing Agile Testing (October 2011) Page 1 Learning Objectives for Agile Testing "Certification is the by-product; Learning is the product." Agile Testing should: Compare and contrast agile testing with traditional

More information

Your Software Quality is Our Business. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc.

Your Software Quality is Our Business. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc. February 2013 1 Executive Summary Adnet is pleased to provide this white paper, describing our approach to performing

More information

AGILE SOFTWARE TESTING

AGILE SOFTWARE TESTING AGILE SOFTWARE TESTING Business environments continue to rapidly evolve, leaving many IT organizations struggling to keep up. This need for speed has led to an increased interest in the Agile software

More information

PINK ELEPHANT THOUGHT LEADERSHIP WHITE PAPER DEVELOPING AN IT SERVICE MANAGEMENT TRAINING STRATEGY & PLAN

PINK ELEPHANT THOUGHT LEADERSHIP WHITE PAPER DEVELOPING AN IT SERVICE MANAGEMENT TRAINING STRATEGY & PLAN PINK ELEPHANT THOUGHT LEADERSHIP WHITE PAPER DEVELOPING AN IT SERVICE MANAGEMENT TRAINING STRATEGY & PLAN Executive Summary Developing and implementing an overall IT Service Management (ITSM) training

More information

Enabling Continuous Delivery by Leveraging the Deployment Pipeline

Enabling Continuous Delivery by Leveraging the Deployment Pipeline Enabling Continuous Delivery by Leveraging the Deployment Pipeline Jason Carter Principal (972) 689-6402 Jason.carter@parivedasolutions.com Pariveda Solutions, Inc. Dallas,TX Table of Contents Matching

More information

ITIL V3 Foundation Certification - Sample Exam 1

ITIL V3 Foundation Certification - Sample Exam 1 ITIL V3 Foundation Certification - Sample Exam 1 The new version of ITIL (Information Technology Infrastructure Library) was launched in June 2007. ITIL V3 primarily describes the Service Lifecycle of

More information

Agile QA Process. Anand Bagmar Anand.Bagmar@thoughtworks.com abagmar@gmail.com http://www.essenceoftesting.blogspot.com. Version 1.

Agile QA Process. Anand Bagmar Anand.Bagmar@thoughtworks.com abagmar@gmail.com http://www.essenceoftesting.blogspot.com. Version 1. Agile QA Process Anand Bagmar Anand.Bagmar@thoughtworks.com abagmar@gmail.com http://www.essenceoftesting.blogspot.com Version 1.1 Agile QA Process 1 / 12 1. Objective QA is NOT the gatekeeper of the quality

More information

Development of Information Technology Service Management System in Academy on International Standard

Development of Information Technology Service Management System in Academy on International Standard Development of Information Technology Service Management System in Academy on International Standard 1 Pallop Piriyasurawong, 2 Sarun Nakthanom 1 Department of Technological Education Faculty of Technical

More information

Software Quality Testing Course Material

Software Quality Testing Course Material Prepared by Vipul Jain Software Quality Testing Course Material Course content is designed and will be taught in such a manner in order to make a person job ready in around 10-12 weeks. Classroom sessions

More information

Collaborating for Quality in Agile Application Development From Beginning to End

Collaborating for Quality in Agile Application Development From Beginning to End Collaborating for Quality in Agile Application Development From Beginning to End + 1 Agenda Application Development Challenges Meeting the Challenge in the Enterprise End-to-End HP/CollabNet Solution Agile

More information

Contents. -Testing as a Services - TaaS 4. -Staffing Strategies 4. -Testing as a Managed Services - TaaMS 5. -Services 6.

Contents. -Testing as a Services - TaaS 4. -Staffing Strategies 4. -Testing as a Managed Services - TaaMS 5. -Services 6. Contents -Testing as a Services - TaaS 4 -Staffing Strategies 4 -Testing as a Managed Services - TaaMS 5 -Services 6 -Training 8 2 TestPRO is an Egyptian company founded in 2012 and headquartered in Nasr

More information

Agile project portfolio manageme nt

Agile project portfolio manageme nt Agile project portfolio manageme nt Agile project & portfolio summit at Harrisburg University May 9, 2016 Agile project portfolio management Agenda Portfolio management challenges Traditional portfolio

More information

ITIL: Foundation (Revision 1.6) Course Overview. Course Outline

ITIL: Foundation (Revision 1.6) Course Overview. Course Outline ITIL: Foundation (Revision 1.6) Course Overview The ITIL Foundation Certification Course introduces the new student to the fundamentals of IT Service Management as described in the IT Infrastructure Library

More information

Agile Scrum Workshop

Agile Scrum Workshop Agile Scrum Workshop What is agile and scrum? Agile meaning: Able to move quickly and easily. Scrum meaning: a Rugby play Agile Scrum: It is an iterative and incremental agile software development framework

More information

ICAgile Learning Roadmap Agile Testing Track

ICAgile Learning Roadmap Agile Testing Track International Consortium for Agile ICAgile Learning Roadmap Agile Testing Track Learning Objectives Licensing Information The work in this document was facilitated by the International Consortium for Agile

More information

Appendix G: Organizational Change Management Plan. DRAFT (Pending approval) April 2007

Appendix G: Organizational Change Management Plan. DRAFT (Pending approval) April 2007 Appendix G: Organizational Change Management Plan DRAFT (Pending approval) April 2007 Table of Contents TABLE OF CONTENTS... 1 INTRODUCTION:... 2 ABT ORGANIZATIONAL CHANGE MANAGEMENT SCOPE... 2 PEOPLESOFT

More information

AGILE - QUICK GUIDE AGILE - PRIMER

AGILE - QUICK GUIDE AGILE - PRIMER AGILE - QUICK GUIDE http://www.tutorialspoint.com/agile/agile_quick_guide.htm Copyright tutorialspoint.com AGILE - PRIMER Agile is a software development methodology to build a software incrementally using

More information

ITIL by Test-king. Exam code: ITIL-F. Exam name: ITIL Foundation. Version 15.0

ITIL by Test-king. Exam code: ITIL-F. Exam name: ITIL Foundation. Version 15.0 ITIL by Test-king Number: ITIL-F Passing Score: 800 Time Limit: 120 min File Version: 15.0 Sections 1. Service Management as a practice 2. The Service Lifecycle 3. Generic concepts and definitions 4. Key

More information

EXIN Accredited 4 days workshop on ITIL Intermediate Qualification- Release Control & Validation Certificate

EXIN Accredited 4 days workshop on ITIL Intermediate Qualification- Release Control & Validation Certificate EXIN Accredited 4 days workshop on ITIL Intermediate Qualification- Release Control & Validation Certificate About the Workshop Workshop on The ITIL Intermediate Qualification: Release, Control and Validation

More information

Measuring ROI of Agile Transformation

Measuring ROI of Agile Transformation Measuring ROI of Agile Transformation Title of the Paper: Measuring Return on Investment (ROI) of Agile Transformation Theme: Strategic & Innovative Practices Portfolio, Programs & Project (PPP) Management

More information

Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros.

Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros. Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros.com 1 About Coveros Coveros helps organizations accelerate the delivery

More information

How To Improve Your Business Recipe Cards

How To Improve Your Business Recipe Cards white paper Measure. Manage. Improve: Unlocking the Business Value of Software Development Optimization EXECUTIVE SUMMARY In 2011 the Standish Group s CHAOS Manifesto showed that 37% of software projects

More information

LEAN AGILE POCKET GUIDE

LEAN AGILE POCKET GUIDE SATORI CONSULTING LEAN AGILE POCKET GUIDE Software Product Development Methodology Reference Guide PURPOSE This pocket guide serves as a reference to a family of lean agile software development methodologies

More information

SmartBear Software Pragmatic Agile Development (PAD) Conceptual Framework

SmartBear Software Pragmatic Agile Development (PAD) Conceptual Framework Pragmatic Agile Development (PAD) Conceptual Framework This document describes the Pragmatic Agile Development framework, a Scrum based development process. SmartBear Software 3/10/2010 Pragmatic Agile

More information

EXIN.Passguide.EX0-001.v2014-10-25.by.SAM.424q. Exam Code: EX0-001. Exam Name: ITIL Foundation (syllabus 2011) Exam

EXIN.Passguide.EX0-001.v2014-10-25.by.SAM.424q. Exam Code: EX0-001. Exam Name: ITIL Foundation (syllabus 2011) Exam EXIN.Passguide.EX0-001.v2014-10-25.by.SAM.424q Number: EX0-001 Passing Score: 800 Time Limit: 120 min File Version: 24.5 http://www.gratisexam.com/ Exam Code: EX0-001 Exam Name: ITIL Foundation (syllabus

More information

Free ITIL v.3. Foundation. Exam Sample Paper 1. You have 1 hour to complete all 40 Questions. You must get 26 or more correct to pass

Free ITIL v.3. Foundation. Exam Sample Paper 1. You have 1 hour to complete all 40 Questions. You must get 26 or more correct to pass Free ITIL v.3. Foundation Exam Sample Paper 1 You have 1 hour to complete all 40 Questions You must get 26 or more correct to pass Compliments of Advance ITSM www.advanceitsm.com 1. What is the main reason

More information

HP Service Manager software

HP Service Manager software HP Service Manager software The HP next generation IT Service Management solution is the industry leading consolidated IT service desk. Brochure HP Service Manager: Setting the standard for IT Service

More information

ERP. Key Initiative Overview

ERP. Key Initiative Overview Jeff Woods Research Managing Vice President This overview provides a high-level description of the ERP Key Initiative. IT leaders can use this overview to better understand what they need to do to prepare

More information

WE ARE FOCUSED ON HELPING OUR CLIENTS WORK SMARTER AND MORE EFFICIENTLY SO THAT TOGETHER, WE CAN EMPOWER PEOPLE TO DELIVER GREAT RESULTS.

WE ARE FOCUSED ON HELPING OUR CLIENTS WORK SMARTER AND MORE EFFICIENTLY SO THAT TOGETHER, WE CAN EMPOWER PEOPLE TO DELIVER GREAT RESULTS. WE ARE FOCUSED ON HELPING OUR CLIENTS WORK SMARTER AND MORE EFFICIENTLY SO THAT TOGETHER, WE CAN EMPOWER PEOPLE TO DELIVER GREAT RESULTS. We believe that people working towards common goals are capable

More information

ITIL v3 Service Manager Bridge

ITIL v3 Service Manager Bridge ITIL v3 Service Manager Bridge Course Length: 5 Days Course Overview This 5 day hands on, certification training program enables ITIL Version 2 certified Service Managers to upgrade their Service Manager

More information

Project Management Plan for

Project Management Plan for Project Management Plan for [Project ID] Prepared by: Date: [Name], Project Manager Approved by: Date: [Name], Project Sponsor Approved by: Date: [Name], Executive Manager Table of Contents Project Summary...

More information

BRIDGE. the gaps between IT, cloud service providers, and the business. IT service management for the cloud. Business white paper

BRIDGE. the gaps between IT, cloud service providers, and the business. IT service management for the cloud. Business white paper BRIDGE the gaps between IT, cloud service providers, and the business. IT service management for the cloud Business white paper Executive summary Today, with more and more cloud services materializing,

More information

Integrating Project Management and Service Management

Integrating Project Management and Service Management Integrating Project and Integrating Project and By Reg Lo with contributions from Michael Robinson. 1 Introduction Project has become a well recognized management discipline within IT. is also becoming

More information

- 5 days (30 PDUs)... 15. ITIL V3 Intermediate Capability - Planning, Protection and Optimization... 14

- 5 days (30 PDUs)... 15. ITIL V3 Intermediate Capability - Planning, Protection and Optimization... 14 Course List Business Analysis... 5 Advanced Business Analysis - 2 days (16 PD Hrs/CDUs)... 5 Basics of Business Analysis - 1 day... 5 Business Process Analysis - 2 days... 5 Business Analysis Certification

More information

Essentials of the Quality Assurance Practice Principles of Testing Test Documentation Techniques. Target Audience: Prerequisites:

Essentials of the Quality Assurance Practice Principles of Testing Test Documentation Techniques. Target Audience: Prerequisites: Curriculum Certified Software Tester (CST) Common Body of Knowledge Control Procedures Problem Resolution Reports Requirements Test Builds Test Cases Test Execution Test Plans Test Planning Testing Concepts

More information

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info MANUAL TESTING (Complete Package) WEB APP TESTING DB TESTING MOBILE APP TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION :

More information

Quality Assurance - Karthik

Quality Assurance - Karthik Prevention is better than cure Quality Assurance - Karthik This maxim perfectly explains the difference between quality assurance and quality control. Quality Assurance is a set of processes that needs

More information

PASTA Abstract. Process for Attack S imulation & Threat Assessment Abstract. VerSprite, LLC Copyright 2013

PASTA Abstract. Process for Attack S imulation & Threat Assessment Abstract. VerSprite, LLC Copyright 2013 2013 PASTA Abstract Process for Attack S imulation & Threat Assessment Abstract VerSprite, LLC Copyright 2013 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Maximize Software Development ROI With Quality Assurance. Showing the value of the Quality Process

Maximize Software Development ROI With Quality Assurance. Showing the value of the Quality Process Maximize Software Development ROI With Quality Assurance Showing the value of the Quality Process Thibault Dambrine Agenda Software Quality Assurance ROI - Quantifying the Cost of Quality - Justifying

More information

Agile and Secure: Can We Be Both?

Agile and Secure: Can We Be Both? Agile and Secure: Can We Be Both? OWASP AppSec Seattle Oct 2006 Keith Landrus Director of Technology Denim Group Ltd. keith.landrus@denimgroup.com (210) 572-4400 Copyright 2006 - The OWASP Foundation Permission

More information

Project Management Certificate (IT Professionals)

Project Management Certificate (IT Professionals) Project Management Certificate (IT Professionals) Whether your field is architecture or information technology, successful planning involves a carefully crafted set of steps to planned and measurable goals.

More information

Establishing and Maintaining Top to Bottom Transparency Using the Meta-Scrum

Establishing and Maintaining Top to Bottom Transparency Using the Meta-Scrum ARTICLE Establishing and Maintaining Top to Bottom Transparency Using the Meta-Scrum by Brent Barton Agile Journal Oct. 6, 2007 Agile processes and practices have gained enough attention that both IT businesses

More information

Your Agile Team s Indispensible Asset

Your Agile Team s Indispensible Asset Agile / Scrum Training Lean Software Development Agile Organizational Metrics Executive Coaching Improved Team Dynamics Improved Efficiency! Your Agile Team s Indispensible Asset The Agile Business Analyst

More information

Qlik UKI Consulting Services Catalogue

Qlik UKI Consulting Services Catalogue Qlik UKI Consulting Services Catalogue The key to a successful Qlik project lies in the right people, the right skills, and the right activities in the right order www.qlik.co.uk Table of Contents Introduction

More information

ITIL Intermediate Qualification: Service Offerings and Agreement. Webinar presentation 8 May 2009

ITIL Intermediate Qualification: Service Offerings and Agreement. Webinar presentation 8 May 2009 ITIL Intermediate Qualification: Service Offerings and Agreement Webinar presentation 8 May 2009 Team Lead SOA Vernon Lloyd FISM IT Industry before it was IT (1970) Done most things in most places ITSM

More information

Project, Portfolio Management (PPM) for the Enterprise Whose System is it Anyway?

Project, Portfolio Management (PPM) for the Enterprise Whose System is it Anyway? Project, Portfolio Management (PPM) for the Enterprise Whose System is it Anyway? Protecting Your Investment with a Bottom-up Approach Revised December 2012 Heather Champoux, PMP http://epmlive.com Contents

More information

Quality Assurance in an Agile Environment

Quality Assurance in an Agile Environment Quality Assurance in an Agile Environment 1 Discussion Topic The Agile Movement Transition of QA practice and methods to Agile from Traditional Scrum and QA Recap Open Discussion www.emids.com 2 What is

More information

Getting a head start in Software Asset Management

Getting a head start in Software Asset Management Getting a head start in Software Asset Management Managing software for improved cost control, better security and reduced risk A guide from Centennial Software September 2007 Abstract Software Asset Management

More information

Managing Agile Projects in TestTrack GUIDE

Managing Agile Projects in TestTrack GUIDE Managing Agile Projects in TestTrack GUIDE Table of Contents Introduction...1 Automatic Traceability...2 Setting Up TestTrack for Agile...6 Plan Your Folder Structure... 10 Building Your Product Backlog...

More information

Testing and Scrum. Agenda. Fall 2007 Scrum Gathering

Testing and Scrum. Agenda. Fall 2007 Scrum Gathering Testing and Scrum Fall 2007 Scrum Gathering Ralph van Roosmalen Agenda Introduction The Classical Test Approach Organization Test Documentation Test Activities Recruitment Reporting Test Automation Lessons

More information

Oracle EBS Service Contracts Extensions for Oracle Endeca

Oracle EBS Service Contracts Extensions for Oracle Endeca Oracle EBS Service Contracts Extensions for Oracle Endeca Amit Jha Project Leader, Product Management Oracle EBS Procurement & Contracts October 02, 2014 Safe Harbor Statement The following is intended

More information

ASAP Certification Examination Preparation Guide

ASAP Certification Examination Preparation Guide ASAP Certification Examination Preparation Guide CA-AM Certification of Achievement-Alliance Management CSAP Certified Strategic Alliance Professional May 24, 2011 ASAP Certification Examination Preparation

More information

Nova Software Quality Assurance Process

Nova Software Quality Assurance Process Nova Software Quality Assurance Process White Paper Atlantic International Building 15F No.2 Ke Yuan Yi Road, Shiqiaopu, Chongqing, P.R.C. 400039 Tel: 86-23- 68795169 Fax: 86-23- 68795169 Quality Assurance

More information

Continuous???? Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

Continuous???? Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. ???? 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Application Delivery is Accelerating Surge in # of releases per app

More information

How can I be agile and still satisfy the auditors?

How can I be agile and still satisfy the auditors? How can I be agile and still satisfy the auditors? Welcome & Introductions Steve Ropa Steven.ropa@versionone.com Agile Coach Certified Scrum Master Certified Scrum Product Owner 19 years software development

More information

Foundation. Summary. ITIL and Services. Services - Delivering value to customers in the form of goods and services - End-to-end Service

Foundation. Summary. ITIL and Services. Services - Delivering value to customers in the form of goods and services - End-to-end Service ITIL ITIL Foundation Summary ITIL and s Design s - Delivering value to customers in the form of goods and services - End-to-end ITIL Best Practice - Scalable and not prescriptive - Gathered from Users,

More information

Enterprise Release Management

Enterprise Release Management Enterprise Release Management Plutora helps organizations manage complex IT Feature Pipeline, IT Releases and IT Test Environments in a simple and transparent manner. Enterprise Releases Transparency and

More information

Scrum: A disciplined approach to product quality and project success.

Scrum: A disciplined approach to product quality and project success. Scrum: A disciplined approach to product quality and project success. CQAA February 23, 2011 Patricia Rotman Introductions Copyright 2011-2 Alternate Titles Considered Scrum: Just do it! Scrum: It only

More information

Why Test Automation Fails

Why Test Automation Fails Why Test Automation Fails in Theory and in Practice Jim Trentadue Enterprise Account Manager- Ranorex jtrentadue@ranorex.com Thursday, January 15, 2015 Agenda Agenda Test Automation Industry recap Test

More information

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 The following pages present the CSM taxonomy as validated through the 2011 Scrum Alliance Validation Study. Total questions

More information

Enterprise Test Management Standards

Enterprise Test Management Standards Enterprise Test Management Standards Version 4.0 09/28/2012 Document Number: FSA_TOADG_STDS_TEST.TMS_001 Document Version Control This section summarizes this document revision history. Each entry includes

More information

ITIL V3 Application Support Volume 1

ITIL V3 Application Support Volume 1 ITIL V3 Application Support Volume 1 Service Management For Application Support ITIL is a Registered Trade Mark and Community Trademark of the Office of Government and Commerce. This document may contain

More information

INTERMEDIATE QUALIFICATION

INTERMEDIATE QUALIFICATION PROFESSIONAL QUALIFICATION SCHEME INTERMEDIATE QUALIFICATION SERVICE LIFECYCLE SERVICE DESIGN CERTIFICATE SYLLABUS Page 2 of 18 Contents SERVICE DESIGN CERTIFICATE 4 Target Candidate 4 Prerequisite Entry

More information

www.testing-solutions.com TSG Quick Reference Guide to Agile Development & Testing Enabling Successful Business Outcomes

www.testing-solutions.com TSG Quick Reference Guide to Agile Development & Testing Enabling Successful Business Outcomes www. TSG Quick Reference Guide to Agile Development & Testing Enabling Successful Business Outcomes What is Agile Development? There are various opinions on what defines agile development, but most would

More information

MANAGED SERVICES FOR THE PROGRAM MANAGEMENT OFFICE

MANAGED SERVICES FOR THE PROGRAM MANAGEMENT OFFICE PMO Symposium MANAGED SERVICES FOR THE PROGRAM MANAGEMENT OFFICE INTRODUCTION As Program Management Offices (PMOs) continue to grow in an expanded role, it is increasingly more important that the integration

More information

W hitepapers. Delighting Vodafone Turkey s Customers via Agile Transformation

W hitepapers. Delighting Vodafone Turkey s Customers via Agile Transformation October 2014 W hitepapers Delighting Vodafone Turkey s Customers via Agile Transformation Mehmet Yitmen, Erhan Köseoğlu, İbrahim Güneş, Gülnur Bayhan, Seda Erboral Introduction Vodafone is one of the world's

More information

Business Continuity Position Description

Business Continuity Position Description Position Description February 9, 2015 Position Description February 9, 2015 Page i Table of Contents General Characteristics... 2 Career Path... 3 Explanation of Proficiency Level Definitions... 8 Summary

More information

TEST MANAGEMENT SOLUTION Buyer s Guide WHITEPAPER. Real-Time Test Management

TEST MANAGEMENT SOLUTION Buyer s Guide WHITEPAPER. Real-Time Test Management TEST MANAGEMENT SOLUTION Buyer s Guide WHITEPAPER Real-Time Test Management How to Select the Best Test Management Vendor? The implementation of a Test Management system to automate business processes

More information

Reaching CMM Levels 2 and 3 with the Rational Unified Process

Reaching CMM Levels 2 and 3 with the Rational Unified Process Reaching CMM Levels 2 and 3 with the Rational Unified Process Rational Software White Paper TP174 Table of Contents INTRODUCTION... 1 LEVEL-2, REPEATABLE... 3 Requirements Management... 3 Software Project

More information

Mastering the Iteration: An Agile White Paper

Mastering the Iteration: An Agile White Paper Rally Software Development Corporation Whitepaper Mastering the Iteration: An Agile White Paper Dean Leffingwell Abstract: The heartbeat of Agile development is the iteration the ability of the team to

More information

STSG Methodologies and Support Structure

STSG Methodologies and Support Structure STSG Methodologies and Support Structure STSG Application Life Cycle Management STSG utilizes comprehensive lifecycle tools that are fully integrated and provide capabilities for most of the roles in its

More information

ServiceNow Authorized Training Partner. Program Guide

ServiceNow Authorized Training Partner. Program Guide ServiceNow Authorized Training Partner Program Guide ServiceNow Authorized Training Partner Program Guide Table of Contents Introduction... 3 Section I: ATP Program... 3 Program Overview... 3 Partner Candidate

More information

Establishing your Automation Development Lifecycle

Establishing your Automation Development Lifecycle Establishing your Automation Development Lifecycle Frequently I engage clients in assessing and improving their automation efforts. The discussion normally starts from a position of frustration We ve invested

More information

Marketing scrum vs IT scrum two marketing case studies who now act first and apologize later

Marketing scrum vs IT scrum two marketing case studies who now act first and apologize later Marketing scrum vs IT scrum two marketing case studies who now act first and apologize later JEROEN MOLENAAR, XEBIA NETHERLANDS BV Read about Scrum being used in a Marketing department. Learn about differences.

More information

Preface 2008 - Agile Testing Review

Preface 2008 - Agile Testing Review Preface Why We Wrote This Book We were early adopters of Extreme Programming, testing on XP teams that weren't at all sure where testers and testing fit in. At the time, there wasn't much in the agile

More information

Smarter Balanced Assessment Consortium. Recommendation

Smarter Balanced Assessment Consortium. Recommendation Smarter Balanced Assessment Consortium Recommendation Smarter Balanced Quality Assurance Approach Recommendation for the Smarter Balanced Assessment Consortium 20 July 2012 Summary When this document was

More information

Business Process Management The Must Have Enterprise Solution for the New Century

Business Process Management The Must Have Enterprise Solution for the New Century Business Process Management The Must Have Enterprise Solution for the New Century 15200 Weston Parkway, Suite 106 Cary, NC 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-Mail: info@ultimus.com WWW:

More information

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 The following pages present the CSM taxonomy as validated through the 2011 Scrum Alliance Validation Study. Each percentage

More information

Mariusz Chrapko. Before: Software Quality Engineer/ Agile Coach, Motorola, Poland. My Public Profile: http://www.linkedin.

Mariusz Chrapko. Before: Software Quality Engineer/ Agile Coach, Motorola, Poland. My Public Profile: http://www.linkedin. Gathering Customer Requirements in an Agile Environment Mariusz Chrapko ReConf 2009, Munich Mariusz Chrapko Now: Process Consultant/ Agile Coach@Kugler Maag CIE, Stuttgart Supported Areas: - CMMI - SPICE/

More information

This alignment chart was designed specifically for the use of Red River College. These alignments have not been verified or endorsed by the IIBA.

This alignment chart was designed specifically for the use of Red River College. These alignments have not been verified or endorsed by the IIBA. Red River College Course Learning Outcome Alignment with BABOK Version 2 This alignment chart was designed specifically for the use of Red River College. These alignments have not been verified or endorsed

More information

in O&M/Sustainment: What s Different? Paul E. McMahon Principal, PEM Systems

in O&M/Sustainment: What s Different? Paul E. McMahon Principal, PEM Systems Measurement in Backlog Management in O&M/Sustainment: What s Different? Paul E. McMahon Principal, PEM Systems 1 Introduction Goal: What s Different? -Share 12 insights Waterfall Backlog driven /Iterative

More information

System Development Life Cycle Guide

System Development Life Cycle Guide TEXAS DEPARTMENT OF INFORMATION RESOURCES System Development Life Cycle Guide Version 1.1 30 MAY 2008 Version History This and other Framework Extension tools are available on Framework Web site. Release

More information

COBIT 5 Implementation Certification Course

COBIT 5 Implementation Certification Course COBIT 5 Implementation Certification Course About COBIT 5.0 Information is created, used, retained, disclosed and destroyed. Technology plays a key role in these actions and technology is becoming pervasive

More information

ITIL V3: Making Business Services Serve the Business

ITIL V3: Making Business Services Serve the Business ITIL V3: Making Business Services Serve the Business An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for ASG October 2008 IT Management Research, Industry Analysis, and Consulting Table

More information

What Every Project Manager should know about ITIL s Service Lifecycle Framework. Daniel Cayouette PMP - daniel@cayouette.

What Every Project Manager should know about ITIL s Service Lifecycle Framework. Daniel Cayouette PMP - daniel@cayouette. What Every Project Manager should know about ITIL s Lifecycle Framework Daniel Cayouette PMP - daniel@cayouette.com Sept 19, 2009 1 Presentation Objectives This presentation will provide a high-level view

More information

BUSINESS ANALYSIS ANISAN TECHNOLOGIES (I) PRIVATE LIMITED

BUSINESS ANALYSIS ANISAN TECHNOLOGIES (I) PRIVATE LIMITED TECHNOLOGY PEOPLE BUSINESS ANALYSIS ANISAN TECHNOLOGIES (I) PRIVATE LIMITED INTRODUCTION : ANISAN Technologies is a global consulting organization located in Jersey City, USA & Mumbai, India. We envision

More information

Agile Metrics. It s Not All That Complicated

Agile Metrics. It s Not All That Complicated Agile Metrics It s Not All That Complicated Welcome About your Trainer, Katia Sullivan VersionOne Product Trainer and Agile Coach Certified Scrum Master Certified Scrum Product Owner Led teams/org s to

More information

Certified Software Quality Engineer (CSQE) Body of Knowledge

Certified Software Quality Engineer (CSQE) Body of Knowledge Certified Software Quality Engineer (CSQE) Body of Knowledge The topics in this Body of Knowledge include additional detail in the form of subtext explanations and the cognitive level at which the questions

More information

Document Control Information

Document Control Information Document Control Information Document Details Document Name Purpose of Document Document Version Number 5.4 Document Status Document Owner Prepared By The ITIL Intermediate Qualification Service Design

More information

ITIL Introducing service transition

ITIL Introducing service transition ITIL Introducing service transition The goals of service transition Aligning the new or changed service with the organisational requirements and organisational operations Plan and manage the capacity and

More information

500 Creek View Road Newark, DE 19808. LearningServices@compaid.com www.compaid.com/learningservices. ITIL Foundation Training Business Case

500 Creek View Road Newark, DE 19808. LearningServices@compaid.com www.compaid.com/learningservices. ITIL Foundation Training Business Case 500 Creek View Road Newark, DE 19808 LearningServices@compaid.com www.compaid.com/learningservices ITIL Foundation Training Business Case BUSINESS CASE WHAT IS ITIL? ITIL is the most widely used and successful

More information

INTERMEDIATE QUALIFICATION

INTERMEDIATE QUALIFICATION PROFESSIONAL QUALIFICATION SCHEME INTERMEDIATE QUALIFICATION SERVICE CAPABILITY OPERATIONAL SUPPORT AND ANALYSIS CERTIFICATE SYLLABUS Page 2 of 21 Document owner The Official ITIL Accreditor Contents OPERATIONAL

More information

ITIL V3 for Small and Medium Business. Michael O Mara IBM Service Management Executive Tivoli Asia Pacific

ITIL V3 for Small and Medium Business. Michael O Mara IBM Service Management Executive Tivoli Asia Pacific ITIL V3 for Small and Medium Business Michael O Mara IBM Service Management Executive Tivoli Asia Pacific The current situation at an SMB client in the ASEAN region There is no integrated process framework

More information

Issues in Internet Design and Development

Issues in Internet Design and Development Issues in Internet Design and Development Course of Instructions on Issues in Internet Design and Development Week-2 Agile Methods Saad Bin Saleem PhD Candidate (Software Engineering) Users.mct.open.ac.uk/sbs85

More information

Points of Defect Creation

Points of Defect Creation WHITE PAPER Points of Defect Creation by Shankar Krishnamoorthy Software Product development methodologies try to improve quality by promoting the tactic of testing "early and often." When a defect is

More information

Adopting Agile Testing

Adopting Agile Testing Adopting Agile Testing A Borland Agile Testing White Paper August 2012 Executive Summary More and more companies are adopting Agile methods as a flexible way to introduce new software products. An important

More information

Leverage Project Management with ITIL Service Management

Leverage Project Management with ITIL Service Management and Graham Furnis - and Leverage with ITIL is focused on doing things right when running your projects. will help focus your projects on doing the right things for achieving successful business outcomes.

More information

Tonight s Speaker. Life of a Tester at Microsoft Urvashi Tyagi Software Test Manager, Microsoft

Tonight s Speaker. Life of a Tester at Microsoft Urvashi Tyagi Software Test Manager, Microsoft Tonight s Speaker Life of a Tester at Microsoft Urvashi Tyagi Software Test Manager, Microsoft You will learn about what a software tester does at Microsoft, how the role interfaces with program managers

More information