online shopping systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/online...project profile...

85
Online Shopping System Presented By: Presented To: Tilwani Rashmi G (11034211056) MCA Department, Sem 5 Gosani Hiral R (11034211013) AMPICS, Ganpat University Acharya Motibhai Patel Institute Of Computer Studies ,Ganpat University, Ganpat Vidyanagar-384012 1

Upload: vankhanh

Post on 20-May-2018

222 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Online Shopping System

Presented By: Presented To:

Tilwani Rashmi G (11034211056) MCA Department, Sem 5

Gosani Hiral R (11034211013) AMPICS, Ganpat University

Acharya Motibhai Patel Institute Of Computer

Studies ,Ganpat University,

Ganpat Vidyanagar-384012

1

Page 2: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Content

Project Profile

Requirement Specification

Need For New System

Modules

Functional Specification

Minimum Hardware & Software Requirement

2

Page 3: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Contin….

Activity Diagram

Use Case Diagram

Class Diagram

Sequence Diagram

Collaboration Diagram

Data Dictionary

E-R Diagram

Process Algorithm

Input/Output Design

3

Page 4: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Contin…. Testing

Future Enhancement

Bibliography

4

Page 5: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Project Profile

Project Title Online Shopping System

Objective To make a customer user friendly with

online shopping

Front-End ASP .Net Framework 4 .0with C#

Back-End SQL Server 2008

Tools Microsoft Visual Studio 2010

Internal Guide Mr. Krunal Trivedi

Group No 10

5

Page 6: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Requirement Specification

EXISTING SYSTEM

Site Found Rank Shipping

Charges Must Registration

Ebay.com 1995 23 Yes Yes

Tradus.com 1997 92 Yes Yes

Flipcart.com 2007 13 Yes No

Homeshop18.com

2008 928 Yes Yes

Yebhi.com 2009 89 Yes No

Snapdeal.com 2010 59 Yes Yes

6

Page 7: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Need For New System

Shipping charges

Cash On Delivery

Online security

Risk of online fraud

7

Page 8: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Continue……

Special Price

With online shopping, you do not have any constraints

of time. You can shop 24 hours a day, 7 days a week at

any time all through the year.

8

Page 9: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Functional Specification

Modules:-

Login

Purchase

Sale

View Category

Order

Payment

9

Page 10: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Users

1. Admin:-

Admin can perform following task.

Catalog management

Give discount

Report generation

Order management

10

Page 11: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

2.CUSTOMER:-

Customer perform following task.

View Item

User must Register

Add to Cart

Cash on Delivery

3.Visitor:-

View the Item

11

Page 12: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Minimum Hardware Requirement

Sever Configuration

• Processor 1.6GHz

• 2 GB RAM

• 3.5GB Free Space in Hard Disk

Client Configuration

• Processor 1GHz

• 1 GB RAM

• 100MB Free Space in Hard Disk

12

Page 13: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Minimum Software Requirement

Sever Configuration

• Windows server 2003 or Higher

• .Net Framework 4.0

• SQL server 2008

• Microsoft Visual Studio 2010

Client Configuration

• Windows XP or Higher

• Google Chrome

13

Page 14: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Activity Diagram

14

Page 15: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Use Case Diagram

15

Page 16: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

CLASS DIAGRAM

16

Page 17: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

SEQUENCE DIAGRAMS

17

Page 18: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

COLLABORATION DIAGRAM

18

Page 19: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

19

Page 20: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

DATA DICTIONARY

20

LOGIN

Primary Key:-UserId

FIELDNAME DATATYPE CONSTRAINTS Description

USERID VARCHAR(50) PRIMARY KEY LOGIN USERNAME

PASSWORD VARCHAR(50)

NOT NULL LOGIN PASSWORD

LOCKED VARCHAR(6) NOT NULL LOCKED USER

TYPE NCHAR(10) NOT NULL USER/ADMIN

Page 21: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

REGISTRATION

Foreign Key:- UserId

21

FIELD NAME DATATYPE CONSTRAINS DESCRIPTION

USERID VARCHAR(15) FOREIGN KEY USER LOGIN

NAME VARCHAR(25) NOT NULL USER NAME

BADTE VARCHAR(50) NULL USER BDATE

ADDRESS VARCHAR(50) NOT NULL USER ADDRESS

CITY VARCHAR(25) NOT NULL USER CITY

STATE VARCHAR(25) NOT NULL USER STATE

PIN NUMERIC(8,0) NOT NULL USER PINCODE

MOBILE NUMERIC(12,0) NOT NULL USER MOBILE NO

SEEQUETION VARCHAR(50) NOT NULL SEE QUESTION

SEEANSWER VARCHAR(30) NOT NULL SEE ANSWER

EMAIL VARCHAR(30) NOT NULL USER’S EMAIL ID

Page 22: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

CATEGORY

Primary Key:-CAT_ID

22

FIELD NAME DATATYPE CONSTRAINS DESCRIPTION

CAT_ID INT PRIMARY KEY CATEGORY ID

CAT_NAME VARCHAR(50) NOT NULL

CATEGORY NAME

CAT_DES VARCHAR(MAX) NOT NULL

CATEGORY DESCRIPTION

IMAGES VARCHAR(MAX)

NOT NULL

IMAGE DESCRIPTION

Page 23: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

PRODUCT

Primary Key:-ProductID

Foreign Key:-Cat_Id

23

FIELD NAME DATATYPE CONSTRAINS DESCRIPTION

PRODUCT ID INT PRIMARY KEY PRODUCT ID

CAT_ID INT FOREIGN KEY CATEGORY ID

NAME VARCHAR(50) NOT NULL PRODUCT NAME

COMPANY VARCHAR(50) NOT NULL COMPANY NAME

PRICE NUMERIC(10,0) NOT NULL PRODUCT PRICE

QUANTITY NUMERIC(5,0) NOT NULL PRODUCT QUANTITY

DESCRIPTION VARCHAR(MAX) NOT NULL PRODUCT DESCRIPTION

IMAGE DETAIL VARCHAR(MAX) NOT NULL IMAGE INFORMATION

Page 24: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

ORDER

Primary Key:- OrderId

Foreign Key:- Product Id

Foreign Key:- User Id

24

FILED NAME DATATYPE CONSTRAINS DESCRIPTION

ORDER ID INT PRIMARY KEY ORDER ID

PRODUCT ID INT FOREIGN KEY PRODUCT ID

USER ID VARCHAR(50) FOREIGN KEY USER LOGIN

QUANTITY INT NOT NULL QUANTITY

ORDER DATE DATE TIME NOT NULL ORDER DATE

RELESEDATE DATE TIME NOT NULL RELEASE DATE

Page 25: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

ORDER DETAIL

Primary Key:- OrderId

Foreign Key:- Product Id

Foreign Key:- User Id

25

FILED NAME DATATYPE CONSTRAINS DESCRIPTION

ORDER ID INT NOT NULL ORDER ID

PRODUCT ID INT NULL PRODUCT ID

USER ID VARCHAR(50) NULL USER LOGIN

DATE DATE TIME NULL ORDER DATE

QUANTITY INT NULL QUANTITY

Page 26: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

FEEDBACK

Primary Key:-FeedId

26

FIELDNAME DATATYPE CONSTRAINS DESCRIPTION

FEEDID INT PRIMARY KEY FEEDBACK

DATE DATATIME NOT NULL DATE & TIME

NAME VARCHAR(50) NOT NULL USER NAME

ADDRESS VARCHAR(MAX) NOT NULL USER ADDRESS

EMAIL VARCHAR(50) NOT NULL USER EMAIL

CITY VARCHAR(50) NOT NULL USER CITY

CONTACT NUMERIC(10) NOT NULL USER CONTACT

DETAIL VARCHAR(MAX) NOT NULL USER INFORMATION

CHECKED NCHAR(6) NOT NULL CHECK INFORMATION

Page 27: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

TBLCOMPLAIN

FIELDNAME DATATYPE CONSTRAINS DESCRIPTION

DATE DATETIME NOT NULL DATE & TIME

NAME VARCHAR(35) NOT NULL USER NAME

EMAIL VARCHAR(35) NOT NULL USER ADDRESS

MOBILE NUMERIC(10) NOT NULL MOBILE NO

ADDRESS VARCHAR(70) NOT NULL USER ADDRESS

TITLE VARCHAR(80) NOT NULL TITLE

DETAIL VARCHAR(MAX) NOT NULL USER INFORMATION

CHECKED NCHAR(3) NOT NULL CHECK INFORMATION

27

Page 28: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

E-R Diagram

28

Page 29: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

PROCESS ALGORITHM

Admin Process

Step1:Start

Step2:Login into system using username &

password.

Step3:Verify username & password.

(if valid then go to step 4 else go to step 2)

Step4:Authorize user.

29

Page 30: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

30

Step5:Perform following tasks

a) Manage User

b) Manage Category

c) Manage Product

Step6:Logout from system

Page 31: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

USER PROCESS

Step1:Start

Step2: if registered user then login into system

using username password else register

Step3: Verify username & password(If valid go

to step4 else go to step2)

Step4:Authorize user

31

Page 32: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

32

Step5:Perform following tasks

a) View items

b) User must register

c) Add to cart

d) Cash on delivery

Step6:Logout from system

Page 33: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Input / Output Design

33

Page 34: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Home Page

34

Page 35: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

35

Page 36: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Login Page

36

Page 37: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

37

Page 38: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

38

Page 39: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Admin page

39

Page 40: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

40

Page 41: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Add Category

41

Page 42: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Add Product

42

Page 43: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Manage User

43

Page 44: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

44

Page 45: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Release Order

45

Page 46: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

46

Page 47: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

47

Page 48: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

MANAGE CATEGORY

48

Page 49: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

MANAGE PRODUCT

49

Page 50: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

User Complain

50

Page 51: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

51

Page 52: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

User Feedback

52

Page 53: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

53

Page 54: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

54

Page 55: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Admin Report

55

Page 56: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

CATEGORY REPORT

56

Page 57: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

PRODUCT REPORT

57

Page 58: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

ORDER REPORT

58

Page 59: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

USER PAGE

59

Page 60: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

REGISTRATION PAGE

60

Page 61: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

61

Page 62: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

FORGET PASSWORD

62

Page 63: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

CHANGE PASSWORD

63

Page 64: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

64

Page 65: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

65

Page 66: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

66

Page 67: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

BUY PRODUCT

67

Page 68: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

68

Page 69: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

VIEW BASKET

69

Page 70: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

70

Page 71: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

SEND COMPLAIN

71

Page 72: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

SEND FEEDBACK

72

Page 73: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

LOGOUT

73

Page 74: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

ABOUT US

74

Page 75: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

CONTACT US

75

Page 76: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

TESTING

TESTING PLAN

Testing is the quality control measure use during

software development.Its basic function is to

detect errors during requirement

analysis,design,coding.

The testing of software is most essential part of the

SDLC.Before implementing the software the one

must be thoroughly checked.

76

Page 77: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

TEST CASES

Testing, that finds out most of the errors, is considered

as the most successful testing but for that it has to

depend on carefully chosen test cases.

A guideline that we followed during the selection of test

cases was to choose test cases on the boundaries of the

input-output parameters plus cases close to the mid-

point of those parameters. All the special cases like 0

values have also been tested.

77

Page 78: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

LOGIN TEST Purpose To check whether Login is

working sufficiently or not.

Input Username and Password

Expected Output User home page

Result Success

78

Page 79: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

MANDATORY FIELD TEST

Purpose Check that no Empty Value in Mandatory Field

Input Username and website name

Expected Output Display appropriate message.

Result Success

79

Page 80: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

RANGE FIELD TEST

Purpose Particular Range in Mandatory Field

Input Insert Contact No in Range

Expected Output Display appropriate message.

Result Success

80

Page 81: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

FORMAT FIELD TEST

Purpose Check Whether Regular Expression Fields are in correct format

Input Insert Email Id and Website name

Expected Output Display appropriate message

Result Success

81

Page 82: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

FUTURE ENHANCEMENT

We are thing to improve our system..

We are providing credit card option so user can pay online

Apply more designing choices for new system

Photo gallery implementation

82

Page 83: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

BIBLIOGRAPHY

During the Development of our System, We have taken the Reference from Books and Websites, Which we would like to mention in this section.

REFERENCE BOOKS

The Complete Reference ASP.NET

Special Edition Using Microsoft SQL server Database

System Analysis and Design

83

Page 84: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

WEB REFERENCES

www.asp.net

www.google.com

www.w3schools.com

84

Page 85: Online Shopping Systemgnu.inflibnet.ac.in/bitstream/123456789/2030/1/Online...Project Profile Project Title Online Shopping System Objective To make a customer user friendly with online

Thank You

85