Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages

Size: px
Start display at page:

Download "Advantages and Disadvantages of. Independent Tests. Advantages. Disadvantages"

Transcription

1 8.0 Test Management

2 Outline 8.1 Test organisation 8.2 Test planning and estimation 8.3 Test program monitoring and control 8.4 Configuration management 8.5 Risk and testing 8.6 Summary

3 Independent Testing Test tasks can be taken by people in a specific test role or in a different role for example project manager, quality manager, developer, technical and domain expert, staff in infrastructure or IT-department Independent testers improve the effectiveness of defect finding

4 Advantages and Disadvantages of Advantages Independent Tests Independent testers are impartial and therefore see other and different possibilities for defects, which are to be tested Independent testers can test (possibly wrong) assumptions made by developers when specifying and implementing the system Disadvantages Higher effort for communication because of the separation of the tester from the development team (in perfect independence) An independent test team can ultimately become a bottle neck when it is the final testing instance (in case of bad planning or insufficient equipment) There is the danger that developers do not take over their responsibility for quality sufficiently and hand it over to the independent testers

5 Spectrum of Independence No independent testers, developers test their own code Independent testers within the development teams Independent test team or group within the organisation, reporting to project management or executive management Independent testers from the business organisation or user community Independent test specialists for specific test targets such as usability testers, security testers or certification testers Independent testers outsourced or external to the organisation Dependent Professional testing department Independent

6 Independence and Test Organisation

7 Testing Roles within the Team Independent testing who does what Where possible some or all of the testing should be carried out by independent testers Developers may contribute at the lower levels (typically Component Testing and maybe Component integration) Specialist testers mainly play a role at Functional, Non Functional and System integration test levels The Business and System Administrators provide testing for Acceptance testing (e.g. UAT, OAT) The Test processes and rules are often defined by the Independent testers but must be agreed by management

8 Why independence? Given complex and/or critical applications, one needs Multiple levels of testing Some or all the levels done by independent testers Development testing, while important, is typically is much less effective at finding bugs If independent testers want/have the authority to require and define processes and rules, they should have clear direction

9 The Test Leader Role of the Test Leader Also known as Test Manager or Test Coordinator This role may also be done by Project manager QA manager Development manager In large projects this role may be split into a Test Manager Test (team) Leader Key tasks of a leader Test Planning Test Monitoring Test Control

10 Strategy & Management The Test Leader s tasks Write and review the test strategy Coordinate the test strategy Plan testing effort context, risks & approach Proactive representation in other project activities ensure testing has correct focus Ensure proper configuration management of Testware exists Determine what should be automated Select and implement the most appropriate tools for testing including necessary training Management and definition of the test environmental requirements Define the test schedule based on the delivery of code in to test Monitor Define, record and continually review the testing project metrics Monitor test progress against the test schedule Write the test summary reports Control Adapt testing effort based results and progress

11 Test Leads / Test Manager Devise test strategies, plans Write or review test policy Consult on testing for other project activities Test estimation Test resource acquisition Lead specification, preparation, implementation and execution of tests Monitor and control the test execution Adapt the test plan based on test results Ensure configuration management of testware Ensure traceability Measure test progress, evaluate the quality of the testing and the product Plan any test automation Select tools and organise any tester training Ensure implementation of the test environment Schedule tests Write test summary reports

12 Testers Roles Review and contribute to test plans Analyse, review and assess user requirements, specifications Create test suites, cases, data and procedures Set up the test environment Implement tests on all test levels Execute and log the tests, evaluate results and document problems found Monitor testing using the appropriate tools Automate tests Measure performance of components and systems Review each others tests

13 Refining the Tester Position Test engineers Technical peers of programmers Chose testing as a specialty Write test cases, organise test suites Create, customise and use advanced test tools Have unique skills Test technicians Skilled and experienced tester May be an aspiring test engineer Run tests Report bugs Update test status Assists the test engineers Other test team members System and database administrators Release and configuration engineer Test toolsmiths (automation test engineer)

14 8.2 Test planning and estimation Test Planning Test Planning Activities Exit Criteria Test Estimation Test Approaches

15 Test Planning Test strategies and test plans All projects require a set of plans and strategies which define how the testing will be conducted. There are number of levels at which these are defined: TestPolicy Defines how the organisation will conduct testing Master Test Plan/Test Strategy Defines how the project will conduct testing Functional Test Plan System Integration Test Plan UAT Test Plan Defines how each level of testing will be conducted

16 Master Test Plan - Structure

17

18 Test Planning: Activities (1) Defining the project specific test strategies, the test levels, the entry and exit criteria. Integration and coordination of the test activities with the activities in the software lifecycle (from the analysis phase to the execution and maintenance) Making decisions Which parts are to be tested how intensively, By whom, when and how the test activities are to be executed, How the test results are to be evaluated and When the output criteria are fulfilled Allocation of the necessary resources

19 Test Planning: Activities (2) Defining the volume, degree of detail and the structure of test documentation (as well as prepared templates) Selection of metrics to monitor and control the test preparation and execution, defect resolution and risk factors Defining the level of detail and the description of the test specification so as to ensure a reproduce-able test execution

20 Test Planning: Points to be Considered Development phase The software which is available at the beginning of the test iteration may be different to the original plans and may have limitations or changes to the functionality. This may result in the need to make adjustments to test specifications and test cases. Test results Problems detected in previous test iterations may result in changes to the test priorities. Corrected defects require re-tests which need to be newly planned. Additional tests might also be needed if problems can not be completely reproduced and analysed. Resources The planning of the current test iteration must be coordinated with the current project plan. Aspects to be considered include e.g. the effects of the current staffing commitment, vacation planning, the current availability of the test environment, and special testing tools needed.

21 Test Planning: Factors to be Considered (1) Maturity of the software development process Frequency of errors made by the developer Amount of software changes Validity, consistency and informative value of plans Discipline of configuration and change management Testability of the software Informative value, quality and timeliness of documentation used as the test basis Type of software (e.g. embedded) and system environment Complexity of software Test infrastructure Availability of testing tools Availability of test harness and test infrastructure Availability and awareness of the test process, standards and procedures

22 Test Planning: Factors to be Considered (2) Staff qualification and skills Experience and know-how of the tester regarding Testing Testing tools and test context Test object Cooperation between tester, developer, management and customer Project- and product-specific requirements Quality goals Risk classes and criticality Test objectives and targeted test coverage Target residual error rate or reliability after test completion Test guidelines of the organization and test strategy Scope of the test levels (component, integration, system, acceptance testing, ) Selection of test techniques (which Black-Box or White-Box techniques) Schedule of tests (beginning and execution of test tasks in a project or in a software lifecycle)

23 Transitions: Entry Criteria Entry criteria measure whether the system is ready for a particular test phase Deliverables (test objects, test items) ready and testable? Lab (including test cases, test data, test environment, and test tools) ready? Teams (developers, test, others) ready? These tend to become increasingly rigorous as the phases proceeds System Test can begin when

24 Transitions: Exit Criteria Purpose of exit criteria is to define when we STOP testing either at the: End of all testing i.e. product Go Live End of phase of testing (e.g. hand over from System Test to UAT) Exit Criteria typically measures: Thoroughness measures, such as coverage of requirements or of code or risk coverage Estimates of defect density or reliability measures. (e.g. how many defects open by category) Cost Residual Risks, such as defects not fixed or lack of test coverage in certain areas Schedules - such as those based on time to market. Remember that these are business decisions The system test will end when

25 How do we know when to stop testing? Run out of time? Run out of budget? The business tells you it went live last night! Boss says stop? All defects have been fixed? When our exit criteria have been met?

26 Test Strategy/Procedure, Test Approach Test strategy: the general way in which a test team goes about testing IEEE 829 test plan includes Test Approach Test approach: the implementation of the test strategy for a specific project Defined in test plan, refined in test design The test approach includes decisions made about testing Different situations call for different approaches

27 Test Procedure (1) Test approaches can be classified wrt. the time, when the test design was started Preventive approach Design tests as early as possible Reactive Approach Design tests after programming Typical approaches or strategies contain Analytic approaches e.g. Risk-based tests with focus on the domains with the highest risks of defects (analysis of the test object) Model-based analysis e.g. Stochastic testing, using statistic information about failure rates (e.g. reliability expansion rate model) or system usage (e.g. usage profiles) Methodological approaches e.g. Defect-based testing (Error Guessing) where testing is based on check lists (experience-based) and qualitycharacteristic testing

28 Test Approaches Preventative Test Design done here Reactive Test Design done here Requirements Delivered Code Delivered Go Live

29 Test Approaches Pre-emptive / preventive (*early testing / pre-coding) Reactive / dynamic (*only after coding) Analytical e.g. risk-based and requirement-based BBT, WBT, Heuristics e.g. experience-based A preventative, Risk & Process based approach would start testing early and use a standard industry approach such as the V model using the defined risks as a basis for testing or A reactive, heuristic approach - would start after the code has been delivered and use unplanned testing techniques such as exploratory testing

30 Selection of the Test Procedure Selection is of highest importance and should consider the relevant overall conditions, including The risk of project failure Risk for the project and risk for the people, the environment and the enterprise by product defects or failures Qualification and experience of the people in their respective fields, tools and methods Test objectives and assignment of the test teams Formalities of the development process Product objectives, type and business domain Select a mixture of procedures, which can represent under the overall conditions an optimal relationship between test cost, available resources and expected defect costs Test costs should remain visibly lower than the costs of unresolved defects and deficiencies in the end product Metrics which allow this cost-benefit-relation to be quantified is rarely available to companies developing software

31 Not-to-Test Can Be Expensive Testing can become very extensive and be an important cost factor in a development project The test manager needs to find out How much test expenses are appropriate for a certain software project? When do test expenses exceed their potential benefit wrt. failure costs? To answer this, the cost of failures must be considered when deciding which tests to execute or not to execute A balance needs to be achieved between failure costs and test expenses

32 Test Complexity Test complexity depends on certain factors, among others On the characteristics of the products: Quality of the test basis (specifications and further documents, which are referred to for the testing), the size and testability of the product, the complexity and domain of definition, standards on reliability, security and performance, as well as the volume of documentation On the characteristics of the development process: Consistency of the organisation and degree of maturity of the development- and testing process. Continuity of the used tools, the adopted test infrastructure and the respective test strategy, capabilities of the staff and existing time pressure On the results of the test: The amount of the defects detected influences the extra effort needed for re-working (correction and defect post test) Only if the test complexity is estimated, test resources can be calculated and a test schedule can be created

33 Question 1: Break Exercise 1 Within in your group, answer this question immediately. Consider the use of reactive testing as opposed to pre-designed tests. In the table below, put a + in the column where the factor or concern motivates towards using the approach and a - in the column where the factor or concern motivates away from using the approach.

34 Approaches to Estimate Testing Efforts Two approaches for estimating testing efforts Expert estimation via people in charge of these tasks or external experts Analogy estimation based on metrics of previous or similar projects, or based on typical values (metric-based approach)

35 Expert Estimation (1) Estimation by Single Expert Experts (often the test manager or experienced testers) estimate the effort on the basis of the task description and their experience Advantages Easiest procedure Fast, no computing. No parameter estimation Disadvantages High subjectivity Size estimation uncertainty No transparency of the estimation process

36 Expert Estimation (2) Estimation by many experts Multiple Query Several estimators, if possible from different fields of the organisation, are asked and an average value taken or, (in case of strong differences), discussed and a consensus attempted Delphi-Estimation Technique Formal, written query of several experts Two or more interview sessions with meetings to discuss the intermediate results of the previous round Estimation Examination Transferring the Delphi-Principle to one single group meeting

37 Analogy Estimation Comparison of the test project to be estimated with one or more similar projects which are already finished, Same or similar field of application or assignment of tasks Same or similar product size Same or similar context conditions (e.g. project team, SEU and similar) Differences in task assignment and implementation conditions will be considered by the estimator based on their intuitive experience Advantages Estimation already in very early project levels possible Effort derived from actual project values Estimation of the complete project, as well as on system level Disadvantages Difficult evaluation of the how representative the analogy project is High subjectivity of the allocated discounts and/or extra charges

38

39

40 Test Progress Monitoring (1)

41 Test Progress Monitoring (2)

42 Test Progress Monitoring (3)

43 Exit Criteria and Test Progress Monitoring The objective of exit criteria is to determine when the testing can be terminated, e.g. at the end of a test level, or when the testing has achieved a specified result Typical exit criteria are e.g. Coverage measurements, e.g. coverage of code, functionality or risk Estimation of (residual) defect density or reliability estimation Amount of the remaining risk, such as detected but unsolved defects or lacking test coverage in separate software parts Costs Time, e.g. milestones for delivery or deployment to the market Test progress monitoring delivers feedback and an overview of the test activities The required information to measure the exit criteria can be collected manually or in an automated manner Metrics can also be collected to enable monitoring of the progress in meeting the schedule and adherence to the budget

44 Test status control The measured data is used to analyse the testing status and to answer the following questions: How much has the test progressed? Can the test be terminated and can the product be delivered? The specific criteria considered to be useful and appropriate for determining testing status depend on the quality requirements to be fulfilled (criticality of the software), and also on the availability of test resources (time, staff, tools) The exit criteria which are defined for the project are also defined in the test plan Each test exit criteria must be chosen in a way, that it can be computed from the continuously monitored test metrics

45 Test Status Report(1) After each test iteration, the test manager creates a test status report, in which the following information about the status of the testing can be found: Test object(s), test level, test iteration-date (from... until...) Test progress: What happened during the test time frame (planned/executed/blocked tests) Defect status: new/open/corrected defects Risks: new/changed/known Outlook: Planning of the next test iteration Overall evaluation Evaluation of remaining defects Estimate of whether continuation of the test is economically reasonable Evaluation of the release maturity of the test object Degree of confidence in the test object Decisions about further activities

46 Test Status Report (2) Metrics should be considered for evaluation and decision making The following aspects should be considered Suitability of the test objectives for the test level Suitability of the selected test strategy Effectiveness of the tests in achieving the defined objectives

47

48 Test Control (1) If there are delays compared to the project plan or test plan, adequate corrective measures are to be taken. For example: If (newly) recognised risks appear, change the prioritisation of tests (e.g. delayed delivery of software parts) Adjustment of the time planning, if the availability of the test environment causes delays Corrected defects are to be re-tested by a developer before the software is taken further If needed, request and deploy additional test resources (staff, work space, tools) in order to catch up with the test plan in remaining iterations

49 Test Control (2) If no additional resources are available, the test plan must be adjusted Low priority test cases may be cancelled Test cases which are designed in different variants may be executed only for one variant (e.g. tests are only executed in one operating system instead of different ones as originally planned) As a result of these adjustments, some interesting test cases may not be executed, but the saved resources will enable at least the high priority test cases to be executed

50 Test Control (3) Depending on how serious the detected defects and issues are, the test duration can be extended to allow for additional test iterations which may be needed After each correction phase, the changed software has to be re-tested This can lead to a delay of the deployment or the delivery of the software product It is important, that the test manager documents and communicates all changes to the plan Changes in the original test plan mean generally an increase in the release risk It is the responsibility of the test manager to present the risk to the project manager openly, clearly and in a timely manner.

51 Test Control (Summary) Test control describes any guiding or corrective action taken by the test manager as a result of metrics or information gathered and reported Measures may address any test activity and may affect any other software lifecycle activity or task. Examples of measures for test control are: Re-prioritisation of tests if new or changed risks occur Changes of the test schedule based on the availability of the test environment Setting of an entry criteria that requires defect corrections to be retested before the software is given to the next test level

52 Configuration Management

53 Configuration Management

54 Requirements on Configuration Management (1)

55 Requirements on Configuration Management (2)

56 Configuration Management and Testing

57 Test Release Management Release schedule Update apply (process to install new build) Update unapply (process to remove bad build) Build naming (internal code revision level); e.g., Interrogation (process to determine revision level) Synchronizing with databases, other systems, etc. Roles and responsibilities for each step.

58 Risk-Based Testing

59 What is a Risk?

60 Project Risks The risks that surround the project s capability to deliver its objectives, such as: Organizational factors Skill, training and staff shortages Personnel issues Technical issues: Problems in defining the right requirements. Low quality of design, code, test data. Test environment is not available when needed. Supplier issues: Failure of a third party Contractual issues

61 Handling Project Risks For each project risk, you have 4 options: Mitigation: Reduce the likelihood or impact through preventive steps. Contingency: Have a plan in place to reduce the impact. Transfer: Get some other party to accept the consequences. Ignore: Do nothing about it.

62 Product Risks Potential failure areas in the software or system. A risk to the quality of the product. Include: Failure prone software delivered. Poor data integrity and quality (e.g. data migration issues, data conversion problems, violation of data standards) Software that does not perform its intended functions.

63 Break Exercise 2 Question 2: Within in your group, answer this question immediately. You are working as a test manager on an online banking project. List 5 product risks and 5 project risks for your project?

64 Risk-Based Testing The level of risk varies, depending on: Likelihood arises from technical risk The chance that something might happen. Impact arises from business risk In risk-based testing, testing responds to risk: Allocation of effort, test sequencing, prioritization of defect repair. Providing mitigation and contingency responses Reporting test results and project status.

65 Risk Impact Scale Example

66 List of Risk

67 Example of Typical Risk & Its Mitigation Logistics or product quality problems Mitigation: Careful planning, robust test design. Test items that won t install in the test environment. Mitigation: Smoke testing prior to starting test phases. Contingency: Having a defined uninstall process.

68 Risk Management

INF 3121 Software Testing - Lecture 05. Test Management

INF 3121 Software Testing - Lecture 05. Test Management INF 3121 Software Testing - Lecture 05 Test Management 1. Test organization (20 min) (25 min) (15 min) (10 min) (10 min) (10 min) INF3121 / 23.02.2016 / Raluca Florea 1 1. Test organization (20 min) LO:

More information

T Software Testing and Quality Assurance Test Planning

T Software Testing and Quality Assurance Test Planning T-76.5613 Software Testing and Quality Assurance 10.10.2007 Test Planning Juha Itkonen Outline Test planning, purpose and usage of a test plan Topics of test planning Exercise References: IEEE Std 829-1998,

More information

Chapter 5 Part Test progress monitoring and control. 4. Configuration management. 5. Risk and testing. 6. Incident management

Chapter 5 Part Test progress monitoring and control. 4. Configuration management. 5. Risk and testing. 6. Incident management INF 3121 Software Testing Test progress monitoring and Chapter 5 Part 2 3.3 Test Test progress monitoring and LO: Recall common metrics used tor test preparation and execution LO: Explain and compare metrics

More information

Test Management: Part II. Software Testing: INF3121 / INF4121

Test Management: Part II. Software Testing: INF3121 / INF4121 Test Management: Part II Software Testing: INF3121 / INF4121 Summary: Week 7 Test organisation Independence Tasks of the test leader and testers Test planning and estimation Activities Entry and exit criteria

More information

Test Management: Part I. Software Testing: INF3121 / INF4121

Test Management: Part I. Software Testing: INF3121 / INF4121 Test Management: Part I Software Testing: INF3121 / INF4121 Summary: Week 6 Test organisation Independence Tasks of the test leader and testers Test planning and estimation Activities Entry and exit criteria

More information

WORK PLAN AND IV&V METHODOLOGY Information Technology - Independent Verification and Validation RFP No IVV-B

WORK PLAN AND IV&V METHODOLOGY Information Technology - Independent Verification and Validation RFP No IVV-B 1. Work Plan & IV&V Methodology 1.1 Compass Solutions IV&V Approach The Compass Solutions Independent Verification and Validation approach is based on the Enterprise Performance Life Cycle (EPLC) framework

More information

Managing the Testing Process E-learning Course Outline

Managing the Testing Process E-learning Course Outline Managing the Testing Process E-learning General Description Test managers must take a potentially infinite job testing a computer system and accomplish it within tight time and resource restraints. It

More information

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team.

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. - It is also a document we share with the Business Analysts,

More information

Fundamentals Test Process

Fundamentals Test Process Fundamentals Test Process Fundamental Test Process 5 Phases of the Fundamental Test Process Fix test design and repeat Fix component or test cases/scripts and repeat Test Planning and Control Test Analysis

More information

Test Management is Risk management. Risk Based Testing

Test Management is Risk management. Risk Based Testing Test Management is Risk management Risk Based Testing Hans Schaefer Software Test Consulting Reigstad N-5281 Valestrandsfossen NORWAY Phone +47 56 394880 Fax +47 56 394570 e-mail hans.schaefer@ieee.org

More information

ISTQB Certified Tester. Foundation Level. Sample Exam 1

ISTQB Certified Tester. Foundation Level. Sample Exam 1 ISTQB Certified Tester Foundation Level Version 2015 American Software Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

BASICS OF SOFTWARE TESTING AND QUALITY ASSURANCE. Yvonne Enselman, CTAL

BASICS OF SOFTWARE TESTING AND QUALITY ASSURANCE. Yvonne Enselman, CTAL BASICS OF SOFTWARE TESTING AND QUALITY ASSURANCE Yvonne Enselman, CTAL Information alines with ISTQB Sylabus and Glossary THE TEST PYRAMID Why Testing is necessary What is Testing Seven Testing principles

More information

REQUIREMENT DRIVEN TESTING. Test Strategy for. Project name. Prepared by <author name> [Pick the date]

REQUIREMENT DRIVEN TESTING. Test Strategy for. Project name. Prepared by <author name> [Pick the date] REQUIREMENT DRIVEN TESTING Test Strategy for Project name Prepared by [Pick the date] [Type the abstract of the document here. The abstract is typically a short summary of the contents of

More information

Contractual Aspects of Testing Some Basic Guidelines CONTENTS

Contractual Aspects of Testing Some Basic Guidelines CONTENTS CONTENTS 1 Introduction... 1 1.1 Background... 1 1.2 Structure... 1 1.3 Some Conventions... 1 1.4 Feedback... 1 2 Test Schedule List of Contents... 2 3 Testing Deliverables... 3 4 Coverage Guidance...

More information

CTFL - Version: 3. ISTQB Certified Tester Foundation Level

CTFL - Version: 3. ISTQB Certified Tester Foundation Level CTFL - Version: 3 ISTQB Certified Tester Foundation Level ISTQB Certified Tester Foundation Level CTFL - Version: 3 4 days Course Description: This course provides test engineers and test team leaders

More information

1.0 PART THREE: Work Plan and IV&V Methodology

1.0 PART THREE: Work Plan and IV&V Methodology 1.0 PART THREE: Work Plan and IV&V Methodology 1.1 Multi-Faceted IV&V Methodology Large, complex projects demand attentive and experienced IV&V and project management support to meet expectations. Monitoring

More information

How to Suspend Testing and Still Succeed A True Story

How to Suspend Testing and Still Succeed A True Story Specialist Group in Software Testing How to Suspend Testing and Still Succeed A True Story Graham Thomas Independent Software Testing Consultant BCS SIGIST 16 th September 2010 RCOG, London 1 ABSTRACT

More information

Risk Based Testing. -Why we need RBT? -Types of risks -Managing risks -Methods of evaluation & risk analysis -Costs and benefits

Risk Based Testing. -Why we need RBT? -Types of risks -Managing risks -Methods of evaluation & risk analysis -Costs and benefits Risk Based Testing -Why we need RBT? -Types of risks -Managing risks -Methods of evaluation & risk analysis -Costs and benefits Ladislau Szilagyi www.euroqst.ro Definitions (ISTQB glossary) Risk = a factor

More information

Testing. CxOne Standard

Testing. CxOne Standard Testing CxOne Standard CxStand_Testing.doc November 3, 2002 Advancing the Art and Science of Commercial Software Engineering Contents 1 INTRODUCTION... 1 1.1 OVERVIEW... 1 1.2 GOALS... 1 1.3 BACKGROUND...

More information

ISTQB CTFL BH QuestionsAnswers with Explanation

ISTQB CTFL BH QuestionsAnswers with Explanation ISTQB CTFL BH0-10 - QuestionsAnswers with Explanation For Software Testing Articles Visit @ http://softwaretestinghelp.com Join the Best Software Testing Training Course @ http://softwaretestinghelp.org

More information

ISTQB CTFL BH0-010 Exam Practice Question Paper

ISTQB CTFL BH0-010 Exam Practice Question Paper ISTQ TFL H0-010 Exam Practice Question Paper For Software Testing rticlesvisit @ http://softwaretestinghelp.com Join the est Software Testing Training ourse @ http://softwaretestinghelp.org QUESTION 1:

More information

How mature is my test organization: STDM, an assessment tool

How mature is my test organization: STDM, an assessment tool How mature is my test organization: STDM, an assessment tool Bonney Joseph, (Bonney.joseph@wipro.com) Nikhil Gupta, (Nikhil.gupta@wipro.com) Abstract Software ing thought of as a support function until

More information

Seminar 06 Chapter 5 - Part 1

Seminar 06 Chapter 5 - Part 1 INF 3121 Software Testing Seminar 06 Chapter 5 - Part 1 1. Part 1: Closed-ended questions 2. Part 2: Exercises and open-ended questions 1 Part 1: Closed-ended questions 2 Question 1 Why is independent

More information

ISTQB-Level1 ASTQB. American Software Testing Qualifications Board Level 1

ISTQB-Level1 ASTQB. American Software Testing Qualifications Board Level 1 ASTQB ISTQB-Level1 American Software Testing Qualifications Board Level 1 Download Full Version : https://killexams.com/pass4sure/exam-detail/istqb-level1 QUESTION: 46 Comparing TMMi and TPI, which is

More information

Risk Based Testing Pragmatic Risk Analysis and Management

Risk Based Testing Pragmatic Risk Analysis and Management Risk Based Testing Pragmatic Risk Analysis and Management Risk Based Testing Pragmatic Risk Analysis and Management What is Risk Based Testing? What is Risk Based Testing? Risk: the possibility of a negative

More information

Intermediate Certificate in Software Testing Syllabus. Version 1.4

Intermediate Certificate in Software Testing Syllabus. Version 1.4 Intermediate Certificate in Software Testing Syllabus February 2010 Background This document is the syllabus for the intermediate paper which leads to the practitioner level of qualification, as administered

More information

Key Attributes and Responsibilities of a Test Manager

Key Attributes and Responsibilities of a Test Manager Key Attributes and Responsibilities of a Test Manager Chris Comey SIGIST December 2015 The Test Managers World Standard Test Management Activities Contextual Test Management Activities Test strategy &

More information

Sample Exam ISTQB Agile Foundation Questions. Exam Prepared By

Sample Exam ISTQB Agile Foundation Questions. Exam Prepared By Sample Exam ISTQB Agile Foundation Questions Exam Prepared By November 2016 1 #1 Which of the following is the correct pairing according to the Agile Manifesto statement of values? a. Individuals and Interactions

More information

Project Planning and Management (PPM) V2.0. WBS Dictionary

Project Planning and Management (PPM) V2.0. WBS Dictionary Project Planning and Management (PPM) V2.0 WBS Dictionary Software as a Service (SaaS) Version 1.0 August 2014 1 Table of Contents PPM V2.0 Work Breakdown Structure (WBS) Dictionary 1 Project Type: Software

More information

7. Model based software architecture

7. Model based software architecture UNIT - III Model based software architectures: A Management perspective and technical perspective. Work Flows of the process: Software process workflows, Iteration workflows. Check Points of The process

More information

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2 Passit4Sure.OG0-093.221Questions Number: OG0-093 Passing Score: 800 Time Limit: 120 min File Version: 7.1 TOGAF 9 Combined Part 1 and Part 2 One of the great thing about pass4sure is that is saves our

More information

1. Can you explain the PDCA cycle and where testing fits in?

1. Can you explain the PDCA cycle and where testing fits in? 1. Can you explain the PDCA cycle and where testing fits in? Software testing is an important part of the software development process. In normal software development there are four important steps, also

More information

Quantifying the Value of Investments in Micro Focus Quality Center Solutions

Quantifying the Value of Investments in Micro Focus Quality Center Solutions Dynamic Value Brief Application Delivery Management Quantifying the Value of Investments in Micro Focus Quality Center Solutions Manage software testing and IT quality management with consistent processes

More information

Unit 381 IT Project Management Level 3. Credit value 10. Rationale

Unit 381 IT Project Management Level 3. Credit value 10. Rationale Unit 381 IT Project Management Level 3 Credit value 10 Rationale The aim of this unit is to enable candidates to understand the business environment within which new projects are initiated. Candidates

More information

Chapter 4 Document Driven Approach for Agile Methodology

Chapter 4 Document Driven Approach for Agile Methodology Chapter 4 Document Driven Approach for Agile Methodology In this chapter, 4.1. Introduction 4.2. Documentation Selection Factors 4.3. Minimum Required Documents 4.4. Summary 4.1. Introduction In all, the

More information

NCOVER. ROI Analysis for. Using NCover. NCover P.O. Box 9298 Greenville, SC T F

NCOVER. ROI Analysis for. Using NCover. NCover P.O. Box 9298 Greenville, SC T F NCOVER ROI Analysis for Test Coverage Using NCover NCover P.O. Box 9298 Greenville, SC 29601 T 864.990.3717 F 864.341.8312 conversation@ncover.com www.ncover.com Table of Contents Executive Summary 2 Cost

More information

Digital Industries Apprenticeship: Occupational Brief. Software Tester. March 2016

Digital Industries Apprenticeship: Occupational Brief. Software Tester. March 2016 Digital Industries Apprenticeship: Occupational Brief Software Tester March 2016 1 Digital Industries Apprenticeships: Occupational Brief Level 4 Software Tester Apprenticeship Minimum Standards and Grading

More information

Stakeholder Management Plan <Project Name>

Stakeholder Management Plan <Project Name> The following template is provided for use with the Stakeholder Management Plan deliverable. The blue text provides guidance to the author, and it should be deleted before publishing the document. This

More information

This resource is associated with the following paper: Assessing the maturity of software testing services using CMMI-SVC: an industrial case study

This resource is associated with the following paper: Assessing the maturity of software testing services using CMMI-SVC: an industrial case study RESOURCE: MATURITY LEVELS OF THE CUSTOMIZED CMMI-SVC FOR TESTING SERVICES AND THEIR PROCESS AREAS This resource is associated with the following paper: Assessing the maturity of software testing services

More information

Planning the Work How to Create a Manageable Enterprise GIS Project Plan

Planning the Work How to Create a Manageable Enterprise GIS Project Plan 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Planning the Work How to Create a Manageable Enterprise GIS Project Plan Mirjam Stadelmann Topics Why planning

More information

Test Estimation Seeing the Future of Your Test Effort

Test Estimation Seeing the Future of Your Test Effort Test Estimation Seeing the Future of Your Test Effort How Long Will Testing Take What makes an estimate a good one? Accurately predicts and guides the project s future Realistic: All tasks included, accurately

More information

Testing Masters Technologies

Testing Masters Technologies 1. How will you receive the project requirements? A. The finalized SRS will be placed in a project repository; we will access it from there 2. What will you do with SRS? A. SRS stands for software requirement

More information

Project Execution Approach

Project Execution Approach Project Execution Approach July 2016 2016 Affinity Digital (Technology) Ltd 1 Project Execution Approach Affinity Project Management Affinity is in an excellent position with its multiple methodology offerings.

More information

The Basics of ITIL Help Desk for SMB s

The Basics of ITIL Help Desk for SMB s The Basics of ITIL Help Desk for SMB s This three-step process will provide you the information necessary to understand ITIL, help you write your strategic IT plan and develop the implementation plan for

More information

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3)

PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) PART THREE: Work Plan and IV&V Methodology (RFP 5.3.3) 3.1 IV&V Methodology and Work Plan 3.1.1 NTT DATA IV&V Framework We believe that successful IV&V is more than just verification that the processes

More information

True stories about testing based on experiences

True stories about testing based on experiences True stories about testing based on experiences University of Antwerp Patrice Willemot Pre sales test consultant Petra Haldermans - Test Consultant / Test Manager 27/04/2011 CTG - Company overview Corporate

More information

Improving Agile Execution in the Federal Government

Improving Agile Execution in the Federal Government Improving Agile Execution in the Federal Government 1 Committed Partner. Creating Results. In December of 2010 the government introduced the 25 Point Implementation Plan to Reform Federal Information Technology

More information

4/26/11. CTG - Company overview. True stories about testing based on experiences. CTG - Company overview. CTG - Company overview

4/26/11. CTG - Company overview. True stories about testing based on experiences. CTG - Company overview. CTG - Company overview CTG - Company overview True stories about testing based on experiences Corporate Headquarters Buffalo, NY Founded in 1966 University of Antwerp Patrice Willemot Pre sales test consultant Petra Haldermans

More information

Appendix C: MS Project Software Development Plan and Excel Budget.

Appendix C: MS Project Software Development Plan and Excel Budget. 1. Introduction. Appendix C: MS Project Software Development Plan and Excel Budget. Project: PickUp Game App The Project plan for this Application consist of 76 days; In this plan is defined how long each

More information

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests...

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests... TPI Automotive Test Process Improvement Version: 1.01 Author: Sogeti Deutschland GmbH Datum: 29.12.2004 Sogeti Deutschland GmbH. Version 1.01 29.12.04-1 - 0 Introduction... 5 1 Test strategy...10 1.A Test

More information

Test Maturity Assessment and Improvement Using TPI and Quality Blueprint. Performance driven. Quality assured.

Test Maturity Assessment and Improvement Using TPI and Quality Blueprint. Performance driven. Quality assured. Test Maturity Assessment and Improvement Using TPI and Quality Blueprint Performance driven. Quality assured. Testing the way we do it Benchmark, Blueprint, and Execute to Build a World-Class Test Organization

More information

Digital & Technology Solutions Specialist Integrated Degree Apprenticeship (Level 7)

Digital & Technology Solutions Specialist Integrated Degree Apprenticeship (Level 7) Digital & Technology Solutions Specialist Integrated Degree Apprenticeship (Level 7) Role Profile A Digital & Technology Solutions Specialist maintains digital and technology strategies through technology

More information

Also we will try to recap what we studied in the last class. (Refer Slide Time: 00:35)

Also we will try to recap what we studied in the last class. (Refer Slide Time: 00:35) Embedded Software Testing Unit 3: Static analysis and code reviews & Metrics Lecture 5 Seer Akademi-NPTEL MOU Hi all welcome to the next session of our embedded software testing that unit 3 series and

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

issue 5 The Magazine for Agile Developers and Agile Testers January free digital version made in Germany ISSN

issue 5 The Magazine for Agile Developers and Agile Testers January free digital version made in Germany ISSN The Magazine for Agile Developers and Agile Testers www.agilerecord.com free digital version made in Germany ISSN 2191-1320 January 2011 issue 5 istockphoto.com/thomasvogel wibaimages - Fotolia.com Distributed

More information

CRM System Tester. Location London Department Supporter and Community Partnerships. CRM Project Manager Salary Band C

CRM System Tester. Location London Department Supporter and Community Partnerships. CRM Project Manager Salary Band C CRM System Tester Location London Department Supporter and Community Partnerships Reports to (Job Title) CRM Project Manager Salary Band C Matrix manager (if applicable) Click here to enter text. Competency

More information

Why PMOs Fail: Is Your Organization at Risk?

Why PMOs Fail: Is Your Organization at Risk? Why PMOs Fail: Is Your Organization at Risk? June 10, 2010 Presented by Phil Kyle Infinitive 2010 1 Agenda» Defining Our Terms» How PMOs Create Tangible Value» What Are the Common PMO Pitfalls?» Assessing

More information

Quality Management_100_Quality Checklist Procedure

Quality Management_100_Quality Checklist Procedure Quality Management_100_Quality Checklist Procedure Last updated 05/15/2017 Audience: Project Team, Process Owners, Project Management Office Frequency: As Required This procedure provides detailed information

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies RESPONSIBILITY OF SOFTWARE PROJECT MANAGER Job responsibility Software project managers take the overall responsibility of project to success. The job responsibility of a project manager ranges from invisible

More information

Software Testing Life Cycle

Software Testing Life Cycle Software Testing Life Cycle STLC (Software Testing Life Cycle) is an integral component of SDLC (Software Development Life Cycle). Testing has become a distinct phenomenon during and after the development

More information

Introducing Risk Based Testing to Organizations

Introducing Risk Based Testing to Organizations Introducing Risk Based Testing to Organizations Abridged Version Dr. Rajesh Subramanyan Software Engineering Siemens Corporate Research Princeton NJ. Rajesh.subramanyan@siemens.com Outline Topics Introduction

More information

Erik van Veenendaal.

Erik van Veenendaal. Building on Success Leer van het verleden om je voor te bereiden op de toekomst! Erik van Veenendaal www.erikvanveenendaal.nl 2 Common Testing Challenges Increasing business importance Increasing code

More information

Objectives. Topics covered. Software project management. Management activities. Software management distinctions. Project management

Objectives. Topics covered. Software project management. Management activities. Software management distinctions. Project management Objectives Project management To explain the main tasks undertaken by project managers To introduce software project management and to describe its distinctive characteristics To discuss project planning

More information

Defining Requirements

Defining Requirements Defining Requirements The scope of any project should represent the minimum amount of work needed to fulfil the customer s, or end user s requirements. Doing more work is wasteful; doing less means the

More information

MERCURY CUSTOMER PERSPECTIVE WHITE PAPER: USING MERCURY TESTDIRECTOR TO DEVELOP A SOFTWARE DEFECT REPORTING AND RESOLUTION PROCESS

MERCURY CUSTOMER PERSPECTIVE WHITE PAPER: USING MERCURY TESTDIRECTOR TO DEVELOP A SOFTWARE DEFECT REPORTING AND RESOLUTION PROCESS MERCURY CUSTOMER PERSPECTIVE WHITE PAPER: USING MERCURY TESTDIRECTOR TO DEVELOP A SOFTWARE DEFECT REPORTING AND RESOLUTION PROCESS ABOUT THE AUTHOR Punky McLemore is a quality assurance (QA) testing manager

More information

Testing 2. Testing: Agenda. for Systems Validation. Testing for Systems Validation CONCEPT HEIDELBERG

Testing 2. Testing: Agenda. for Systems Validation. Testing for Systems Validation CONCEPT HEIDELBERG CONCEPT HEIDELBERG GMP Compliance for January 16-17, 2003 at Istanbul, Turkey Testing for Systems Validation Dr.-Ing. Guenter Generlich guenter@generlich.de Testing 1 Testing: Agenda Techniques Principles

More information

Scrum Testing: A Beginner s Guide

Scrum Testing: A Beginner s Guide Scrum Testing: A Beginner s Guide What is Scrum? Building complex software applications is a difficult task. Scrum methodology comes as a solution for executing such complicated task. It helps development

More information

Software Project & Risk Management Courses Offered by The Westfall Team

Software Project & Risk Management Courses Offered by The Westfall Team Software Project & Risk Management is a 5-day course designed to provide a knowledge base and practical skills for anyone interested in implementing or improving Software Project and Risk Management techniques

More information

Information Technology Independent Verification and Validation

Information Technology Independent Verification and Validation Florida Department of Management Services Information Technology Independent Verification and Validation RFP No. Work Plan and Methodology ; 2:30 PM EST 2150 River Plaza Drive Suite 380 Sacramento California

More information

Core Skills: Contributing Skills: Role Title: Senior Project Manager EXAMPLE. Reference: SFIA level 5

Core Skills: Contributing Skills: Role Title: Senior Project Manager EXAMPLE. Reference: SFIA level 5 Role Title: Senior Project Manager EXAMPLE Reference: SFIA level 5 Core Skills: Requirements definition and management Stakeholder relationship management (REQM) Level 5 (RLMT) Level 5 Financial management

More information

WORKING WITH TEST DOCUMENTATION

WORKING WITH TEST DOCUMENTATION WORKING WITH TEST DOCUMENTATION CONTENTS II. III. Planning Your Test Effort 2. The Goal of Test Planning 3. Test Planning Topics: b) High Level Expectations c) People, Places and Things d) Definitions

More information

Lecture 2: Project Management, Part 1: Requirements, WBS, Scheduling, and Risk Management. Prof. Shervin Shirmohammadi SITE, University of Ottawa

Lecture 2: Project Management, Part 1: Requirements, WBS, Scheduling, and Risk Management. Prof. Shervin Shirmohammadi SITE, University of Ottawa Lecture 2: Project Management, Part 1: Requirements, WBS, Scheduling, and Risk Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi ELG 4912 2-1 Goal of Project

More information

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT)

QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) QUALITY ASSURANCE PLAN OKLAHOMA DEPARTMENT OF HUMAN SERVICES ENTERPRISE SYSTEM (MOSAIC PROJECT) MOSAIC Quality Assurance Plan v04.02 Prepared by: Approved by: QUALITY ASSURANCE PLAN APPROVALS QA/QC Program

More information

REQUIREMENTS DOCUMENTATION

REQUIREMENTS DOCUMENTATION REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category Priority Acceptance Criteria REQUIREMENTS DOCUMENTATION Project Title: Date Prepared: Stakeholder Requirement Category

More information

The Science of Running Effective User Acceptance Testing Cycles

The Science of Running Effective User Acceptance Testing Cycles The Science of Running Effective User Acceptance Testing Cycles WHITEPAPER Real-Time Test Management User Acceptance Test (UAT) programs have traditionally been areas of contention between IT and the Business.

More information

Software Engineering

Software Engineering Software Engineering Project Management 1 Objectives To explain the main tasks undertaken by project managers To introduce software project management and to describe its distinctive characteristics To

More information

ISO 9001:2000 Drives Process Changes at Siemens

ISO 9001:2000 Drives Process Changes at Siemens Select Q&A, M. Davis Research Note 20 December 2002 ISO 9001:2000 Drives Process Changes at Siemens Siemens Medical Solutions Health Services is an early enterprise vendor adopter of ISO 9001:2000. It

More information

Test Strategy Evolution Throughout the Lifecycle. Chris Comey & Davidson Devadoss

Test Strategy Evolution Throughout the Lifecycle. Chris Comey & Davidson Devadoss Test Strategy Evolution Throughout the Lifecycle Chris Comey & Davidson Devadoss We no longer ridicule Darwin Are Evolution principles relevant and applicable in the modern IT work space? Survival of the

More information

Software Engineering II - Exercise

Software Engineering II - Exercise Software Engineering II - Exercise April 29 th 2009 Software Project Management Plan Bernd Bruegge Helmut Naughton Applied Software Engineering Technische Universitaet Muenchen http://wwwbrugge.in.tum.de

More information

Sample Questions 2012 Advanced Level Syllabus Test Manager

Sample Questions 2012 Advanced Level Syllabus Test Manager Sample Questions 2012 Advanced Level Syllabus Test Manager Version 1.0 Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged. Table of Contents Acknowledgements...

More information

CMMI for Acquisition Quick Reference

CMMI for Acquisition Quick Reference AGREEMENT MANAGEMENT PROJECT MANAGEMENT (ML2) The purpose of Agreement Management (AM) is to ensure that the supplier and the acquirer perform according to the terms of the supplier agreement. SG 1 The

More information

Business Analysis Essentials

Business Analysis Essentials Understand the business analyst's role and responsibilities in a successful project. In this introductory course, you'll delve into the role and responsibilities of the business analyst (BA)- the communication

More information

Agile Transformation Key Considerations for success

Agile Transformation Key Considerations for success Agile Transformation Key Considerations for success introduction Scrums are one of the most dangerous phases in rugby, since a collapse or improper engage can lead to a front row player damaging or even

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer STLC

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer STLC i About the Tutorial Software Testing Lifecycle is a standard procedure divided into different phases, followed by the QA Team to complete all testing activities. This is a brief tutorial that introduces

More information

Led by the Author Attended by a peer group Varying level of formality Knowledge gathering Defect finding

Led by the Author Attended by a peer group Varying level of formality Knowledge gathering Defect finding Technical Review Walkthrough Review Inspection Review Informal Review A Technical Review is a type of peer review, and is considered to be a formal review type, even though no Managers are expected to

More information

ISTQB CTFL BH0-010 Exam Practice Question Paper

ISTQB CTFL BH0-010 Exam Practice Question Paper ISTQ TFL H0-010 Exam Practice Question Paper For Software Testing rticlesvisit @ http://softwaretestinghelp.com Join the est Software Testing Training ourse @ http://softwaretestinghelp.org QUESTION 1:

More information

What We Know Now: Lessons Learned Implementing Federal Financial Systems Projects

What We Know Now: Lessons Learned Implementing Federal Financial Systems Projects Forum: Driving Performance Strategies for More Effective Government What We Know Now: Lessons Learned Implementing Federal Financial Systems Projects By Debra Cammer Hines and Angela Carrington This contribution

More information

Large Federal Agency Leverages IV&V to Achieve Quality Delivery for Critical Modernization Initiative

Large Federal Agency Leverages IV&V to Achieve Quality Delivery for Critical Modernization Initiative Large Federal Agency Leverages IV&V to Achieve Quality Delivery for Critical Modernization Initiative Capgemini Government Solutions provides Independent Verification and Validation (IV&V) services to

More information

ITIL Qualification: MANAGING ACROSS THE LIFECYCLE (MALC) CERTIFICATE. Sample Paper 2, version 5.1. To be used with Case Study 1 QUESTION BOOKLET

ITIL Qualification: MANAGING ACROSS THE LIFECYCLE (MALC) CERTIFICATE. Sample Paper 2, version 5.1. To be used with Case Study 1 QUESTION BOOKLET ITIL Qualification: MANAGING ACROSS THE LIFECYCLE (MALC) CERTIFICATE Sample Paper 2, version 5.1 To be used with Case Study 1 Gradient Style, Complex Multiple Choice QUESTION BOOKLET Gradient Style, Complex

More information

Assessor-3 Release-1 Retrospective-ESI

Assessor-3 Release-1 Retrospective-ESI Assessor- Release- Retrospective-ESI This retrospective board is for the Release- for Assessor- project What worked well? The team work and support within scrum teams. 9 Dev's working well with the UI

More information

Project Management Framework with reference to PMBOK (PMI) July 01, 2009

Project Management Framework with reference to PMBOK (PMI) July 01, 2009 Project Management Framework with reference to PMBOK (PMI) July 01, 2009 Introduction Context Agenda Introduction to Methodologies What is a Methodology? Benefits of an Effective Methodology Methodology

More information

Software Testing(TYIT) Software Testing. Who does Testing?

Software Testing(TYIT) Software Testing. Who does Testing? Software Testing(TYIT) Software Testing Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not. In simple words,

More information

7. Project Management

7. Project Management Subject/Topic/Focus: 7. Project Management Management of Systems Engineering Processes Summary: Project management Systems engineering Maturity model and process improvement Literature: Ian Sommerville:

More information

ISACA CRISC. Certified in Risk and Information Systems Control. Download Full Version :

ISACA CRISC. Certified in Risk and Information Systems Control. Download Full Version : ISACA CRISC Certified in Risk and Information Systems Control Download Full Version : http://killexams.com/pass4sure/exam-detail/crisc QUESTION: 391 Jane, the Director of Sales, contacts you and demands

More information

The following Standard reflects employers requirements for the skills, knowledge and behaviours expected from someone to be competent in the job role.

The following Standard reflects employers requirements for the skills, knowledge and behaviours expected from someone to be competent in the job role. Apprenticeship Standard for: Post Graduate Engineer The following Standard reflects employers requirements for the skills, knowledge and behaviours expected from someone to be competent in the job role.

More information

Strategy Analysis. Chapter Study Group Learning Materials

Strategy Analysis. Chapter Study Group Learning Materials Chapter Study Group Learning Materials 2015, International Institute of Business Analysis (IIBA ). Permission is granted to IIBA Chapters to use and modify this content to support chapter activities. All

More information

Overview: Status Reports/Dashboards provide program leadership and governance with updates on program progress, and strategic program risks/issues.

Overview: Status Reports/Dashboards provide program leadership and governance with updates on program progress, and strategic program risks/issues. M3 Playbook Guidance Phase 4: Migration This guidance is intended for use by organizations to confirm and validate that their plans are comprehensive and have adequate level of detail for proper migration

More information

S2 IT GROUP IT AND CLOUD CONSULTING CORPORATE TRAINING QUALITY ASSURANCE & PRODUCTION SUPPORT SOFTWARE DEVELOPMENT YOUR ON-SHORE IT PARTNER

S2 IT GROUP IT AND CLOUD CONSULTING CORPORATE TRAINING QUALITY ASSURANCE & PRODUCTION SUPPORT SOFTWARE DEVELOPMENT YOUR ON-SHORE IT PARTNER INFORMATION BY YOU, TECHNOLOGY BY US YOUR ON-SHORE IT PARTNER IT AND CLOUD CONSULTING SOFTWARE DEVELOPMENT QUALITY ASSURANCE & PRODUCTION SUPPORT CORPORATE TRAINING ARE THESE VALID CONCERNS Not having

More information

Project and Process Tailoring For Success

Project and Process Tailoring For Success Project and Process Tailoring For Success 1 Key Learning Objectives Demonstrate how project/process tailoring can decrease cost by aligning process intensity with project risk and complexity Provide a

More information

CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide

CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide processlabs CMMI-DEV V1.3 CMMI for Development Version 1.3 Quick Reference Guide CMMI-DEV V1.3 Process Areas Alphabetically by Process Area Acronym processlabs CAR - Causal Analysis and Resolution...

More information