Showing posts with label Customer. Show all posts
Showing posts with label Customer. Show all posts

Friday, December 18, 2009

Customer to Requirements

Customer reports are triaged into categories. Some will be treated as defects in the product.

Defect reports must be prioritized and fed back into the development cycle at the appropriate point. For example, critical defects can be sent directly to development for action while defects with low impact can be sent to design specification group for consideration.

Many customer requests are valuable inputs to the product management, analysis, and requirements gathering process.

All customer reports must be captured in a database, typically one that is optimized for the purpose, called a defect tracking system.

Customer to Implementation

The users, clients, or customers have a direct link to the implementation when the product plans include a maintenance cycle.

Customer reports of problems go to triage, first in Support and later in Engineering. Reports that are approved by both support and engineering as Defects become work items for development and then part of the implementation. A mature process will include ways to expedite this flow.

Test Results to Customer

Test results are usually not shared with customers in detail.

An important measurement of release readiness is test coverage and success rates.

The customer typically gets the results of test results in the form of an available release.

Implementation to Customer

Implementation artifacts delivered to the customer must match the artifacts delivered to test.

It is possible for parts of the implementation to be withheld from the customer, so the released executable code is often a subset of the tested executable code.

The implementation may include internal support for test execution and performance profiling. These features may be turned off for the customer if they affect the behavior or performance of the product.

Another category of implementation artifacts that go directly to customers is screenshots included in documentation.

Specifications to Customer Documentation

Design Specifications are an important base of information for user or customer documentation.

Thursday, December 17, 2009

Backlog

Some of the artifacts in each class will represent approved, agreed-upon, active, or completed tasks.

Others will represent proposed tasks, work approved but not scheduled, etc. These artifacts comprise the backlog. A backlog is a natural and healthy part of the development process as long as it is managed correctly. One of the themes of this discussion will be to indicate when and how to address items in the backlog.

Here are some of the categories of the backlog.

Requirements that are published but not represented in specifications and/or test plans are in the design backlog.

Specifications that are not implemented are in the engineering backlog.

Implementation artifacts that have not been tested are in the test backlog.

Test plans and automation that have not been executed are also in the test backlog.

Test results that have not been reviewed are in the results backlog.

Customer reports that have not been triaged are in the support backlog.

Customer reports that have been triaged as defects but have not been fixed are in the engineering backlog.

Defects that have been fixed but where the fixes have not been delivered to customers are in the release backlog.

These are the most important components of the backlog.

Requirements to Customer Reports

Customer reports can be evaluated or triaged by reference to requirements.

This allows customer reports and requests to be classified as defects, or as potential enhancements.

The reverse is also true. Requirements may refer to specific customer requests.

Wednesday, December 16, 2009

Overview

This document will define the scope of our discussion of SDLC.

We begin with the definition of the six primary classes of project artifacts.

1. Requirements
2. Specifications
3. Implementation
4. Test Plans and Automation
5. Test Results
6. Customer Reports

Requirements are documents that describe the initial or general goals of the software to be produced. These are written in a natural language (English in this case) by product management or a business process analyst. Requirements are typically based on intangibles like imagination and insight and form the primary reference documents for a project. These documents are used in turn by the engineering and documentation functions as the basis for more artifacts.

Specifications are engineering documents that describe architecture, design and development plans. These are written in a natural language by engineering management. They are based on requirements documents but include much more detail.

Implementation is produced by the engineering team from specifications and is typically in a language that can be interpreted and executed by a computer. Implementation artifacts are the tangible assets produced by the development process. Some of these assets are transferred from the development group to the customers in the form of a product or system.

Test Plans are produced by test engineering and serve as a framework for evaluation of the implementation. Test plans are based on both requirements and specifications, but not on the implementation.

Test Results are produced by test execution. Results are often in both natural language and machine-readable form.

Customer Reports are natural language documents created ad hoc as a result of the use of the implementation.

Backlog is orthogonal to the other six. It is a measure of the portion of the available artifacts (of any type) that has not yet been used to generate work or other results.

Many other useful terms will be defined in the discussion to follow. The six artifact classes stand out because they are well-understood and can be clearly defined. Most project documents belong in one of these classes.

Each of these artifact classes has a relationship to every other artifact class. Every one of these relationships will be explored at some point in the documents to follow.