Food Ordering System PDF - Removed
Food Ordering System PDF - Removed
The Online Food Ordering System described in this document has been
designed to fill a specific niche in the market by providing small restaurants
with the ability to offer their customers an online ordering option without
having to invest large amounts of time and money in having custom software
designed specifically for them. The system, which is highly customizable,
allows the restaurant employees to easily manage the site content, most
importantly the menu, themselves through a very intuitive graphical interface.
The website, which is the only component seen by the restaurant customers, is
then built dynamically based on the current state of the system, so any changes
made are reflected in real time. Visitors to the site, once registered, are then able
to easily navigate this menu, add food items to their order, and specify delivery
options with only a few clicks, greatly simplifying the ordering process. Back in
the restaurant, placed orders are promptly retrieved and displayed in an easily
readable format for efficient processing.
The purpose of this document is to provide in-depth descriptions of design and
implementation details of the system, as well as descriptions of all available
functionality and plans for evolution. In addition, user manuals and trouble-
shooting tips have been included for all three components to give the reader a
clear idea of intended typical use cases for the system.
Chapter 1 Introduction
The Online Food Ordering System has been developed to override the
problems prevailing in the practicing manual system. This software is supported
to eliminate and, in some cases, reduce the hardships faced by this existing
system. Moreover, this system is designed for the particular need of the
company to carry out operations in a smooth and effective manner. The
application is reduced as much as possible to avoid errors while entering the
data. It also provides error message while entering invalid data. No formal
knowledge is needed for the user to use this system. Thus, by this all it proves it
is user-friendly. Online Food Ordering System, as described above, can lead to
error free, secure, reliable and fast management system. It can assist the user to
concentrate on their other activities rather to concentrate on the record keeping.
Thus, it will help organization in better utilization of resources.
Every organization, whether big or small, has challenges to overcome and
managing the information of Category, Food Item, Order, Payment, Confirm
Order. Every Online Food Ordering System has different Food Item needs;
therefore, we design exclusive employee management systems that are adapted
to your managerial requirements. This is designed to assist in strategic planning
and will help you ensure that your organization is equipped with the right level
of information and details for your future goals. Also, for those busy executives
who are always on the go, our systems come with remote access features, which
will allow you to manage your workforce anytime, at all times. These systems
will ultimately allow you to better manage resources.
1.1 Purpose
The purpose of Online Food Ordering System is to automate the existing
manual system by the help of computerized equipment’s and full-fledged
computer software, fulfilling their requirements, so that their valuable
data/information can be stored for a longer period with easy accessing and
manipulation of the same. The required software and hardware are easily
available and easy to work with.
Online Food Ordering System, as described above, can lead to error free,
secure, reliable and fast management system. It can assist the user to
concentrate on their other activities rather to concentrate on the record keeping.
Thus it will help organization in better utilization of resources. The organization
can maintain computerized records without redundant entries. That means that
one need not be distracted by information that is not relevant, while being able
to reach the information.
The aim is to automate its existing manual system by the help of computerized
equipment’s and full-fledged computer software, fulfilling their requirements,
so that their valuable data/information can be stored for a longer period with
easy accessing and manipulation of the same. Basically the project describes
how to manage for good performance and better services for the clients.
1.2 Background
The background of the Project on Online Food Ordering System is to manage
the details of Food Item, Category, Customer, Order, Confirm Order. It manages
all the information about Food Item, Payment, Confirm Order, Food Item. The
project is totally built at administrative end and thus only the administrator is
guaranteed the access. The purpose of the project is to build an application
program to reduce the manual work for managing the Food Item, Category,
Payment, Customer. It tracks all the details about the Customer, Order, Confirm
Order.
Functionalities provided by Online Food Ordering System are as follows:
Provides the searching facilities based on various factors. Such as Food
Item, Customer, Order, Confirm Order
Online Food Ordering System also manage the Payment details online for
Order details, Confirm Order details, Food Item.
It tracks all the information of Category, Payment, Order etc
Manage the information of Category
Shows the information and description of the Food Item, Customer
To increase efficiency of managing the Food Item, Category
It deals with monitoring the information and transactions of Order.
Manage the information of Food Item
Editing, adding and updating of Records is improved which results in
proper resource management of Food Item data.
Manage the information of Order
Integration of all records of Confirm Order.
1.3 Scope
It may help collecting perfect management in detail. In a very short time, the
collection will be obvious, simple and sensible. It will help a person to know the
management of passed year perfectly and vividly. It also helps in current all
works relative to Online Food Ordering System. It will be also reduced the cost
of collecting the management & collection procedure will go on smoothly.
Our project aims at Business process automation, i.e. we have tried to
computerize various processes of Online Food Ordering System.
In computer system the person has to fill the various forms and number of
copies of the forms can be easily generated at a time.
In computer system, it is not necessary to create the manifest but we can
directly print it, which saves our time.
To assist the staff in capturing the effort spent in their respective working
areas.
To utilize resources in an efficient manner by increasing their
productivity through automation.
The system generates types of information that can be used for various
purposes.
It satisfy the user requirement.
Be easy to understand by the user and operator.
Be easy to operate.
Have a good user interface.
Be expandable.
Delivered on schedule within the budget.
Acronyms
The customer ordering website or app will generally have several key
requirements to function adequately. These requirements are:
Accessible across all devices from tablets to PCs.
Easily search the restaurant's menu and see what is available
Configure their order type such as delivery or pickup
Choose when they would like to receive the order
Make online payments via credit card, bank transfer, etc.
Stay up to date on the status of the orders they have placed
View all their past orders and quickly re-order their favorite items
Abbreviations
OFOS- Online Food Ordering System
SRS- Software Requirement Specification
GUI- Graphical User Interface
1.5 References
https://docs.python.org/3/reference/
https://www.sqlite.org/index.html
https://www.tutorialspoint.com/django/index.html
https://www.w3schools.com/python/python_classes.asp/
https://www.w3schools.com/html/
https://www.w3schools.com/tags/tag_object.asp
https://www.w3schools.com/w3css/default.asp
https://www.python.org/about/gettingstarted/
https://www.tutorialspoint.com/python/index.html
Chapter 2 Requirements &
Constrains
2.1 Functional Requirements
As can be seen in the system model diagramed above, each of the three system
components essentially provides a layer of isolation between the end user and
the database. The motivation behind this isolation is twofold. Firstly, allowing
the end user to interact with the system through a rich interface provide a much
more enjoyable user experience, particularly for the non-technical users which
will account for the majority of the system’s users. In addition, this isolation
layer also protects the integrity of the database by preventing users from taking
any action outside those which the system is designed to handle. Because of this
design pattern, it is essential to enumerate exactly which functions a user will be
presented and these functions are outlined below, grouped by component.
2.1.1 Modules of Online Food Ordering System
Food Item Management Module: Used for managing the Food Item
details.
Confirm Order Module : Used for managing the details of Confirm Order
Payment Module : Used for managing the details of Payment
Category Management Module: Used for managing the information and
details of the Category.
Customer Module : Used for managing the Customer details
Order Module : Used for managing the Order information
Login Module: Used for managing the login details
Users Module : Used for managing the users of the system
B. Technical Feasibility
This included the study of function, performance and constraints that may
affect the ability to achieve an acceptable system. For this feasibility
study, we studied complete functionality to be provided in the system, as
described in the System Requirement Specification (SRS), and checked if
everything was possible using different type of frontend and backend
plaformst.
C. Operational Feasibility
No doubt the proposed system is fully GUI based that is very user
friendly and all inputs to be taken all self-explanatory even to a layman.
Besides, a proper training has been conducted to let know the essence of
the system to the users so that they feel comfortable with new system. As
far our study is concerned the clients are comfortable and happy as the
system has cut down their loads and doing.
The general tasks involved in the design process are the following:
1. Design various blocks for overall system processes.
2. Design smaller, compact and workable modules in each block.
3. Design various database structures.
4. Specify details of programs to achieve desired functionality.
5. Design the form of inputs, and outputs of the system.
6. Perform documentation of the design.
7. System reviews.
3.1 User Interface Design
User Interface Design is concerned with the dialogue between a user and the
computer. It is concerned with everything from starting the system or logging
into the system to the eventually presentation of desired inputs and outputs.
The overall flow of screens and messages is called a dialogue.
The following steps are various guidelines for User Interface Design:
1. The system user should always be aware of what to do next.
2. The screen should be formatted so that various types of information,
instructions and messages always appear in the same general display
area.
3. Message, instructions or information should be displayed long
enough to allow the system user to read them.
4. Use display attributes sparingly.
5. Default values for fields and answers to be entered by the user should
be specified.
6. A user should not be allowed to proceed without correcting an error.
7. The system user should never get an operating system message or
fatal error.
Preliminary Product Description:
The first step in the system development life cycle is the preliminary
investigation to determine the feasibility of the system. The purpose of the
preliminary investigation is to evaluate project requests. It is not a design study
nor does it include the collection of details to describe the business system in all
respect. Rather, it is the collecting of information that helps committee members
to evaluate the merits of the project request and make an informed judgment
about the feasibility of the proposed project.
Analysts working on the preliminary investigation should accomplish the
following objectives:
Clarify and understand the project request
Determine the size of the project.
Assess costs and benefits of alternative approaches.
Determine the technical and operational feasibility of alternative
approaches.
Report the findings to management, with recommendations outlining the
acceptance or rejection of the proposal.
Benefit to Organization
The organization will obviously be able to gain benefits such as savings in
operating cost, reduction in paperwork, better utilization of human resources
and more presentable image increasing goodwill.
The Initial Cost
The initial cost of setting up the system will include the cost of hardware
software (OS, add-on software, utilities) & labour (setup & maintenance). The
same has to bear by the organization.
Running Cost
Besides, the initial cost the long term cost will include the running cost for the
system including the AMC, stationary charges, cost for human resources, cost
for update/renewal of various related software.
Need for Training
The users along with the administrator need to be trained at the time of
implementation of the system for smooth running of the system. The client will
provide the training site.
We talked to the management people who were managing a the financial issues
of the center, the staff who were keeping the records in lots of registers and the
reporting manager regarding their existing system, their requirements and their
expectations from the new proposed system. Then, we did the system study of
the entire system based on their requirements and the additional features they
wanted to incorporate in this system.
Reliable, accurate and secure data was also considered to be a complex task
without this proposed system. Because there was no such record for keeping
track of all the activities, which was done by the Online Food Ordering System
on the daily basis.
The new system proposed and then developed by me will ease the task of the
organization in consideration. It will be helpful in generating the required
reports by the staff, which will help them to track their progress and services.
Thus, it will ease the task of Management to a great extent as all the major
activities to be performed, are computerized through this system.
Project Category
Relational Database Management System (RDBMS) : This is an RDBMS based
project which is currently using MySQL for all the transaction statements.
MySQL is an open source RDBMS System.
Brief Introduction about RDBSM :
A relational database management system (RDBMS) is a database management
system (DBMS) that is based on the relational model as invented by E. F. Codd,
of IBM's San Jose Research Laboratory. Many popular databases currently in
use are based on the relational database model.
RDBMSs have become a predominant choice for the storage of information in
new databases used for financial records, manufacturing and logistical
information, personnel data, and much more since the 1980s. Relational
databases have often replaced legacy hierarchical databases and network
databases because they are easier to understand and use. However, relational
databases have been challenged by object databases, which were introduced in
an attempt to address the object-relational impedance mismatch in relational
database, and XML databases.
MVC is popular as it isolates the application logic from the user interface
layer and supports separation of concerns. Here the Controller receives all
requests for the application and then works with the Model to prepare any
data needed by the View. The View then uses the data prepared by the
Controller to generate a final presentable response. The MVC abstraction can
be graphically represented as follows.
MVC (Model View Controller Flow) Diagram
DATA FLOW DIAGRAMS
Project Planning:
Software project plan can be viewed as the following:
1) Within the organization: How the project is to be implemented?
What are various constraints (time, cost, staff)? What is market
strategy?
Select a project
o Testing techniques
o Documentation
Project milestones and deliverables
o Budget allocation
o Exceeding limits within control
Project Estimates
o Cost
o Time
o Size of code
o Duration
Resource Allocation
o Hardware
o Software
o Previous relevant project information
o Digital Library
Risk Management
o Risk avoidance
o Risk detection
Project Scheduling:
An elementary Gantt chart or Timeline chart for the development plan is given
below. The plan explains the tasks versus the time (in weeks) they will take to
complete.
Design
Coding
Testing
Implement
W1 W2 W3 W4 W1 W2 W3 W4 W1 W2 W3 W4
Project Profile
There has been continuous effort to develop tools, which can ease the process of
software development. But, with the evolving trend of different programming
paradigms today’s software developers are really challenged to deal with the
changing technology. Among other issues, software re-engineering is being
regarded as an important process in the software development industry. One of
the major tasks here is to understand software systems that are already
developed and to transform them to a different software environment.
Generally, this requires a lot of manual effort in going through a program that
might have been developed by another programmer. This project makes a novel
attempt to address the issued of program analysis and generation of diagrams,
which can depict the structure of a program in a better way. Today, UML is
being considered as an industrial standard for software engineering design
process. It essential provides several diagramming tools that can express
different aspects/ characteristics of program such as
Use cases: Elicit requirement from users in meaningful chunks. Construction
planning is built around delivering some use cases n each interaction basis for
system testing.
Class diagrams: shows static structure of concepts, types and class. Concepts
how users think about the world; type shows interfaces of software components;
classes shows implementation of software components.
Interaction diagrams: shows how several objects collaborate in single use
case.
Package diagram: show group of classes and dependencies among them.
State diagram: show how single object behaves across many use cases.
Activity diagram: shows behavior with control structure. Can show many
objects over many uses, many object in single use case, or implementations
methods encourage parallel behavior, etc.
The end-product of this project is a comprehensive tool that can parse any
vb.net program and extract most of the object oriented features inherent in the
program such as polymorphism, inheritance, encapsulation and abstraction.
UML:
UML stands for Unified Modeling Language is the successor to the wave of
Object Oriented Analysis and Design (OOA&D) methods that appeared in the
late 80’s. It most directly unifies the methods of Booch, Rumbaugh (OMT) and
Jacobson. The UML is called a modeling language, not a method. Most methods
consist at least in principle, of both a modeling language and a process. The
Modeling language is that notation that methods used to express design.
Notations and meta-models:
The notation is the graphical stuff; it is the syntax of the modeling language. For
instance, class diagram notation defines how items are concepts such as class,
association, and multiplicity is represented. These are:
Class Diagram: The class diagram technique has become truly central within
object- oriented methods. Virtually every method has included some variation
on this technique. Class diagram is also subject to the greatest range of
modeling concept. Although the basic elements are needed by everyone,
advanced concepts are used less often. A class diagram describes the types of
objects in the system and the various kinds of static relationship that exist
among them. There are two principal kinds of static relationship:
Association
Subtype
Class diagram also show the attributes and operations of a class and the
constraints that apply to the way objects are connected.
Association: Association represent between instances of class. From the
conceptual perspective, association represents conceptual relations between
classes. Each association has two roles. Each role is a direction on the
association. A role also has multiplicity, which is a indication of how many
object may participate in the given relationship.
Generalization: A typical example of generalization evolves the personal and
corporate customer of a business. They have differences but also many
similarity. The similarities can be placed in generalization with personal
customer and corporate customer sub type.
Aggregation: aggregation is the part of relationship. It is like saying a car has
engine and wheels as its parts. This sounds good, but difficult thing is
considering, what is the difference is aggregation and association.
Interaction: interaction diagrams are models that describes how groups of
objects collaboration in some behavior.
Typically, an interaction diagram captures the behavior a single use cases. The
diagram shows a number of example objects and the messages that are passed
between these objects in use cases. These are following approaches with simple
use case that exhibits the following behavior.
Objects can send a message to another. Each message is checks with given stock
item. There are two diagrams: Sequence and Collaboration diagram.
Package Diagram: One of the oldest questions in software methods is: how do
you break down a large system into smaller systems? It becomes difficult to
understand and the changes we make to them.
Structured methods used functional decomposition in which the overall system
was mapped as a function broken down into sub function, which is further
broken down into sub function and so forth. The separation of process data is
gone, functional decomposition is gone, but the old question is still remains.
One idea is to group the classes together into higher-level unit. This idea,
applied very loosely, appears in many objects. In UML, this grouping
mechanism is package. The term package diagram for a diagram that shows
packages of classes and the dependencies among them. A dependency exists
between two elements if changes to the definition of one element may cause to
other. With classes, dependencies exist for various reasons: one class sends a
message to another; one class has another as part of its data; one class mentions
another as a parameter to an operation. A dependency between two packages
exists; and any dependencies exist between any two classes in the package.
State diagram: State diagram are a familiar technique to describe the behavior
of a system. They describe all the possible states a particular object can get into
and how the objects state changes as a result of events that reach the objects. In
most OO technique, state diagrams are drawn for a single class to show the
lifetime behavior of a singe object. There are many form of state diagram, each
with slightly different semantics. The most popular one used in OO technique is
based on David Harel’s state chart.
GANTT CHART
It is also known as Bar chart is used exclusively for scheduling purpose. It is a
project controlling technique. It is used for scheduling. Budgeting and
resourcing planning. A Gantt is a bar chart with each bar representing activity.
The bars are drawn against a time line. The length of time planned for the
activity. The Gantt chart in the figure shows the Gray parts is slack time that is
the latest by which a task has been finished.
Use Case Model of the Project:
The use case model for any system consists of “use cases”. Use cases represent
different ways in which the system can be used by the user. A simple way to
find all the use case of a system is to ask the questions “What the user can do
using the system?” The use cases partition the system behavior into transactions
such that each transaction performs some useful action from the users’ point of
view.
The purpose of the use case to define a piece of coherent behavior without
reveling the internal structure of the system. An use case typically represents a
sequence of interaction between the user and the system. These interactions
consists of one main line sequence is represent the normal interaction between
the user and the system. The use case model is an important analysis and design
artifact (task).Use cases can be represented by drawing a use case diagram and
writing an accompany text elaborating the drawing.
In the use case diagram each use case is represented by an ellipse with the name
of use case written inside the ellipse. All the ellipses of the system are enclosed
with in a rectangle which represents the system boundary. The name of the
system being moduled appears inside the rectangle. The different users of the
system are represented by using stick person icon. The stick person icon is
normally referred to as an Actor. The line connecting the actor and the use cases
is called the communication relationship. When a stick person icon represents
an external system it is annotated by the stereo type<<external system>>.
Dataflow Diagram:
Data flow diagram is the starting point of the design phase that functionally
decomposes the requirements specification. A DFD consists of a series of
bubbles joined by lines. The bubbles represent data transformation and the lines
represent data flows in the system. A DFD describes what data flow rather than
how they are processed, so it does not hardware, software and data structure.
A data-flow diagram (DFD) is a graphical representation of the "flow" of data
through an information system. DFDs can also be used for the visualization of
data processing (structured design). A data flow diagram (DFD) is a significant
modeling technique for analyzing and constructing information processes. DFD
literally means an illustration that explains the course or movement of
information in a process. DFD illustrates this flow of information in a process
based on the inputs and outputs. A DFD can be referred to as a Process Model.
The data flow diagram is a graphical description of a system’s data and how to
Process transform the data is known as Data Flow Diagram (DFD).
Unlike details flow chart, DFDs don’t supply detail descriptions of modules that
graphically describe a system’s data and how the data interact with the system.
Data flow diagram number of symbols and the following symbols are of by
DeMarco.
The entities and their relationships between them are shown using the following
conventions.
An entity is shown in rectangle.
A diamond represent the relationship among number of entities.
The attributes shown as ovals are connected to the entities or relationship by
lines.
Diamond, oval and relationships are labeled.
Model is an abstraction process that hides super details while highlighting
details relation to application at end.
A data model is a mechanism that provides this abstraction for database
application.
Data modeling is used for representing entities and their relationship in the
database.
Entities are the basic units used in modeling database entities can have
concrete existence or constitute ideas or concepts.
Entity type or entity set is a group of similar objects concern to an
organization for which it maintain data,
Properties are characteristics of an entity also called as attributes.
A key is a single attribute or combination of 2 or more attributes of an entity
set is used to identify one or more instances of the set.
In relational model we represent the entity by a relation and use tuples to
represent an instance of the entity.
Relationship is used in data modeling to represent in association between an
entity set.
An association between two attributes indicates that the values of the
associated attributes are independent.
Chapter 4 System Testing
4.1 System Testing
Testing is vital for the success of any software. No system design is ever
perfect. Testing is also carried in two phases. First phase is during the software
engineering that is during the module creation. Second phase is after the
completion of software. This is system testing which verifies that the whole set
of programs hanged together.
White Box Testing:
In this technique, the close examination of the logical parts through the software
are tested by cases that exercise species sets of conditions or loops. All logical
parts of the software checked once. Errors that can be corrected using this
technique are typographical errors, logical expressions which should be
executed once may be getting executed more than once and error resulting by
using wrong controls and loops. When the box testing tests all the independent
part within a module a logical decisions on their true and the false side are
exercised , all loops and bounds within their operational bounds were exercised
and internal data structure to ensure their validity were exercised once.
Black Box Testing:
This method enables the software engineer to device sets of input techniques
that fully exercise all functional requirements for a program. Black box testing
tests the input, the output and the external data. It checks whether the input data
is correct and whether we are getting the desired output.
Alpha Testing:
Acceptance testing is also sometimes called alpha testing. Be spoke systems are
developed for a single customer. The alpha testing proceeds until the system
developer and the customer agree that the provided system is an acceptable
implementation of the system requirements.
Beta Testing:
On the other hand, when a system into be marked as a software product, another
process called beta testing is often conducted. During beta testing, a system is
delivered among a number of potential users who agree to use it. The
customers then report problems to the developers. This provides the product
for real use and detects errors which may not have been anticipated by the
system developers.
Unit Testing:
Each module is considered independently. It focuses on each unit of software as
implemented in the source code. It is white box testing.
Integration Testing:
Integration testing aims at constructing the program structure while at the same
constructing tests to uncover errors associated with interfacing the modules.
Modules are integrated by using the top down approach.
Validation Testing:
Validation testing was performed to ensure that all the functional and
performance requirements are met.
4.2 Implementation and Software Specification Testing
It is executing programs to check logical changes made in it with intention of
finding errors. A system is tested for online response, volume of transaction,
recovery from failure etc. System testing is done to ensure that the system
satisfies all the user requirements.
Detailed Design of Implementation
This phase of the systems development life cycle refines hardware and software
specifications, establishes programming plans, trains users and implements
extensive testing procedures, to evaluate design and operating specifications
and/or provide the basis for further modification.
Technical Design
This activity builds upon specifications produced during new system design,
adding detailed technical specifications and documentation.
Test Specifications and Planning
This activity prepares detailed test specifications for individual modules and
programs, job streams, subsystems, and for the system as a whole.
Programming and Testing
This activity encompasses actual development, writing, and testing of program
units or modules.
User Training
This activity encompasses writing user procedure manuals, preparation of user
training materials, conducting training programs, and testing procedures.
Acceptance Test
A final procedural review to demonstrate a system and secure user approval
before a system becomes operational.
Installation Phase
In this phase the new computerized system is installed, the conversion to new
procedures is fully implemented, and the potential of the new system is
explored.
System Installation
The process of starting the actual use of a system and training user personnel in
its operation.
Review Phase
This phase evaluates the successes and failures during a systems development
project, and to measure the results of a new Computerized Transystems in terms
of benefits and savings projected at the start of the project.
Development Recap
A review of a project immediately after completion to find successes and
potential problems in future work.
Post-Implementation Review
A review, conducted after a new system has been in operation for some time, to
evaluate actual system performance against original expectations and
projections for cost-benefit improvements. Also identifies maintenance projects
to enhance or improve the system.
THE STEPS IN THE SOFTWARE TESTING
The steps involved during Unit testing are as follows:
Preparation of the test cases.
Preparation of the possible test data with all the validation checks.
Complete code review of the module.
Actual testing done manually.
Modifications done for the errors found during testing.
Prepared the test result scripts.
The unit testing done included the testing of the following items:
Functionality of the entire module/forms.
Validations for user input.
Checking of the Coding standards to be maintained during coding.
Testing the module with all the possible test data.
Testing of the functionality involving all type of calculations etc.
Commenting standard in the source files.
After completing the Unit testing of all the modules, the whole system is
integrated with all its dependencies in that module. While System Integration,
We integrated the modules one by one and tested the system at each step. This
helped in reduction of errors at the time of the system testing.
The steps involved during System testing are as follows:
Integration of all the modules/forms in the system.
Preparation of the test cases.
Preparation of the possible test data with all the validation checks.
Actual testing done manually.
Recording of all the reproduced errors.
Modifications done for the errors found during testing.
Prepared the test result scripts after rectification of the errors.
The System Testing done included the testing of the following items:
Functionality of the entire system as a whole.
User Interface of the system.
Testing the dependent modules together with all the possible test data
scripts.
Verification and Validation testing.
Testing the reports with all its functionality.
After the completion of system testing, the next following phase was the
Acceptance Testing. Clients at their end did this and accepted the system with
appreciation. Thus, we reached the final phase of the project delivery.
There are other six tests, which fall under special category. They are
described below:
Peak Load Test: It determines whether the system will handle the volume
of activities that occur when the system is at the peak of its processing
demand. For example, test the system by activating all terminals at the
same time.
Storage Testing: It determines the capacity of the system to store
transaction data on a disk or in other files.
Performance Time Testing: it determines the length of time system used
by the system to process transaction data. This test is conducted prior to
implementation to determine how long it takes to get a response to an
inquiry, make a backup copy of a file, or send a transmission and get a
response.
Recovery Testing: This testing determines the ability of user to recover
data or re-start system after failure. For example, load backup copy of
data and resume processing without data or integrity loss.
Procedure Testing: It determines the clarity of documentation on
operation and uses of system by having users do exactly what manuals
request. For example, powering down system at the end of week or
responding to paper-out light on printer.
Human Factors Testing: It determines how users will use the system when
processing data or preparing reports.
Chapter 5 System Analysis
System analysis is a process of gathering and interpreting facts, diagnosing
problems and the information about the Online Food Ordering System to
recommend improvements on the system. It is a problem solving activity that
requires intensive communication between the system users and system
developers. System analysis or study is an important phase of any system
development process. The system is studied to the minutest detail and analyzed.
The system analyst plays the role of the interrogator and dwells deep into the
working of the present system. The system is viewed as a whole and the input to
the system are identified. The outputs from the organizations are traced to the
various processes. System analysis is concerned with becoming aware of the
problem, identifying the relevant and decisional variables, analyzing and
synthesizing the various factors and determining an optimal or at least a
satisfactory solution or program of action. A detailed study of the process must
be made by various techniques like interviews, questionnaires etc. The data
collected by these sources must be scrutinized to arrive to a conclusion. The
conclusion is an understanding of how the system functions. This system is
called the existing system. Now the existing system is subjected to close study
and problem areas are identified. The designer now functions as a problem
solver and tries to sort out the difficulties that the enterprise faces. The solutions
are given as proposals. The proposal is then weighed with the existing system
analytically and the best one is selected. The proposal is presented to the user
for an endorsement by the user. The proposal is reviewed on user request and
suitable changes are made. This is loop that ends as soon as the user is satisfied
with proposal. Preliminary study is the process of gathering and interpreting
facts, using the information for further studies on the system. Preliminary study
is problem solving activity that requires intensive communication between the
system users and system developers. It does various feasibility studies. In these
studies a rough figure of the system activities can be obtained, from which the
decision about the strategies to be followed for effective system study and
analysis can be taken.
5.1 Existing System
In the existing system the exams are done only manually but in proposed system
we have to computerize the exams using this application.
Lack of security of data.
More man power.
Time consuming.
Consumes large volume of pare work.
Needs manual calculations.
No direct role for the higher officials
Words should be defined to understand for what they need and not the
variable need by which they may be described in the program.
Each word must be unique. We cannot have two definition of the same
client.
Aliases or synonyms are allowed when two or more enters shows the
same meaning. For example a vendor number may also be called as
customer number.
A self-defining word should not be decomposed. It means that the
reduction of any information in to subpart should be done only if it is
really required that is it is not easy to understand directly.
Data dictionary includes information such as the number of records in
file, the frequency a process will run, security factor like pass word
which user must enter to get excess to the information.
Chapter 6 Screenshots
Chapter 7 Conclusion
7.1 Conclusion
Our project is only a humble venture to satisfy the needs to manage their project
work. Several user friendly coding have also adopted. This package shall prove
to be a powerful package in satisfying all the requirements of the school. The
objective of software planning is to provide a frame work that enables the
manger to make reasonable estimates made within a limited time frame at the
beginning of the software project and should be updated regularly as the project
progresses.
At the end it is concluded that we have made effort on following point
A description of the background and context of the project and its relation
to work already done in the area.
Made statement of the aims and objectives of the project.
The description of Purpose, Scope, and applicability.
We define the problem on which we are working in the project.
We describe the requirement Specifications of the system and the actions
that can be done on these things.
We understand the problem domain and produce a model of the system,
which describes operations that can be performed on the system.
We included features and operations in detail, including screen layouts.
We designed user interface and security issues related to system.
Finally the system is implemented and tested according to test cases.