SlideShare une entreprise Scribd logo
1  sur  62
Télécharger pour lire hors ligne
Session 10

Integration & Testing
Emanuele Della Valle
http://home.dei.polimi.it/dellavalle
Credits                                                           2

    This slides are largely based on Prof. John Musser
    class notes on “Principles of Software Project
    Management”
    M            t”
    Original slides are available at
    http://www.projectreference.com/
    htt //           j t f           /
    Reuse and republish permission was granted




 Planning and Managing Software Projects – Emanuele Della Valle
Today                                                            3

   Software Quality Assurance
   Integration
   Test planning
   Types of testing
   T      f t ti
   Test metrics
   Test Environments




Planning and Managing Software Projects – Emanuele Della Valle
Session 8 Review                                                  4

    Development Management
      • People dimension
      • Capability Maturity Model
      • Requirements (most critical activity)




 Planning and Managing Software Projects – Emanuele Della Valle
Session 8 Review
People dimension                                                    5

    Roles
    Staffing profile, roll-on and roll-off
    Team Models
    • Business Team
              – flexible
      •     Chief-Programmer Team
              – Good for creative and tactical execution projects
      •     “Shunkworks” Team
              – Good for creative projects
      •     SWAT Team
              – Good for tactical execution projects
    Team size
    Hiring
    Tools
    • Responsibility Assignment Matrix
    • Skill Matrix


 Planning and Managing Software Projects – Emanuele Della Valle
Session 8 Review
Capability Maturity Model                                         6

    software process framework
    5 ‘maturity’ levels
       maturity
      • Initial, Repeatable, Defined, Managed and Optimizing
    CMM Level 2 functions include
      • Requirements Management
      • Software QA
      • Configuration Management




 Planning and Managing Software Projects – Emanuele Della Valle
Session 8 Review
Requirements                                                      7

    most critical activity
    Potential tug-of-war
              tug of war
    Functional vs.
    non-functional
     o u ct o a
    Requirements
    Gathering Techniques
            g       q
      •     Interviews
      •     Document Analysis
      •     Brainstorming
      •     Requirements Workshops
      •     Prototyping
      •     Use Cases
      •     Storyboards



 Planning and Managing Software Projects – Emanuele Della Valle
Introduction
Validation vs. Verification                                       8

    Validation
      • Are we building the right product?
    Verification
      • Are we building the product right?
    Quality Assurance is about verification




 Planning and Managing Software Projects – Emanuele Della Valle
Introduction
Software Quality                                                  9

    Traceability
      • Ability to track relationship between work products
      • Ex: how well do requirements/design/test cases match
    Formal Reviews
      • Conducted at the end of each lifecycle phase
      • SRR, CDR, etc.




 Planning and Managing Software Projects – Emanuele Della Valle
Introduction
If 99.9% Were Good Enough                                                                                                        10

    9,703 checks would be deducted from the wrong bank
    accounts each hour
    27,800 pieces of mail would be lost per hour
    3,000,000 incorrect drug prescriptions per year
                co ect d ug p esc pt o s pe yea
    8,605 commercial aircraft takeoffs would annually
    result in crashes




                                                          Futrell, Shafer, Shafer, “Quality Software Project Management”, 2002
                                                                 ,       ,       , Q      y             j        g      ,




 Planning and Managing Software Projects – Emanuele Della Valle
Software Quality Assurance
Quality Assurance                                                 11

    QA or SQA (Software Quality Assurance)
    Good QA comes from good process
    A CMM Level 2 function
    When d
    Wh   does SQA b i ?
                  begin?
      • during requirements!
    Most of SQA takes place in the integration and testing
    phase
    QA is your best window into the project




 Planning and Managing Software Projects – Emanuele Della Valle
Software Quality Assurance
Development Costs                                                                              12




                                                    7%                  Requirements

                  29%                                             16%
                                                                        Preliminary Design

                                                                        Detailed Design

                                                                        Code & Unit Test
                                                                  24%
                                                                        Integration & System
                        24%                                             Test




 Planning and Managing Software Projects – Emanuele Della Valle
Software Quality Assurance
QA Roles                                                          13

    QA Manager
      • Hires QA team; creates test plans; selects tools;
        manages team
      • Salary: $50-80K/yr, $50-100/hr
    Test Developer/Test Engineer
      • Performs functional tests; develops automated scripts
      • Salary: $35-70K/yr, $40-100/hr
    System Administrator
      • Supports QA functions but not official QA team member
    Copy Editor/Documentation Writer
      • Supports QA; also not part of official team




 Planning and Managing Software Projects – Emanuele Della Valle
Software Quality Assurance
When and What?                                                                                                                          14

                                 Possible Deliverables by Phase
                                   Concept Document
                                   Statement of Work (SOW)
                                   Project Charter
                                   RFP & Proposal

         Software
                                                   Requirements Document (Software Requirements Specification)
         Concept
                                                   Work Breakdown Structure (WBS)


                    Requirements                                  Functional Specification ( Top Level Design Specification)
                                                                  Entity Relationship Diagram
                                                                  Data Flow Diagram

                                      Analysis                                 Detailed Design Specification
                                                                                            g p
                                                                               Object Diagrams
                                                                               Detailed Data Model
 Project Development Plan
      (Software Development Plan )                  Design                                  Coding Standards
 Baseline Project Plan                                                                      Working Code
 Quality Assurance Plan                                                                     Unit Tests
 Configuration Management Plan
                                                              Coding and
 Risk Management Plan
                                                              Debugging                                  Acceptance Test Procedures
                                                                                                         Tested Application
                             Integration Plan                                    Systems
                                                                                 S t
                             Detailed SQA Test Plan                              Testing                          Maintenance Specification
                             SQA Test Cases                                                                       Deployed Application

                                                                                            Deployment &
                                                   User Documentation                       Maintenance
                                                                                            M i t
                                                   Training Plan



 Planning and Managing Software Projects – Emanuele Della Valle
Integration
Integration & Testing                                             15

    Development/Integration/Testing
      • Most common place for schedule & activity overlap
    Sometimes Integration/Testing thought of as one
    phase
    Progressively aggregates functionality
    Q
    QA team works in p
                     parallel with dev. team




 Planning and Managing Software Projects – Emanuele Della Valle
Integration
Integration Approaches                                            16

    Top Down
      • Core or overarching system(s) implemented 1st
      • Combined into minimal “shell” system
      • “Stubs” are used to fill-out incomplete sections
              – Eventually replaced by actual modules

    Bottom Up
      • Starts with individual modules and builds-up
      • I di id l units ( ft unit t ti ) are combined i t
        Individual    it (after  it testing)       bi d into
        sub-systems
      • Sub-systems are combined into the whole




 Planning and Managing Software Projects – Emanuele Della Valle
Integration
Characteristics and Issues                                        17

    Who does integration testing?
      • Can be either development and/or QA team
    Staffing and budget are at peak
    “Crunch mode” [1]
                  [ ]
    Issues
      •     Pressure
      •     Delivery date nears
      •     Unexpected failures (bugs)
      •     Motivation issues
      •     User acceptance conflicts




[1] http://www.urbandictionary.com/define.php?term=crunch+mode
 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Test Plans (SQAP)                                                                     18

    Software Quality Assurance Plan
      • Should be complete near end of requirements
    See example
      • http://www.cio.energy.gov/documents/csr_sqa_plan.pdf
              – Even use the IEEE 730 standard
                      -     http://ieeexplore.ieee.org/iel4/5838/15568/00720573.pdf




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning - Test Plans (SQAP)
Standard sections 1/2                                             19

    Purpose
    Reference documents
    Management
    Documentation
    D      t ti
    Standards, practices, conventions, metrics
      • Quality measures
      • Testing practices




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning - Test Plans (SQAP)
Standard sections 2/2                                             20

    Reviews and Audits
      • Process and specific reviews
              –     Requirements R i
                    R    i      t Review (SRR)
              –     Test Plan Review
              –     Code reviews
              –     Post-mortem review

    Risk Management
      • Tie-in QA to overall risk mgmt. Plan
    Problem Reporting and Corrective Action
    Tools, Techniques, Methodologies
    Records Collection and Retention




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Testing                                                           21

    Exercising computer program with predetermined
    inputs
    Comparing the actual results against the expected
    results
    Testing is a form of sampling
    Cannot absolutely prove absence of defects
                    yp
    All software has bugs. Period.
    Testing is not debugging
                   debugging.




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Test Cases                                                        22

    Key elements of a test plan
    May include scripts, data, checklists
    May map to a Requirements Coverage Matrix
      • A traceability tool
                     y
      • See http://en.wikipedia.org/wiki/Traceability_matrix




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Rework                                                                                               23

    Software equivalent of “scrap” in manufacturing

              30%

              25%

              20%                                           8%               19%
                                                                  12%

              15%                           4%                                          Rew ork
                                                                                        Production
                                                                                        P d i
              10%
                                                           16%
                             1%             12%                   12%
                5%                                                           10%
                             6%

                0%
                     Requirements                      Detailed         Integration &
                                                       Design           System Test




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Sources of Defects                                                                          24




                                                                   27%
                                                                             Design
                                                                             Other
                                                                             Code
                                                                             C d
           56%
                                                                       10%   Requirements
                                                                  7%




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
V Process Model                                                                                                             25



     Project                                                                                                    Production,
Requirements and                                                                                               Operations,
                                                                                                               Operations and
    Planning                       Non-functional                                      Load &                   Maintenance
                                   Requirements                                   Performance Test

                Product
                                                                                                     System Testing
            Requirements and
                                                                                                     and Acceptance
              Specification
                                            User Interface                                               Testing
                Analysis                                                    Usability Test
                                               Design


                                                                                         Integration and
                         High-Level Desig
                                                                                             Testing




                                        Detailed Design                        Unit Testing




                                                                   Coding




  Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Project Testing Flow                                              26

    Unit Testing
    Integration Testing
    System Testing
    User Acceptance Testing
    U    A    t     T ti




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Test Scripts                                                      27

    Two meanings
      1. Set of step-by-step instructions intended to lead test
         personnel through tests
             –       List of all actions and expected responses
      2. Automated test script (program)




 Planning and Managing Software Projects – Emanuele Della Valle
Test planning
Stopping Testing                                                  28

    When do you stop?
    Rarely are all defects “closed” by release
                            closed
    Shoot for all Critical/High/Medium defects
    Often, occurs when time runs out
    Oft            h   ti          t
    Final Sign-off (see also UAT) by:
      • customers engineering product mgmt
        customers, engineering,       mgmt.,




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Black-Box Testing                                                 29

    Functional Testing
    Program is a “black-box”
                  black box
      • Not concerned with how it works but what it does
      • Focus on inputs & outputs
    Test cases are based on SRS (specs)




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
White-Box Testing                                                 30

    Accounts for the structure of the program
    Coverage
      • Statements executed
      • Paths followed through the code




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Unit Testing                                                      31

    a.k.a. Module Testing
    Type of white-box testing
            white box
      • Sometimes treated black-box
    Who does Unit Testing?
                        g
      • Developers
      • Unit tests are written in code
              – Same language as the module
              – a.k.a. “Test drivers”

    When do Unit Testing?
      • Ongoing during development
      • As individual modules are completed




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Unit Testing                                                      32

    Individual tests can be grouped
      • “Test Suites”
    JUnit
      • Part of the XP methodology
      • “Test-first programming”
         Test-first programming




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Integration Testing                                               33

    Testing interfaces between components
    First step after Unit Testing
    Components may work alone but fail when put
    toget e
    together
    Defect may exist in one module but manifest in
    another
    Black-box tests




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
System Testing                                                    34

    Testing the complete system
    A type of black-box testing
              black box




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
User Acceptance Testing                                           35

    Last milestone in testing phase
    Ultimate customer test & sign-off
                             sign off
    Sometimes synonymous with beta tests
    Customer i satisfied software meets their
    C t      is ti fi d ft           t th i
    requirements
    Based on “Acceptance Criteria”
      • Conditions the software must meet for customer to
        accept the system
      • Id ll d fi d b f
        Ideally defined before contract is signed
                                  t   ti i      d
      • Use quantifiable, measurable conditions




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Regression Testing                                                36

    Re-running of tests after fixes or changes are made to
    software or the environment
    EX: QA finds defect, developer fixes, QA runs
    regression test to verify
    Automated tools very helpful for this




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Compatibility Testing                                               37

    Testing against other “platforms”
      • Ex: Testing against multiple browsers
      • Does it work under Netscape/IE, Windows/Mac
                            Netscape/IE


    Test repeatability and self-evidence
                           self evidence
      • “Acid test” from the California Gold Rush
              – See http://en.wikipedia.org/wiki/Acid_test_(gold)
      • A id t t for browsers compatibility to Web Standards
        Acid tests f b             tibilit t W b St d d
              – http://en.wikipedia.org/wiki/Category:Acid_tests
      • Be aware of
              – Quick and obvious vs. complete and fair




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
External Testing 1/3                                              38

    Alpha 1st, Beta 2nd
    Testing by users outside the organization
      • Typically done by users
    Alpha release
      p
      • Given to very limited user set
      • Product is not feature-complete
    During later portions of test phase
    Beta release
      • C
        Customer testing and evaluation
                       i     d    l   i
      • Most important feature
      • Preferably after software stabilizes




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
External Testing 2/3                                              39

    Value of Beta Testing
      •     Testing in the real world
      •     Getting a software assessment
      •     Marketing
      •     Augmenting you staff
    Do not determine features based on it
      • Too late!
    Beta testers must be “recruited”
      • From: Existing base, marketing, tech support, site
    Requires the role of “Beta Manager”
    All this must be scheduled by PM




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
External Testing 3/3                                              40

    Release Candidate (RC)
      • To be sent to manufacturing if testing successful
    Release to Manufacturing (RTM)
      • Production release formally sent to manufacturing
    Aim for a “stabilization period” before each of these
    milestones
      • Team focus on quality integration stability
                      quality, integration,




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Static Testing                                                    41

    Reviews
      • Most artifacts can be reviewed
      • Proposal contract, schedule, requirements, code, data
        Proposal, contract schedule requirements code
        model, test plans
    Peer Reviews
      • Methodical examination of software work products by
        peers to identify defects and necessary changes
      • Goal: remove defects early and efficiently
      • Planned by PM, performed in meetings, documented
      • CMM Level 3 activity




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Automated Testing                                                 42

    Human testers = inefficient
    Pros
      •     Lowers overall cost of testing
      •     Tools can run unattended
      •     Tools run through ‘suites’ faster than people
                               suites
      •     Great for regression and compatibility tests
      •     Tests create a body of knowledge
      •     Can reduce QA staff size
    Cons
      • But not everything can be automated
      • Learning curve or expertise in tools
      • Cost of high-end tools $5-80K (low-end are still cheap)




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Load & Stress Testing 1/2                                         43

    Push system beyond capacity limits
    Often done via automated scripts
      • By the QA team
      • Near end of functional tests
    Can show
      •     Hidden functional issues
      •     Maximum system capacity
      •     Unacceptable data or service loss
      •     Determine if “Performance Requirements” met
              – Remember these are part of “non-functional”
                Remember,                  “non functional”
                requirements




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Load & Stress Testing 2/2                                         44

    Metrics
      • Minimal acceptable response time
      • Minimal acceptable number of concurrent users
      • Minimal acceptable downtime
    Vendors: High-End
             High End
      • Segue by Borlan
              – http://www.segue.com
      • M
        Mercury (acquired by HP and renamed LoadRunner)
                (    i db         d       d L dR      )
              – https://h10078.www1.hp.com/cda/hpms/display/main/hp
                ms_content.jsp?zn=bto&cp=1-11-126-17^8_4000_100__
              – http://en.wikipedia.org/wiki/LoadRunner
      • Empirix
              – http://www.empirix.com/




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests - Load & Stress Testing
Performance Metrics                                                                          45

    Source: Athens Consulting Group

Bad                                                               Good
Must support 500 users                                            Must support 500
                                                                  simultaneous users
10 second response time [Average|Maximum|90th
                        p
                        percentile] response
                                  ]    p
                        time must be X seconds
Must handle 1M hits per                                           Must handle peak load of
day
d                                                                 28 page requests per
                                                                  second




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Web Site Testing 1/2                                              46

    Unique factors
      •     Distributed (N-tiers, can be many)
      •     Very high availability needs
      •     Uses public network (Internet)
      •     Large number of platforms (browsers + OS)
    5 causes of most site failures
      •     Internal network performance
      •     External network performance
      •     Hardware performance
      •     Unforeseeable traffic spikes
      •     Web application performance




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Web Site Testing 2/2                                                47

    Commercial Tools: Load Test & Site Management
      • Mercury Interactive
              – Sit S
                SiteScope, Sit S
                           SiteSeer
      • Segue
    Commercial Subscription Services
      • Keynote Systems
    Monitoring Tools
      • http://www.networkworld.com/reviews/2000/webmgt2r
        esult.jsp?_tablename=webmgt2
    Availability: More “Nines” = More $’s
              – Must balance QA & availability costs vs. benefits




 Planning and Managing Software Projects – Emanuele Della Valle
Type of tests
Other Testing                                                     48

    Installation Testing
      • Very important if not a Web-based system
      • Can lead to high support costs and customer
        dissatisfaction
    Usability Testing
      • Verification of user satisfaction
              – Navigability
              – U
                User-friendliness
                      f i dli
              – Ability to accomplish primary tasks




 Planning and Managing Software Projects – Emanuele Della Valle
Test Metrics                                                      49

    Load: Max. acceptable response time, min. # of
    simultaneous users
    Disaster: Max. allowable downtime
    Co pat b ty
    Compatibility: Min/Max. browsers & OS’s supported
                      / a b o se s OS s suppo ted
    Usability: Min. approval rating from focus groups
    Functional: Requirements coverage; 100% pass rate
    for automated test suites




 Planning and Managing Software Projects – Emanuele Della Valle
Test metrics
Defect Metrics                                                    50

    These are very important to the PM
    Number of outstanding defects
      • Ranked by severity
              – Critical, High, Medium, Low
              – Sh
                Showstoppers
                       t

    Opened vs. closed




 Planning and Managing Software Projects – Emanuele Della Valle
Test metrics
Defect Tracking                                                   51

    Get tools to do this for you
      • Bugzilla - http://www.bugzilla.org/
      • TestTrack Pro - http://www seapine com/ttpro html
                         http://www.seapine.com/ttpro.html
      • Rational ClearCase - http://www-
        01.ibm.com/software/awdtools/clearcase/
      • Some good ones are free or low cost
                                     low-cost
    Make sure all necessary team members have access
    (meaning nearly all)
    Have regular ‘defect review meetings’
      • Can be weekly early in test daily in crunch
                               test,
    Who can enter defects into the tracking system?
      • Lots of people: QA staff, developers, analysts,
        managers, (sometimes) users, PM




 Planning and Managing Software Projects – Emanuele Della Valle
Test metrics
Defect Tracking                                                   52

    Fields
      •     State: open, closed, pending
      •     Date created updated, closed
                  created, updated
      •     Description of problem
      •     Release/version number
      •     Person submitting
                       b
      •     Priority: low, medium, high, critical
      •     Comments: by QA, developer, other




 Planning and Managing Software Projects – Emanuele Della Valle
Test metrics
Defect Metrics                                                    53

    Open Rates
      • How many new bugs over a period of time
    Close Rates
      • How many closed over that same period
      • Ex: 10 bugs/day
    Change Rate
      • Number of times the same issue updated
    Fix Failed Counts
      • Fixes that didn’t really fix (still open)
                               y     (       p )
      • One measure of “vibration” in project




 Planning and Managing Software Projects – Emanuele Della Valle
Test metrics
Defect Rates                                                      54

    Microsoft Study
      • 10-20/KLOC during test
      • 0 5/KLOC after release
        0.5/KLOC




 Planning and Managing Software Projects – Emanuele Della Valle
Test Environments                                                 55

    You need to test somewhere. Where?
    Typically separate hardware/network environment(s)




 Planning and Managing Software Projects – Emanuele Della Valle
Test Environments
Hardware Environments                                             56

    Development
    Testing
    Staging (optional)
    Production
    P d ti




 Planning and Managing Software Projects – Emanuele Della Valle
Test Environments
Typical Hardware Environments                                     57

    Development
      • Where programmers work
      • Unit tests happen here
    Testing
      • For integration, system, and regression testing
            integration system
    Staging
      • For burn-in and load testing
            burn in
    Production
      • Final deployment environment(s)
                p y                 ( )




 Planning and Managing Software Projects – Emanuele Della Valle
Miscellaneous                                                     58

    Pareto Analysis
      • The 80-20 rule
              – 80% of defects from 20% of code
                     fd f t f            f d
      • Identifying the problem modules
    Phase Containment
      • Testing at the end of each phase
      • Prevent problems moving phase-to-phase
    Burn-in
      • Allowing system to run “longer” period of time
      • Variation of stress testing




 Planning and Managing Software Projects – Emanuele Della Valle
Miscellaneous                                                     59

    “Code Freeze”
      • When developers stop writing new code and only do bug
        fixes
      • Occurs at a varying point in integration/testing
    Tester to Coder
    Tester-to-Coder Ratio
      • It depends
      • Often 1:3 or 1:4
      • QA staff size grows: QA Mgr and/or lead early




 Planning and Managing Software Projects – Emanuele Della Valle
Homework 4                                                       60

   Deadlines
     • FINAL version 25.6.2010
     • (optionally) DRAFT version 28.5.2010
                                  28 5 2010
   Content
     • A base line Gantt diagram of you project describing
             –     Tasks
             –     Milestones
             –     Durations
             –     Links
             –     Successors/predecessors
             –     Resource allocation to tasks
             –     Meaningful Staffing profile
             –     Resource l
                   R          leveling
                                  li

   Submission procedures as for previous homeworks


Planning and Managing Software Projects – Emanuele Della Valle
Optional readings                                                 61

    McConnell: Chapters 17-19 (very short ones)
    Schwalbe: 6 “Project Cost Management (175 184), 9
                  Project     Management” (175-184),
    “Project Communication Management”, 15
    “Controlling”




 Planning and Managing Software Projects – Emanuele Della Valle
Questions?                                                       62




Planning and Managing Software Projects – Emanuele Della Valle

Contenu connexe

Tendances

Software Production Layout_Se lect7 btech
Software Production Layout_Se lect7 btechSoftware Production Layout_Se lect7 btech
Software Production Layout_Se lect7 btechIIITA
 
Overview Of Project Management - P&MSP2010 (2/11)
Overview Of Project Management - P&MSP2010 (2/11)Overview Of Project Management - P&MSP2010 (2/11)
Overview Of Project Management - P&MSP2010 (2/11)Emanuele Della Valle
 
Managing Agile Software Development Projects
Managing Agile Software Development ProjectsManaging Agile Software Development Projects
Managing Agile Software Development ProjectsMartina Šimičić
 
Kelly.elliott
Kelly.elliottKelly.elliott
Kelly.elliottNASAPMC
 
Vancouver project management presentation
Vancouver project management presentationVancouver project management presentation
Vancouver project management presentationmemberdevmanager
 
My talk at PMI Sweden Congress 2013 on Agile and Large Software Products
My talk at PMI Sweden Congress 2013 on Agile and Large Software ProductsMy talk at PMI Sweden Congress 2013 on Agile and Large Software Products
My talk at PMI Sweden Congress 2013 on Agile and Large Software ProductsSvante Lidman
 
A successful improvement process with measurable results
A successful improvement process with  measurable resultsA successful improvement process with  measurable results
A successful improvement process with measurable resultsRam Yonish
 
Exp eng brochure
Exp eng brochureExp eng brochure
Exp eng brochurekkathrynlee
 
Unosquare SlideShare Presentation
Unosquare SlideShare PresentationUnosquare SlideShare Presentation
Unosquare SlideShare PresentationMichael Barrett
 
Endava Career Days Jan 2012 Analysis and Architecture in Endava
Endava Career Days Jan 2012 Analysis and Architecture in EndavaEndava Career Days Jan 2012 Analysis and Architecture in Endava
Endava Career Days Jan 2012 Analysis and Architecture in EndavaFlorin Cardasim
 
Offshore Software Development, Software Testing by CAMO Solutions
Offshore Software Development, Software Testing by CAMO SolutionsOffshore Software Development, Software Testing by CAMO Solutions
Offshore Software Development, Software Testing by CAMO SolutionsCAMO Solutions LLC
 

Tendances (18)

Quality
QualityQuality
Quality
 
Software Production Layout_Se lect7 btech
Software Production Layout_Se lect7 btechSoftware Production Layout_Se lect7 btech
Software Production Layout_Se lect7 btech
 
Overview Of Project Management - P&MSP2010 (2/11)
Overview Of Project Management - P&MSP2010 (2/11)Overview Of Project Management - P&MSP2010 (2/11)
Overview Of Project Management - P&MSP2010 (2/11)
 
Camo
CamoCamo
Camo
 
Managing Agile Software Development Projects
Managing Agile Software Development ProjectsManaging Agile Software Development Projects
Managing Agile Software Development Projects
 
Gated methodology alignment artifact and timing matrix
Gated methodology alignment artifact and timing matrixGated methodology alignment artifact and timing matrix
Gated methodology alignment artifact and timing matrix
 
Kelly.elliott
Kelly.elliottKelly.elliott
Kelly.elliott
 
Methodology
MethodologyMethodology
Methodology
 
Vancouver project management presentation
Vancouver project management presentationVancouver project management presentation
Vancouver project management presentation
 
My talk at PMI Sweden Congress 2013 on Agile and Large Software Products
My talk at PMI Sweden Congress 2013 on Agile and Large Software ProductsMy talk at PMI Sweden Congress 2013 on Agile and Large Software Products
My talk at PMI Sweden Congress 2013 on Agile and Large Software Products
 
Scrum
ScrumScrum
Scrum
 
Product dossier touchbase-epc
Product dossier touchbase-epcProduct dossier touchbase-epc
Product dossier touchbase-epc
 
A successful improvement process with measurable results
A successful improvement process with  measurable resultsA successful improvement process with  measurable results
A successful improvement process with measurable results
 
Exp eng brochure
Exp eng brochureExp eng brochure
Exp eng brochure
 
Unosquare SlideShare Presentation
Unosquare SlideShare PresentationUnosquare SlideShare Presentation
Unosquare SlideShare Presentation
 
Endava Career Days Jan 2012 Analysis and Architecture in Endava
Endava Career Days Jan 2012 Analysis and Architecture in EndavaEndava Career Days Jan 2012 Analysis and Architecture in Endava
Endava Career Days Jan 2012 Analysis and Architecture in Endava
 
6 chap
6 chap6 chap
6 chap
 
Offshore Software Development, Software Testing by CAMO Solutions
Offshore Software Development, Software Testing by CAMO SolutionsOffshore Software Development, Software Testing by CAMO Solutions
Offshore Software Development, Software Testing by CAMO Solutions
 

En vedette

Chapter 4 software project planning
Chapter 4 software project planningChapter 4 software project planning
Chapter 4 software project planningdespicable me
 
Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Marraju Bollapragada V
 
How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)Steven Hoober
 
Five Killer Ways to Design The Same Slide
Five Killer Ways to Design The Same SlideFive Killer Ways to Design The Same Slide
Five Killer Ways to Design The Same SlideCrispy Presentations
 
The History of SEO
The History of SEOThe History of SEO
The History of SEOHubSpot
 
The Seven Deadly Social Media Sins
The Seven Deadly Social Media SinsThe Seven Deadly Social Media Sins
The Seven Deadly Social Media SinsXPLAIN
 
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)Board of Innovation
 
Upworthy: 10 Ways To Win The Internets
Upworthy: 10 Ways To Win The InternetsUpworthy: 10 Ways To Win The Internets
Upworthy: 10 Ways To Win The InternetsUpworthy
 
How To (Really) Get Into Marketing
How To (Really) Get Into MarketingHow To (Really) Get Into Marketing
How To (Really) Get Into MarketingEd Fry
 
The What If Technique presented by Motivate Design
The What If Technique presented by Motivate DesignThe What If Technique presented by Motivate Design
The What If Technique presented by Motivate DesignMotivate Design
 
Why Content Marketing Fails
Why Content Marketing FailsWhy Content Marketing Fails
Why Content Marketing FailsRand Fishkin
 
What 33 Successful Entrepreneurs Learned From Failure
What 33 Successful Entrepreneurs Learned From FailureWhat 33 Successful Entrepreneurs Learned From Failure
What 33 Successful Entrepreneurs Learned From FailureReferralCandy
 
Crap. The Content Marketing Deluge.
Crap. The Content Marketing Deluge.Crap. The Content Marketing Deluge.
Crap. The Content Marketing Deluge.Velocity Partners
 
Digital Strategy 101
Digital Strategy 101Digital Strategy 101
Digital Strategy 101Bud Caddell
 
What Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
What Would Steve Do? 10 Lessons from the World's Most Captivating PresentersWhat Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
What Would Steve Do? 10 Lessons from the World's Most Captivating PresentersHubSpot
 
10 Powerful Body Language Tips for your next Presentation
10 Powerful Body Language Tips for your next Presentation10 Powerful Body Language Tips for your next Presentation
10 Powerful Body Language Tips for your next PresentationSOAP Presentations
 

En vedette (20)

Chapter 4 software project planning
Chapter 4 software project planningChapter 4 software project planning
Chapter 4 software project planning
 
Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models Agile vs Iterative vs Waterfall models
Agile vs Iterative vs Waterfall models
 
The Minimum Loveable Product
The Minimum Loveable ProductThe Minimum Loveable Product
The Minimum Loveable Product
 
How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)How People Really Hold and Touch (their Phones)
How People Really Hold and Touch (their Phones)
 
Displaying Data
Displaying DataDisplaying Data
Displaying Data
 
Five Killer Ways to Design The Same Slide
Five Killer Ways to Design The Same SlideFive Killer Ways to Design The Same Slide
Five Killer Ways to Design The Same Slide
 
The History of SEO
The History of SEOThe History of SEO
The History of SEO
 
The Seven Deadly Social Media Sins
The Seven Deadly Social Media SinsThe Seven Deadly Social Media Sins
The Seven Deadly Social Media Sins
 
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
 
Upworthy: 10 Ways To Win The Internets
Upworthy: 10 Ways To Win The InternetsUpworthy: 10 Ways To Win The Internets
Upworthy: 10 Ways To Win The Internets
 
How To (Really) Get Into Marketing
How To (Really) Get Into MarketingHow To (Really) Get Into Marketing
How To (Really) Get Into Marketing
 
The What If Technique presented by Motivate Design
The What If Technique presented by Motivate DesignThe What If Technique presented by Motivate Design
The What If Technique presented by Motivate Design
 
Why Content Marketing Fails
Why Content Marketing FailsWhy Content Marketing Fails
Why Content Marketing Fails
 
What 33 Successful Entrepreneurs Learned From Failure
What 33 Successful Entrepreneurs Learned From FailureWhat 33 Successful Entrepreneurs Learned From Failure
What 33 Successful Entrepreneurs Learned From Failure
 
Crap. The Content Marketing Deluge.
Crap. The Content Marketing Deluge.Crap. The Content Marketing Deluge.
Crap. The Content Marketing Deluge.
 
Digital Strategy 101
Digital Strategy 101Digital Strategy 101
Digital Strategy 101
 
Design Your Career 2018
Design Your Career 2018Design Your Career 2018
Design Your Career 2018
 
What Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
What Would Steve Do? 10 Lessons from the World's Most Captivating PresentersWhat Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
What Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
 
10 Powerful Body Language Tips for your next Presentation
10 Powerful Body Language Tips for your next Presentation10 Powerful Body Language Tips for your next Presentation
10 Powerful Body Language Tips for your next Presentation
 
How Google Works
How Google WorksHow Google Works
How Google Works
 

Similaire à P&msp2010 09 integration-&-testing

Lanzamiento Visual Studio 2012 - Modern ALM
Lanzamiento Visual Studio 2012 - Modern ALMLanzamiento Visual Studio 2012 - Modern ALM
Lanzamiento Visual Studio 2012 - Modern ALMDebora Di Piano
 
Planning Phase Part I - Project Phases and Lifecycle Planning
Planning Phase Part I - Project Phases and Lifecycle PlanningPlanning Phase Part I - Project Phases and Lifecycle Planning
Planning Phase Part I - Project Phases and Lifecycle PlanningEmanuele Della Valle
 
Agile Software Development - making programming fun again
Agile Software Development - making programming fun againAgile Software Development - making programming fun again
Agile Software Development - making programming fun againcalenlegaspi
 
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainCalen Legaspi
 
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainOrange and Bronze Software Labs
 
Project design and management
Project design and managementProject design and management
Project design and managementAndrew Zolnai
 
How to bake in quality in agile scrum projects
How to bake in quality in agile scrum projectsHow to bake in quality in agile scrum projects
How to bake in quality in agile scrum projectsSantanu Bhattacharya
 
Are Agile And Secure Development Mutually Exclusive?
Are Agile And Secure Development Mutually Exclusive?Are Agile And Secure Development Mutually Exclusive?
Are Agile And Secure Development Mutually Exclusive?Source Conference
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Ajay Danait
 
Aras Innovator PLM Deployment Methodology
Aras Innovator PLM Deployment MethodologyAras Innovator PLM Deployment Methodology
Aras Innovator PLM Deployment MethodologyAras
 
Key Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationKey Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationAlithya
 
Session #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSession #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSteve Lange
 
Chen.tim
Chen.timChen.tim
Chen.timNASAPMC
 
An Introduction to Software Performance Engineering
An Introduction to Software Performance EngineeringAn Introduction to Software Performance Engineering
An Introduction to Software Performance EngineeringCorrelsense
 
Collaborate 2012 - the never ending road of project management presentation c...
Collaborate 2012 - the never ending road of project management presentation c...Collaborate 2012 - the never ending road of project management presentation c...
Collaborate 2012 - the never ending road of project management presentation c...Chain Sys Corporation
 
Skyward Erp Presentation
Skyward Erp PresentationSkyward Erp Presentation
Skyward Erp Presentationvishalnvora1
 
Visual Studio 2010 ALM Tools Overview
Visual Studio 2010 ALM Tools Overview Visual Studio 2010 ALM Tools Overview
Visual Studio 2010 ALM Tools Overview Ayman El-Hattab
 

Similaire à P&msp2010 09 integration-&-testing (20)

Planning Phase - P&MSP2010 (3/11)
Planning Phase - P&MSP2010 (3/11)Planning Phase - P&MSP2010 (3/11)
Planning Phase - P&MSP2010 (3/11)
 
Lanzamiento Visual Studio 2012 - Modern ALM
Lanzamiento Visual Studio 2012 - Modern ALMLanzamiento Visual Studio 2012 - Modern ALM
Lanzamiento Visual Studio 2012 - Modern ALM
 
Planning Phase Part I - Project Phases and Lifecycle Planning
Planning Phase Part I - Project Phases and Lifecycle PlanningPlanning Phase Part I - Project Phases and Lifecycle Planning
Planning Phase Part I - Project Phases and Lifecycle Planning
 
Agile Software Development - making programming fun again
Agile Software Development - making programming fun againAgile Software Development - making programming fun again
Agile Software Development - making programming fun again
 
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun Again
 
Agile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun AgainAgile Software Development - Making Programming Fun Again
Agile Software Development - Making Programming Fun Again
 
Project design and management
Project design and managementProject design and management
Project design and management
 
Workflow Management, SaaS, Cloud Computing
Workflow Management, SaaS, Cloud ComputingWorkflow Management, SaaS, Cloud Computing
Workflow Management, SaaS, Cloud Computing
 
How to bake in quality in agile scrum projects
How to bake in quality in agile scrum projectsHow to bake in quality in agile scrum projects
How to bake in quality in agile scrum projects
 
Are Agile And Secure Development Mutually Exclusive?
Are Agile And Secure Development Mutually Exclusive?Are Agile And Secure Development Mutually Exclusive?
Are Agile And Secure Development Mutually Exclusive?
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)
 
Aras Innovator PLM Deployment Methodology
Aras Innovator PLM Deployment MethodologyAras Innovator PLM Deployment Methodology
Aras Innovator PLM Deployment Methodology
 
Key Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning ImplementationKey Considerations for a Successful Hyperion Planning Implementation
Key Considerations for a Successful Hyperion Planning Implementation
 
Session #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft ApproachSession #1: Development Practices And The Microsoft Approach
Session #1: Development Practices And The Microsoft Approach
 
Chen.tim
Chen.timChen.tim
Chen.tim
 
An Introduction to Software Performance Engineering
An Introduction to Software Performance EngineeringAn Introduction to Software Performance Engineering
An Introduction to Software Performance Engineering
 
Collaborate 2012 - the never ending road of project management presentation c...
Collaborate 2012 - the never ending road of project management presentation c...Collaborate 2012 - the never ending road of project management presentation c...
Collaborate 2012 - the never ending road of project management presentation c...
 
Skyward Erp Presentation
Skyward Erp PresentationSkyward Erp Presentation
Skyward Erp Presentation
 
Visual Studio 2010 ALM Tools Overview
Visual Studio 2010 ALM Tools Overview Visual Studio 2010 ALM Tools Overview
Visual Studio 2010 ALM Tools Overview
 
Manual testing1
Manual testing1Manual testing1
Manual testing1
 

Plus de Emanuele Della Valle

Taming velocity - a tale of four streams
Taming velocity - a tale of four streamsTaming velocity - a tale of four streams
Taming velocity - a tale of four streamsEmanuele Della Valle
 
Work in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningWork in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningEmanuele Della Valle
 
Knowledge graphs in search engines
Knowledge graphs in search enginesKnowledge graphs in search engines
Knowledge graphs in search enginesEmanuele Della Valle
 
La città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoLa città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoEmanuele Della Valle
 
Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Emanuele Della Valle
 
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...Emanuele Della Valle
 
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Emanuele Della Valle
 
Big Data: how to use it to create value
Big Data: how to use it to create valueBig Data: how to use it to create value
Big Data: how to use it to create valueEmanuele Della Valle
 
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Emanuele Della Valle
 
Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Emanuele Della Valle
 
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Emanuele Della Valle
 
IST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesIST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesEmanuele Della Valle
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Emanuele Della Valle
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Emanuele Della Valle
 
Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Emanuele Della Valle
 
City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)Emanuele Della Valle
 

Plus de Emanuele Della Valle (20)

Taming velocity - a tale of four streams
Taming velocity - a tale of four streamsTaming velocity - a tale of four streams
Taming velocity - a tale of four streams
 
Stream reasoning
Stream reasoningStream reasoning
Stream reasoning
 
Work in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream ReasoningWork in progress on Inductive Stream Reasoning
Work in progress on Inductive Stream Reasoning
 
Big Data and Data Science W's
Big Data and Data Science W'sBig Data and Data Science W's
Big Data and Data Science W's
 
Knowledge graphs in search engines
Knowledge graphs in search enginesKnowledge graphs in search engines
Knowledge graphs in search engines
 
La città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - FluxedoLa città dei balocchi 2017 in numeri - Fluxedo
La città dei balocchi 2017 in numeri - Fluxedo
 
Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...Stream Reasoning: a summary of ten years of research and a vision for the nex...
Stream Reasoning: a summary of ten years of research and a vision for the nex...
 
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
ACQUA: Approximate Continuous Query Answering over Streams and Dynamic Linked...
 
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...Stream reasoning: an approach to tame the velocity and variety dimensions of ...
Stream reasoning: an approach to tame the velocity and variety dimensions of ...
 
Big Data: how to use it to create value
Big Data: how to use it to create valueBig Data: how to use it to create value
Big Data: how to use it to create value
 
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...Listening to the pulse of our cities with Stream Reasoning (and few more tech...
Listening to the pulse of our cities with Stream Reasoning (and few more tech...
 
Ist16-04 An introduction to RDF
Ist16-04 An introduction to RDF Ist16-04 An introduction to RDF
Ist16-04 An introduction to RDF
 
Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web Ist16-03 An Introduction to the Semantic Web
Ist16-03 An Introduction to the Semantic Web
 
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
Ist16-02 HL7 from v2 (syntax) to v3 (semantics)
 
IST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic TechnologiesIST16-01 - Introduction to Interoperability and Semantic Technologies
IST16-01 - Introduction to Interoperability and Semantic Technologies
 
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
Stream reasoning: mastering the velocity and the variety dimensions of Big Da...
 
On Stream Reasoning
On Stream ReasoningOn Stream Reasoning
On Stream Reasoning
 
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
Listening to the pulse of our cities fusing Social Media Streams and Call Dat...
 
Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03Social listener-brera-design-district-2015-03
Social listener-brera-design-district-2015-03
 
City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)City Data Fusion for Event Management (in Italiano)
City Data Fusion for Event Management (in Italiano)
 

Dernier

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Dernier (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

P&msp2010 09 integration-&-testing

  • 1. Session 10 Integration & Testing Emanuele Della Valle http://home.dei.polimi.it/dellavalle
  • 2. Credits 2 This slides are largely based on Prof. John Musser class notes on “Principles of Software Project Management” M t” Original slides are available at http://www.projectreference.com/ htt // j t f / Reuse and republish permission was granted Planning and Managing Software Projects – Emanuele Della Valle
  • 3. Today 3 Software Quality Assurance Integration Test planning Types of testing T f t ti Test metrics Test Environments Planning and Managing Software Projects – Emanuele Della Valle
  • 4. Session 8 Review 4 Development Management • People dimension • Capability Maturity Model • Requirements (most critical activity) Planning and Managing Software Projects – Emanuele Della Valle
  • 5. Session 8 Review People dimension 5 Roles Staffing profile, roll-on and roll-off Team Models • Business Team – flexible • Chief-Programmer Team – Good for creative and tactical execution projects • “Shunkworks” Team – Good for creative projects • SWAT Team – Good for tactical execution projects Team size Hiring Tools • Responsibility Assignment Matrix • Skill Matrix Planning and Managing Software Projects – Emanuele Della Valle
  • 6. Session 8 Review Capability Maturity Model 6 software process framework 5 ‘maturity’ levels maturity • Initial, Repeatable, Defined, Managed and Optimizing CMM Level 2 functions include • Requirements Management • Software QA • Configuration Management Planning and Managing Software Projects – Emanuele Della Valle
  • 7. Session 8 Review Requirements 7 most critical activity Potential tug-of-war tug of war Functional vs. non-functional o u ct o a Requirements Gathering Techniques g q • Interviews • Document Analysis • Brainstorming • Requirements Workshops • Prototyping • Use Cases • Storyboards Planning and Managing Software Projects – Emanuele Della Valle
  • 8. Introduction Validation vs. Verification 8 Validation • Are we building the right product? Verification • Are we building the product right? Quality Assurance is about verification Planning and Managing Software Projects – Emanuele Della Valle
  • 9. Introduction Software Quality 9 Traceability • Ability to track relationship between work products • Ex: how well do requirements/design/test cases match Formal Reviews • Conducted at the end of each lifecycle phase • SRR, CDR, etc. Planning and Managing Software Projects – Emanuele Della Valle
  • 10. Introduction If 99.9% Were Good Enough 10 9,703 checks would be deducted from the wrong bank accounts each hour 27,800 pieces of mail would be lost per hour 3,000,000 incorrect drug prescriptions per year co ect d ug p esc pt o s pe yea 8,605 commercial aircraft takeoffs would annually result in crashes Futrell, Shafer, Shafer, “Quality Software Project Management”, 2002 , , , Q y j g , Planning and Managing Software Projects – Emanuele Della Valle
  • 11. Software Quality Assurance Quality Assurance 11 QA or SQA (Software Quality Assurance) Good QA comes from good process A CMM Level 2 function When d Wh does SQA b i ? begin? • during requirements! Most of SQA takes place in the integration and testing phase QA is your best window into the project Planning and Managing Software Projects – Emanuele Della Valle
  • 12. Software Quality Assurance Development Costs 12 7% Requirements 29% 16% Preliminary Design Detailed Design Code & Unit Test 24% Integration & System 24% Test Planning and Managing Software Projects – Emanuele Della Valle
  • 13. Software Quality Assurance QA Roles 13 QA Manager • Hires QA team; creates test plans; selects tools; manages team • Salary: $50-80K/yr, $50-100/hr Test Developer/Test Engineer • Performs functional tests; develops automated scripts • Salary: $35-70K/yr, $40-100/hr System Administrator • Supports QA functions but not official QA team member Copy Editor/Documentation Writer • Supports QA; also not part of official team Planning and Managing Software Projects – Emanuele Della Valle
  • 14. Software Quality Assurance When and What? 14 Possible Deliverables by Phase Concept Document Statement of Work (SOW) Project Charter RFP & Proposal Software Requirements Document (Software Requirements Specification) Concept Work Breakdown Structure (WBS) Requirements Functional Specification ( Top Level Design Specification) Entity Relationship Diagram Data Flow Diagram Analysis Detailed Design Specification g p Object Diagrams Detailed Data Model Project Development Plan (Software Development Plan ) Design Coding Standards Baseline Project Plan Working Code Quality Assurance Plan Unit Tests Configuration Management Plan Coding and Risk Management Plan Debugging Acceptance Test Procedures Tested Application Integration Plan Systems S t Detailed SQA Test Plan Testing Maintenance Specification SQA Test Cases Deployed Application Deployment & User Documentation Maintenance M i t Training Plan Planning and Managing Software Projects – Emanuele Della Valle
  • 15. Integration Integration & Testing 15 Development/Integration/Testing • Most common place for schedule & activity overlap Sometimes Integration/Testing thought of as one phase Progressively aggregates functionality Q QA team works in p parallel with dev. team Planning and Managing Software Projects – Emanuele Della Valle
  • 16. Integration Integration Approaches 16 Top Down • Core or overarching system(s) implemented 1st • Combined into minimal “shell” system • “Stubs” are used to fill-out incomplete sections – Eventually replaced by actual modules Bottom Up • Starts with individual modules and builds-up • I di id l units ( ft unit t ti ) are combined i t Individual it (after it testing) bi d into sub-systems • Sub-systems are combined into the whole Planning and Managing Software Projects – Emanuele Della Valle
  • 17. Integration Characteristics and Issues 17 Who does integration testing? • Can be either development and/or QA team Staffing and budget are at peak “Crunch mode” [1] [ ] Issues • Pressure • Delivery date nears • Unexpected failures (bugs) • Motivation issues • User acceptance conflicts [1] http://www.urbandictionary.com/define.php?term=crunch+mode Planning and Managing Software Projects – Emanuele Della Valle
  • 18. Test planning Test Plans (SQAP) 18 Software Quality Assurance Plan • Should be complete near end of requirements See example • http://www.cio.energy.gov/documents/csr_sqa_plan.pdf – Even use the IEEE 730 standard - http://ieeexplore.ieee.org/iel4/5838/15568/00720573.pdf Planning and Managing Software Projects – Emanuele Della Valle
  • 19. Test planning - Test Plans (SQAP) Standard sections 1/2 19 Purpose Reference documents Management Documentation D t ti Standards, practices, conventions, metrics • Quality measures • Testing practices Planning and Managing Software Projects – Emanuele Della Valle
  • 20. Test planning - Test Plans (SQAP) Standard sections 2/2 20 Reviews and Audits • Process and specific reviews – Requirements R i R i t Review (SRR) – Test Plan Review – Code reviews – Post-mortem review Risk Management • Tie-in QA to overall risk mgmt. Plan Problem Reporting and Corrective Action Tools, Techniques, Methodologies Records Collection and Retention Planning and Managing Software Projects – Emanuele Della Valle
  • 21. Test planning Testing 21 Exercising computer program with predetermined inputs Comparing the actual results against the expected results Testing is a form of sampling Cannot absolutely prove absence of defects yp All software has bugs. Period. Testing is not debugging debugging. Planning and Managing Software Projects – Emanuele Della Valle
  • 22. Test planning Test Cases 22 Key elements of a test plan May include scripts, data, checklists May map to a Requirements Coverage Matrix • A traceability tool y • See http://en.wikipedia.org/wiki/Traceability_matrix Planning and Managing Software Projects – Emanuele Della Valle
  • 23. Test planning Rework 23 Software equivalent of “scrap” in manufacturing 30% 25% 20% 8% 19% 12% 15% 4% Rew ork Production P d i 10% 16% 1% 12% 12% 5% 10% 6% 0% Requirements Detailed Integration & Design System Test Planning and Managing Software Projects – Emanuele Della Valle
  • 24. Test planning Sources of Defects 24 27% Design Other Code C d 56% 10% Requirements 7% Planning and Managing Software Projects – Emanuele Della Valle
  • 25. Test planning V Process Model 25 Project Production, Requirements and Operations, Operations and Planning Non-functional Load & Maintenance Requirements Performance Test Product System Testing Requirements and and Acceptance Specification User Interface Testing Analysis Usability Test Design Integration and High-Level Desig Testing Detailed Design Unit Testing Coding Planning and Managing Software Projects – Emanuele Della Valle
  • 26. Test planning Project Testing Flow 26 Unit Testing Integration Testing System Testing User Acceptance Testing U A t T ti Planning and Managing Software Projects – Emanuele Della Valle
  • 27. Test planning Test Scripts 27 Two meanings 1. Set of step-by-step instructions intended to lead test personnel through tests – List of all actions and expected responses 2. Automated test script (program) Planning and Managing Software Projects – Emanuele Della Valle
  • 28. Test planning Stopping Testing 28 When do you stop? Rarely are all defects “closed” by release closed Shoot for all Critical/High/Medium defects Often, occurs when time runs out Oft h ti t Final Sign-off (see also UAT) by: • customers engineering product mgmt customers, engineering, mgmt., Planning and Managing Software Projects – Emanuele Della Valle
  • 29. Type of tests Black-Box Testing 29 Functional Testing Program is a “black-box” black box • Not concerned with how it works but what it does • Focus on inputs & outputs Test cases are based on SRS (specs) Planning and Managing Software Projects – Emanuele Della Valle
  • 30. Type of tests White-Box Testing 30 Accounts for the structure of the program Coverage • Statements executed • Paths followed through the code Planning and Managing Software Projects – Emanuele Della Valle
  • 31. Type of tests Unit Testing 31 a.k.a. Module Testing Type of white-box testing white box • Sometimes treated black-box Who does Unit Testing? g • Developers • Unit tests are written in code – Same language as the module – a.k.a. “Test drivers” When do Unit Testing? • Ongoing during development • As individual modules are completed Planning and Managing Software Projects – Emanuele Della Valle
  • 32. Type of tests Unit Testing 32 Individual tests can be grouped • “Test Suites” JUnit • Part of the XP methodology • “Test-first programming” Test-first programming Planning and Managing Software Projects – Emanuele Della Valle
  • 33. Type of tests Integration Testing 33 Testing interfaces between components First step after Unit Testing Components may work alone but fail when put toget e together Defect may exist in one module but manifest in another Black-box tests Planning and Managing Software Projects – Emanuele Della Valle
  • 34. Type of tests System Testing 34 Testing the complete system A type of black-box testing black box Planning and Managing Software Projects – Emanuele Della Valle
  • 35. Type of tests User Acceptance Testing 35 Last milestone in testing phase Ultimate customer test & sign-off sign off Sometimes synonymous with beta tests Customer i satisfied software meets their C t is ti fi d ft t th i requirements Based on “Acceptance Criteria” • Conditions the software must meet for customer to accept the system • Id ll d fi d b f Ideally defined before contract is signed t ti i d • Use quantifiable, measurable conditions Planning and Managing Software Projects – Emanuele Della Valle
  • 36. Type of tests Regression Testing 36 Re-running of tests after fixes or changes are made to software or the environment EX: QA finds defect, developer fixes, QA runs regression test to verify Automated tools very helpful for this Planning and Managing Software Projects – Emanuele Della Valle
  • 37. Type of tests Compatibility Testing 37 Testing against other “platforms” • Ex: Testing against multiple browsers • Does it work under Netscape/IE, Windows/Mac Netscape/IE Test repeatability and self-evidence self evidence • “Acid test” from the California Gold Rush – See http://en.wikipedia.org/wiki/Acid_test_(gold) • A id t t for browsers compatibility to Web Standards Acid tests f b tibilit t W b St d d – http://en.wikipedia.org/wiki/Category:Acid_tests • Be aware of – Quick and obvious vs. complete and fair Planning and Managing Software Projects – Emanuele Della Valle
  • 38. Type of tests External Testing 1/3 38 Alpha 1st, Beta 2nd Testing by users outside the organization • Typically done by users Alpha release p • Given to very limited user set • Product is not feature-complete During later portions of test phase Beta release • C Customer testing and evaluation i d l i • Most important feature • Preferably after software stabilizes Planning and Managing Software Projects – Emanuele Della Valle
  • 39. Type of tests External Testing 2/3 39 Value of Beta Testing • Testing in the real world • Getting a software assessment • Marketing • Augmenting you staff Do not determine features based on it • Too late! Beta testers must be “recruited” • From: Existing base, marketing, tech support, site Requires the role of “Beta Manager” All this must be scheduled by PM Planning and Managing Software Projects – Emanuele Della Valle
  • 40. Type of tests External Testing 3/3 40 Release Candidate (RC) • To be sent to manufacturing if testing successful Release to Manufacturing (RTM) • Production release formally sent to manufacturing Aim for a “stabilization period” before each of these milestones • Team focus on quality integration stability quality, integration, Planning and Managing Software Projects – Emanuele Della Valle
  • 41. Type of tests Static Testing 41 Reviews • Most artifacts can be reviewed • Proposal contract, schedule, requirements, code, data Proposal, contract schedule requirements code model, test plans Peer Reviews • Methodical examination of software work products by peers to identify defects and necessary changes • Goal: remove defects early and efficiently • Planned by PM, performed in meetings, documented • CMM Level 3 activity Planning and Managing Software Projects – Emanuele Della Valle
  • 42. Type of tests Automated Testing 42 Human testers = inefficient Pros • Lowers overall cost of testing • Tools can run unattended • Tools run through ‘suites’ faster than people suites • Great for regression and compatibility tests • Tests create a body of knowledge • Can reduce QA staff size Cons • But not everything can be automated • Learning curve or expertise in tools • Cost of high-end tools $5-80K (low-end are still cheap) Planning and Managing Software Projects – Emanuele Della Valle
  • 43. Type of tests Load & Stress Testing 1/2 43 Push system beyond capacity limits Often done via automated scripts • By the QA team • Near end of functional tests Can show • Hidden functional issues • Maximum system capacity • Unacceptable data or service loss • Determine if “Performance Requirements” met – Remember these are part of “non-functional” Remember, “non functional” requirements Planning and Managing Software Projects – Emanuele Della Valle
  • 44. Type of tests Load & Stress Testing 2/2 44 Metrics • Minimal acceptable response time • Minimal acceptable number of concurrent users • Minimal acceptable downtime Vendors: High-End High End • Segue by Borlan – http://www.segue.com • M Mercury (acquired by HP and renamed LoadRunner) ( i db d d L dR ) – https://h10078.www1.hp.com/cda/hpms/display/main/hp ms_content.jsp?zn=bto&cp=1-11-126-17^8_4000_100__ – http://en.wikipedia.org/wiki/LoadRunner • Empirix – http://www.empirix.com/ Planning and Managing Software Projects – Emanuele Della Valle
  • 45. Type of tests - Load & Stress Testing Performance Metrics 45 Source: Athens Consulting Group Bad Good Must support 500 users Must support 500 simultaneous users 10 second response time [Average|Maximum|90th p percentile] response ] p time must be X seconds Must handle 1M hits per Must handle peak load of day d 28 page requests per second Planning and Managing Software Projects – Emanuele Della Valle
  • 46. Type of tests Web Site Testing 1/2 46 Unique factors • Distributed (N-tiers, can be many) • Very high availability needs • Uses public network (Internet) • Large number of platforms (browsers + OS) 5 causes of most site failures • Internal network performance • External network performance • Hardware performance • Unforeseeable traffic spikes • Web application performance Planning and Managing Software Projects – Emanuele Della Valle
  • 47. Type of tests Web Site Testing 2/2 47 Commercial Tools: Load Test & Site Management • Mercury Interactive – Sit S SiteScope, Sit S SiteSeer • Segue Commercial Subscription Services • Keynote Systems Monitoring Tools • http://www.networkworld.com/reviews/2000/webmgt2r esult.jsp?_tablename=webmgt2 Availability: More “Nines” = More $’s – Must balance QA & availability costs vs. benefits Planning and Managing Software Projects – Emanuele Della Valle
  • 48. Type of tests Other Testing 48 Installation Testing • Very important if not a Web-based system • Can lead to high support costs and customer dissatisfaction Usability Testing • Verification of user satisfaction – Navigability – U User-friendliness f i dli – Ability to accomplish primary tasks Planning and Managing Software Projects – Emanuele Della Valle
  • 49. Test Metrics 49 Load: Max. acceptable response time, min. # of simultaneous users Disaster: Max. allowable downtime Co pat b ty Compatibility: Min/Max. browsers & OS’s supported / a b o se s OS s suppo ted Usability: Min. approval rating from focus groups Functional: Requirements coverage; 100% pass rate for automated test suites Planning and Managing Software Projects – Emanuele Della Valle
  • 50. Test metrics Defect Metrics 50 These are very important to the PM Number of outstanding defects • Ranked by severity – Critical, High, Medium, Low – Sh Showstoppers t Opened vs. closed Planning and Managing Software Projects – Emanuele Della Valle
  • 51. Test metrics Defect Tracking 51 Get tools to do this for you • Bugzilla - http://www.bugzilla.org/ • TestTrack Pro - http://www seapine com/ttpro html http://www.seapine.com/ttpro.html • Rational ClearCase - http://www- 01.ibm.com/software/awdtools/clearcase/ • Some good ones are free or low cost low-cost Make sure all necessary team members have access (meaning nearly all) Have regular ‘defect review meetings’ • Can be weekly early in test daily in crunch test, Who can enter defects into the tracking system? • Lots of people: QA staff, developers, analysts, managers, (sometimes) users, PM Planning and Managing Software Projects – Emanuele Della Valle
  • 52. Test metrics Defect Tracking 52 Fields • State: open, closed, pending • Date created updated, closed created, updated • Description of problem • Release/version number • Person submitting b • Priority: low, medium, high, critical • Comments: by QA, developer, other Planning and Managing Software Projects – Emanuele Della Valle
  • 53. Test metrics Defect Metrics 53 Open Rates • How many new bugs over a period of time Close Rates • How many closed over that same period • Ex: 10 bugs/day Change Rate • Number of times the same issue updated Fix Failed Counts • Fixes that didn’t really fix (still open) y ( p ) • One measure of “vibration” in project Planning and Managing Software Projects – Emanuele Della Valle
  • 54. Test metrics Defect Rates 54 Microsoft Study • 10-20/KLOC during test • 0 5/KLOC after release 0.5/KLOC Planning and Managing Software Projects – Emanuele Della Valle
  • 55. Test Environments 55 You need to test somewhere. Where? Typically separate hardware/network environment(s) Planning and Managing Software Projects – Emanuele Della Valle
  • 56. Test Environments Hardware Environments 56 Development Testing Staging (optional) Production P d ti Planning and Managing Software Projects – Emanuele Della Valle
  • 57. Test Environments Typical Hardware Environments 57 Development • Where programmers work • Unit tests happen here Testing • For integration, system, and regression testing integration system Staging • For burn-in and load testing burn in Production • Final deployment environment(s) p y ( ) Planning and Managing Software Projects – Emanuele Della Valle
  • 58. Miscellaneous 58 Pareto Analysis • The 80-20 rule – 80% of defects from 20% of code fd f t f f d • Identifying the problem modules Phase Containment • Testing at the end of each phase • Prevent problems moving phase-to-phase Burn-in • Allowing system to run “longer” period of time • Variation of stress testing Planning and Managing Software Projects – Emanuele Della Valle
  • 59. Miscellaneous 59 “Code Freeze” • When developers stop writing new code and only do bug fixes • Occurs at a varying point in integration/testing Tester to Coder Tester-to-Coder Ratio • It depends • Often 1:3 or 1:4 • QA staff size grows: QA Mgr and/or lead early Planning and Managing Software Projects – Emanuele Della Valle
  • 60. Homework 4 60 Deadlines • FINAL version 25.6.2010 • (optionally) DRAFT version 28.5.2010 28 5 2010 Content • A base line Gantt diagram of you project describing – Tasks – Milestones – Durations – Links – Successors/predecessors – Resource allocation to tasks – Meaningful Staffing profile – Resource l R leveling li Submission procedures as for previous homeworks Planning and Managing Software Projects – Emanuele Della Valle
  • 61. Optional readings 61 McConnell: Chapters 17-19 (very short ones) Schwalbe: 6 “Project Cost Management (175 184), 9 Project Management” (175-184), “Project Communication Management”, 15 “Controlling” Planning and Managing Software Projects – Emanuele Della Valle
  • 62. Questions? 62 Planning and Managing Software Projects – Emanuele Della Valle