Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

TABLE OF CONTENTS

Chapter Page
Content
No. No.
1. INTRODUCTION 1-5
1.1 Introduction to Project Domain 1
1.2 Problem Definition 1
1.3 Available Similar Systems 2
1.4 Objectives of Proposed System 2
1.5 Proposed Methodology 3
1.6 Applicability 5
2. LITERATURE SURVEY 6-21
2.1 Related Work 6
2.2 Study of Existing System 9
3 ANALYSIS 22-29
3.1 System Development Requirements 22
3.1.1 Hardware Requirements 23
3.2.2 Software Requirements 23
3.2 System Deployment Requirements 23
3.2.1 Hardware Requirements 23
3.2.2 Software Requirements 24
3.3 Functional Requirements 25
3.4 Non-Functional Requirements 26
3.5 Functional Modeling 27
3.5.1 Data Flow Diagram (DFD): Level 0 27
3.5.2 Data Flow Diagram (DFD): Level 1 28
3.5.2 Data Flow Diagram (DFD): Level 2 29
4 PLANNING 30-38
4.1 Software Process Model 30
4.1.1 Model Description 31
4.1.2 Model Selection Criteria 31
4.2 Estimations 32
4.2.1 Historical Data 32
4.2.2 Estimation Technique 33
4.2.3 Cost Estimation 34
Chapter Page
Content
No. No.
4.3 Team Structure 36
4.4 Project Scheduling 36
5 DESIGN 39-46
5.1 UML Modeling 39
5.1.1 Use Case Diagram 39
5.1.2 Activity Diagram 41
5.1.3 Sequence Diagram 43
5.1.4 Class Diagram 44
5.1.5 Component Diagram 45
5.1.6 Deployment Diagram 46
6 IMPLEMENTATION 47-59
6.1 Implementation Language 47
6.2 Implementation Tool(s) 50
6.3 Form Design 57
6.4 Code Snippets 56
7 TESTING 60-66
7.1 Testing Approach: Manual/Automatic 60
7.2 Test Plan 63
7.3 Test Case Design 63
7.4 Test Results 64
Testing Report -
8 PROJECT EFFORT & COST 67-69
8.1 Estimation Technique: Detailed COCOMO 67
8.2 Effort & Cost Calculation 68
8.3 Calculation Summary 71
9 CONCLUSION 72
10 FUTURE SCOPE 73
# REFERENCES -
# Appendix-A -
Certificate(s) of Paper Presentation -
LIST OF FIGURES

Sr. Figure Page


Figure Name
No. No. No.
1 1.1 System Architecture 4
2 3.1 DFD Level 0 27
3 3.2 DFD Level 1 28
4 3.3 DFD Level 2 29
5 4.1 Waterfall Model 30
6 5.1 Use Case Diagram 40
7 5.2 Activity Diagram 1 41
8 5.3 Activity Diagram 2 42
9 5.4 Sequence Diagram 43
10 5.5 Class Diagram 44
11 5.6 Component Diagram 45
12 5.7 Deployment Diagram 46
13 6.1 Signup Form 54
14 6.2 Login Form 54
15 6.3 Ticker Prediction Module 55
16 6.4 Prediction Result 56
17 6.5 Code Snippet Multiple Linear Regression 57
18 6.6 Code Snippet Signup Backend 58
19 6.7 Code Snippet Login / Logout Backend 58
20 6.8 Code Snippet Ticker Search Logic 59
LIST OF TABLES

Sr. Table Page


Table Name
No. No. No.
1 3.1 MinimumHardwareRequirements 23
2 3.2 MinimumSoftwareRequirements 23

3 3.3 MinimumHardwareRequirements (Server Side) 23

4 3.4 MinimumHardwareRequirements (Client Side) 24

5 3.5 MinimumSoftwareRequirements (Server Side) 24

6 3.6 MinimumHardwareRequirements (Client Side) 24

7 4.1 Size Estimation of Historical Data 32

8 4.2 Coefficient/Exponent Values of Basic COCOMO 34

9 4.3 Size Estimation of Current System 34

10 4.4 Summary of different Estimation 36

11 4.5 Team Structure 36

12 4.6 Project Table 37

13 5.1 Use Case Description for User 40

14 5.3 Use Case Description for Class 45

15 6.1 Comparison of <Python> with <Java> 50

16 6.2 Comparison of <VS Code> with <Pycharm> 53

17 7.1 Test Plan 63

18 7.2 Test Case#1 Login Page (Manual Testing) 63

19 7.3 Test Case#2 Signup Page (Manual Testing) 64

20 7.4 Test Case#3 Ticker Page (Manual Testing) 64

21 7.5 Test Result (Manual Testing) 64

22 7.6 Test Case 1 Login (Automatic Testing) 65

23 7.7 Test Case 2 Registration (Automatic Testing) 65

24 7.8 Test Case 3 Ticker Search (Automatic Testing) 66

25 7.9 Test Case 4 Result (Automatic Testing) 66

26 8.1 Cost Drivers for Detailed COCOMO 67


27 8.2 Coefficient/Exponent Value Detailed for COCOMO 68

28 8.3 Final Project Size 68

29 8.4 Cost Drivers Selection 69

30 8.5 Summary of Different Calculation 71

You might also like