Software Design

Substances over from

Ideas on teaching secondary school students to learn software design. How about writing SDD?

design
Created on 2017-11-13 Last Modified 2018-06-26


SDD (Software design document) Template

  • TOC
  • Introduction
    • Purpose
    • Scope
    • Overview
  • System Overview
  • System Architecture
    • Architecture Design
    • Decomposition Description
    • Design Rationale
  • Data Design
    • Data Description
    • Data Dictionary
  • Component Design
  • Human Interface Design
    • Overview of User Interface
    • Screen Images
    • Screen Objects and Actions
  • Requirements Matrix

Cucumber and Gherkin

The most common format for these acceptance criteria is the structure of Acceptance Test Driven Development. Each user story will have a number of acceptance criteria and may also have other elements which will help ensure the right thing is built - these could include screen mockups, technical notes, models such as class diagrams and whatever the team needs to enable them to deliver the business value.

References

SDD


Cucumber and Gherkin


comments powered by Disqus