Vous êtes sur la page 1sur 4

TABLE OF CONTENTS

TITLE PAGE NO.

Chapter 1-INTRODUCTION 1
1.1 Introduction 1
1.2 Problem Statement 1
1.3 Objective of Proposed Project 1
1.4 Report Organisation 2
Chapter 2-SOFTWARE DEVELOPMENT LIFE CYCLE 3
2.1 SDLC and its phases 3
2.1.1 Requirement Gathering and Analysis 3
2.1.2 Design 4
2.1.3 Implementation/Coding 4
2.1.4 Testing 4
2.1.5 Deployment 4
2.1.6 Maintainance 4
2.2 SDLC Models 5
2.2.1 Waterfall model 5
2.2.2 V-Shaped model 5
2.2.3 Prototype model 5
2.2.4 Spiral model 5
2.2.5 Iterative and incremental model 5
2.2.6 Agile Development model 6
2.2.7 Magic Box model 6
Chapter 3-ANALYSIS 7
3.1 System Analysis 7
3.2 Requirement Analysis 7
3.2.1 Requirement Gathering 7
3.3 Functional Requirement 8
3.4 Non-Functional Requirement 9
3.5 Use case Diagram 9
3.5.1 Use case diagram 10
3.5.2 Use case Description 10
3.6 Activity Diagram 11
3.6.1 Activity Diagram for Admin 11
3.6.2 Activity Diagram for User 12
Chapter 4-DESIGN 12
4.1 Data Flow Diagram 13
4.1.1 Data Flow description 14
4.2 Modules Identifiers 15
4.3 Sequence Diagram 16
4.3.1 Sequence Description 16
4.4 Class Diagram 17
4.4.1 Class Diagram Description 18
4.5 E-R Diagram 19
4.5.1 E-R Diagram
4.6 Data Dictionary

VI
Chapter 5-IMPLEMENTATION 23
5.1 Platform Used 23
5.1.1 Hardware Used 23
5.1.2 Software Used 23
5.2 Implementation level Details 24
5.2.1 Testing 29
5.2.2 Test Case 31

Chapter 6-CONCLUSION AND FUTURE SCOPE 32


6.1 Conclusion 32
6.2 Future Scope 32

REFERENCE 33

VII
LIST OF FIGURES

TITLE PAGE NO.

Figure 2.1: SDLC 4


Figure 3.1:Requirement Analysis 7
Figure 3.2: Use case Diagram 10
Figure 3.3: Admin Activity Diagram 11
Figure 3.4: User Activity Diagram 12
Figure 4.1: DFD LEVEL 0 13
Figure 4.2: DFD LEVEL 1 13
Figure 4.3: DFD LEVEL 2 14
Figure 4.4: Class Diagram 16
Figure 4.5: Sequence diagram 17
Figure 4.6:E-R Diagram 20

VIII
LIST OF TABLE

TITLE PAGE NO.

Table 4.1: Admin Login 22


Table 4.2 User Signup 22
Table 4.3 User Login 22
Table 5.1 Hardware Platform 23
Table 5.2 Software Platform 23
Table 5.3 Test Case 31

IX

Vous aimerez peut-être aussi