2. DD-sample
2. DD-sample
Design Document
Version 1.0
3. Sequence Diagrams
5. Class Diagram
6. Database Design
7. Interface Design
8. Test Cases
1. Introduction of Design Document
This document is designed to see what is to be built at its origin levels in order to give a software
expansion team an overall guidance of the architecture of the software project. This phase surround
Entity Relationship Diagram (ERD)
Sequence Diagrams
Architecture Design Diagram
Class Diagram
Database Design
Interface Design
Test Cases
Entity Relationship Diagram is a data model for describing a database in an abstract model. It
contains entities and their relationships. An entity may be defined as a thing which is recognized as
being capable of an independent existence and which can be uniquely identified.
Sequence Diagram
Sequence Diagram is an interaction diagram that shows how processes operate with each other.
Architecture Design Diagram used to represent data in the form of layers. It contains three layers’
data link layer, application layer and business layer.
Class Diagram:
In Class diagram we will describe the structure of Online Support System by showing the system's
classes, show their attributes, operations or methods and relationships between classes or objects. In
a class diagram classes represent both the main objects and interactions.
Database Design:
Database Design is a process of producing a detailed data model of a database. It can be taken as the
logical design of the base data structures to store the data
Interface Design:
Interface Design is a GUI view of main software. It shows how our Software Application will look
like and how we interference with the System.
Test cases:
In the test cases for the Online Support System are also given. A test case in software engineering is
a set of conditions or variables under which a tester will determine whether an application or
software system is working correctly or not.
3. Sequence Diagrams (To be developed using Rational Rose or any other drawing
7. Interface Design
8. Test Cases
Test Case Id 1
Test Case Id 2
Test Case Id 4