Anda di halaman 1dari 6

1

INTRODUCTION

The Domain 'Banking System " keeps the day by day tally record as a complete
banking. It can keep the inIormation oI Account type, account opening Iorm, Deposit,
Withdrowal, and Searching the transaction, Transaction report, Individual account
opening Iorm, Group Account. The exciting part oI this project is; it displays Transaction
reports, Statistical Summary oI Account type and Interest InIormation.




SYNOPSIS

'Banking System " keeps the day by day tally record as a complete banking. It can
keep the inIormation oI Account type, account opening Iorm, Deposit, Withdrawal, and
Searching the transaction, Transaction reports, Individual account opening Iorm, Group
Account. The exciting part oI this project is; it displays Transaction reports, Statistical
Summary oI Account type and Interest InIormation.


AIM

In the existing system the transactions are done only manually but in
proposed system we have to computerize all the banking transaction using the soItware
Banking System.
They are:
Administrative Module


ADMINISTRATIVE MODULE

This module is the main module which perIorms all the main operations in
the system. The major operations in the system are:

O Account Opening Form
O Deposit
O Withdrawal
O Account type
O Searching Transaction
O Transaction report





2
SYSTEM STUDY AND ANALISYS


SYSTEM ANALYSIS

System analysis is a process oI gathering and interpreting Iacts, diagnosing problems
and the inIormation 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 oI any system development
process. The system is studied to the minutest detail and analyzed. The system analyst
plays the role oI the interrogator and dwells deep into the working oI the present system.
The system is viewed as a whole and the input to the system are identiIied. The outputs
Irom the organizations are traced to the various processes. System analysis is concerned
with becoming aware oI the problem, identiIying the relevant and decisional variables,
analyzing and synthesizing the various Iactors and determining an optimal or at least a
satisIactory solution or program oI action.



2.3. FEASIBILITY STUDY

Feasibility study is made to see iI the project on completion will serve the purpose oI
the organization Ior the amount oI work, eIIort and the time that spend on it. Feasibility
study lets the developer Ioresee the Iuture oI the project and the useIulness. A Ieasibility
study oI a system proposal is according to its workability, which is the impact on the
organization, ability to meet their user needs and eIIective use oI resources. Thus when a
new application is proposed it normally goes through a Ieasibility study beIore it is
approved Ior development.



2.3.1. TECHNICAL FEASIBILITY

The system must be evaluated Irom the technical point oI view Iirst. The assessment
oI this Ieasibility must be based on an outline design oI the system requirement in the
terms oI input, output, programs and procedures. Having identiIied an outline system, the
investigation must go on to suggest the type oI equipment, required method developing
the system, oI running the system once it has been designed.

Technical issues raised during the investigation are:

Does the existing technology suIIicient Ior the suggested one?
Can the system expand iI developed?

The project should be developed such that the necessary Iunctions and perIormance
are achieved within the constraints. The project is developed within latest technology.
Through the technology may become obsolete aIter some period oI time, due to the Iact
that never version oI same soItware supports older versions, the system may still be used.
3
2.3.2. ECONOMIC FEASIBILITY

The developing system must be justiIied by cost and beneIit. Criteria to ensure that
eIIort is concentrated on project, which will give best, return at the earliest. One oI the
Iactors, which aIIect the development oI a new system, is the cost it would require.

The Iollowing are some oI the important Iinancial questions asked during preliminary
investigation:

O The costs conduct a Iull system investigation.
O The cost oI the hardware and soItware.
O The beneIits in the Iorm oI reduced costs or Iewer costly errors.

Since the system is developed as part oI project work, there is no manual cost to spend
Ior the proposed system. Also all the resources are already available, it give an indication
oI the system is economically possible Ior development.

2.3.3. BEHAVIORAL FEASIBILITY

This includes the Iollowing questions:

Is there suIIicient support Ior the users?
Will the proposed system cause harm?

The project would be beneIicial because it satisIies the objectives when developed and
installed. All behavioral aspects are considered careIully and conclude that the project is
behaviorally Ieasible.




SYSTEM DESIGN

3.1 INTRODUCTION

Design is the Iirst step into the development phase Ior any engineered product or
system. Design is a creative process. A good design is the key to eIIective system. The
term 'design is deIined as 'the process oI applying various techniques and principles Ior
the purpose oI deIining a process or a system in suIIicient detail to permit its physical
realization. It may be deIined as a process oI applying various techniques and principles
Ior the purpose oI deIining a device, a process or a system in suIIicient detail to permit its
physical realization. SoItware design sits at the technical kernel oI the soItware
engineering process and is applied regardless oI the development paradigm that is used..





4
OB1ECTIVES

Input Design is the process oI converting a user-oriented description oI the input into a
computer-based system. This design is important to avoid errors in the data input process
and show the correct direction to the management Ior getting correct inIormation Irom
the computerized system.
It is achieved by creating user-Iriendly screens Ior the data entry to handle large volume
oI data. The goal oI designing input is to make data entry easier and to be Iree Irom
errors. The data entry screen is designed in such a way that all the data manipulates can
be perIormed. It also provides record viewing Iacilities.
When the data is entered it will check Ior its validity. Data can be entered with the help oI
screens. Appropriate messages are provided as when needed so that the user will not be in
a maize oI instant. Thus the objective oI input design is to create an input layout that is
easy to Iollow




SYSTEM DEVELOPEMENT



4.1 SYSTEM SPECIFICATION

HARDWARE REQUIREMENTS

Processor : X86 Compatible processor with 1.7 GHz Clock speed

RAM : 512 MB or more

Hard disk : 20 GB or more

Monitor : VGA/SVGA

Keyboard : 104 Keys

Mouse : 2 buttons/ 3 buttons

SOFTWARE REQUIREMENTS

Operating System : Windows 2000/XP
Front end : Visual Basic 6.0
Back end : MS Access





5
SYSTEM IMPLEMENTATION AND TESTING


5.2 SYSTEM IMPLEMENTATION AND TESTING

Implementation is the stage oI the project where the theoretical design is turned into a
working system. It can be considered to be the most crucial stage in achieving a
successIul new system gaining the users conIidence that the new system will work and
will be eIIective and accurate. It is primarily concerned with user training and
documentation. Conversion usually takes place about the same time the user is being
trained or later. Implementation simply means convening a new system design into
operation, which is the process oI converting a new revised system design into an
operational one.

UNIT TESTING

Unit testing Iocuses veriIication eIIort on the smallest unit oI soItware design the
soItware component or module. Using the component level design description as a guide,
important control paths are tested to uncover errors within the boundary oI the module.
The relative complexity oI tests and uncovered scope established Ior unit testing. The unit
testing is white-box oriented, and step can be conducted in parallel Ior multiple
components. The modular interIace is tested to ensure that inIormation properly Ilows
into and out oI the program unit under test. The local data structure is examined to ensure
that data stored temporarily maintains its integrity during all steps in an algorithm`s
execution. Boundary conditions are tested to ensure that all statements in a module have
been executed at least once. Finally, all error handling paths are tested.


INTEGRATION TESTING

Integration testing is systematic technique Ior constructing the program structure
while at the same time conducting tests to uncover errors associated with interIacing. The
objective is to take unit tested components and build a program structure that has been
dictated by design. The entire program is tested as whole. Correction is diIIicult because
isolation oI causes is complicated by vast expanse oI entire program. Once these errors
are corrected, new ones appear and the process continues in a seemingly endless loop.

VALIDATION TESTING OR SYSTEM TESTING

This is the Iinal step in testing. In this the entire system was tested as a whole with all
Iorms, code, modules and class modules. This Iorm oI testing is popularly known as
Black Box testing or System testing.

Black Box testing method Iocuses on the Iunctional requirements oI the soItware.
That is, Black Box testing enables the soItware engineer to derive sets oI input conditions
that will Iully exercise all Iunctional requirements Ior a program.


6
OUTPUT TESTING OR USER ACCEPTANCE TESTING

The system considered is tested Ior user acceptance; here it should satisIy the Iirm`s
need. The soItware should keep in touch with perspective system; user at the time oI
developing and making changes whenever required. This done with respect to the
Iollowing points

Input Screen Designs,
Output Screen Designs,
Online message to guide the user and the like.

The above testing is done taking various kinds oI test data. Preparation oI test data plays
a vital role in the system testing. AIter preparing the test data, the system under study is
tested using that test data. While testing the system by which test data errors are again
uncovered and corrected by using above testing steps and corrections are also noted Ior
Iuture use.

Anda mungkin juga menyukai