Srs Documentation On Railway Registration
Srs Documentation On Railway Registration
ENGINEERING
PLA-1
SRS DOCUMENTATION
RAILWAY RESERVATION
By
19P61A0555
19P61A0508
19P61A0517
Introduction
The introduction of the Software Requirements Specification (SRS) provides an overview of the
entire SRS purpose ,scope, definitions, acronyms, abbreviations, references and overview of
SRS.A Software Requirements Specification (SRS) a requirement specifications for a software
system - is a complete description of the behavior of a system to be developed. It includes a set
of use cases that describe all the interactions the users will have with the software. Use cases are
also known as functional requirements
A Software has to be developed for automating the manual Railway Reservation System.
CANCEL RESERVATION- The clerk deletes the entry in the System and changes in the
Reservation Status.
VIEW RESERVATION STATUS-The user need to enter the PIN number printed on
ticket.
Objective:
The purpose of this source is to describe the railway reservation system which provides the train
timing details, reservation, billing and cancellation on various types of reservation namely,
The origin of most software systems is in the need of a client, who either wants to automate the
existing manual system or desires a new software system. The software system is itself created
by the developer. Finally, the end user will use the completed system. Thus, there are three major
parties interested in a new system: the client, the user, and the developer.
The basic purpose of Software Requirement Specification (SRS) is to bridge this communication
gap. SRS is the medium through which the client’s and the user’s needs are accurately specified;
indeed SRS forms the basis of software development.
Another important purpose of developing an SRS is helping the clients understanding their own
needs. An SRS establishes the basis for agreement between the client and the supplier on what
the software product will do.
An SRS provides a reference for validation of the final product. A high quality SRS is a
prerequisite to high quality software and it also reduces the development cost.
A few factors that direct us to develop a new system are given below -:
1. Faster System
2. Accuracy
3. Reliability
4. Informative
5. Reservations and cancellations from anywhere to any place.
Scope:
“Railways Reservation System” is an attempt to simulate the basic concepts of an online
Reservation system. The system enables to perform the following functions:
Glossary:
This should define all technical terms and abbreviations used in the document
Product Perspective:
Before the automation, the system suffered from the following drawbacks:
The existing system is highly manual involving a lot of paper work and calculation. This
has lead to inconsistency and inaccuracy in the maintenance of data.
The data, which is stored on the paper only, may be lost, stolen or destroyed due to
natural calamity like fire and water.
Due to manual nature, it is difficult to update, delete, add or view the data.
The existing system is sluggish and consumes a lot of time causing inconvenience to
customers and the airlines staff.
Since the number of passengers have drastically increased therefore maintaining and
retrieving detailed record of passenger is extremely difficult.
A railway has many offices around the world, an absence of a link between these offices
lead to lack of coordination and communication.
The computerization of the reservation system will reduce a lot of paperwork and hence
the load on the airline administrative staff.
The machine performs all calculations. Hence chances of error are nil.
The passenger, reservation, cancellation list can easily be retrieved and any required
addition, deletion or updating can be performed.
The system provides for user-ID validation, hence unauthorized access is prevented.
Project Functions:
Booking agents with varying levels of familiarity with computers will mostly use this system.
Search: This function allows the booking agent to search for train that are available between the
two travel cities, namely the "Departure city" and "Arrival city" as desired by the traveler.
Selection: This function allows a particular train to be selected from the displayed list. All the
details of the train are shown :-
1. train Number
2. Date, time and place of departure
3. Date, time and place of arrival
4. TRAIN Duration
5. Fare per head
6. Number of stoppages – 0, 1, 2…
Review: If the seats are available, then the software prompts for the booking of train. The train
information is shown. The total fare including taxes is shown and flight details are reviewed.
Traveler Information: It asks for the details of all the passengers supposed to travel including
name, address, telephone number and e-mail id.
Payment: It asks the agent to enter the various credit card details of the person making the
reservation.
Cancellation : The system also allows the passenger to cancel an existing reservation.
User Characteristics:
EDUCATIONAL LEVEL:-At least user of the system should be comfortable with
English language.
The system will run under windows98 or higher platforms of operating system.
Design constraint:
There are a number of factors in the client’s environment that may restrict the choices of a
designer. Such factors include standards that must be followed, resource limits, operating
environment, reliability and security requirements and policies that may have an impact on the
design of the system.
Standard Compliance: - This specifies the requirements for the standards the system must
follow. The standards may include the report format and accounting properties.
Hardware Limitations :- Hardware limitations can include the types of machines to be used,
operating system available on the system, languages supported and limits on primary and
secondary storage.
Reliability and Fault Tolerance: - Fault tolerance requirements can place a major constraint on
how the system is to be designed. Requirements about system behavior in the face of certain
kinds of faults are specified.
Security: - They place restrictions on the use of certain commands, control access to data,
provide different kinds of access requirements for different people, require the use of passwords
and cryptography techniques and maintain a log of activities in the system.
Hardware requirements:
Processor Pentium III
RAM 128 MB
Cache 512 kb
Processor Pentium IV
RAM 256 MB
Cache 512 kb
Software requirements:
Any window based operating system with DOS support are primary requirements for software
development. Windows XP, FrontPage and dumps are required. The systems must be connected
via LAN and connection to internet is mandatory.
Other requirements:
Software should satisfy following requirements as well:-
SECURITY
PORTABILITY
CORRECTNESS
EFFICIENCY
FLEXIBILTY
TESTABILTY
REUSABILTY
Non-Function Requirements
Security: The system should not leave any cookies on the customer’s computer containing
the user’s password. The system’s back-end servers shall only be accessible to authenticated
management.
Reliability: The reliability of the overall project depends on the reliability of the separate
components. The main pillar of reliability of the system is the backup of the database which is
continuously maintained and updated to reflect the most recent changes.
Availability: The system should be available at all times, meaning the user can access it
using a web browser, only restricted by the down time of the server on which the system runs.
Maintainability: A commercial database is used for maintaining the database and the
application server takes care of the site. In case of a failure, a re-initialization of the project will
be done.
Supportability: The code and supporting modules of the system will be well documented
and easy to understand. Online User Documentation and Help System Requirements.
Diagram
A use case diagram in the Unified Modeling Language (UML) is a type of behavioral diagram
defined by and created from a Use-case analysis. Its purpose is to present a graphical overview
of the functionality provided by a system in terms of actors, their goals (represented as use
cases), and any dependencies between those use cases.
Use-case Diagram:
Class Diagram:
User
-userid : string
-password : string *
-loginstatus : string
-Name : string
-Email : string
+verifylogin()() : bool
*
1
Admin Train
Ticket -SendconformEmail() : void Customer -train no : int
-ticketnumber : int -SendRecipt() : void -address : string -train name : string
-tavellingclass : string -deleteAlbum : void -phone : int -source : string
-confirmOrder() : void * -destination : string
-Dateofjourny : int +register() : void
-deleteOrder() : void +login() : bool -arrivaltime : int
+updateprofile() : string -departuretime : int
*
order
-orderId : int
payment -orderedDate : int
Bank -customerName : string
-paymentMode : string Railway
-bankName : string -customerId : int
-branch : string +validatePayment()() : void -stutus : string -name
-bankId : int -shifttime
+putOrder() : void
+creditcardNo() +printOrder() : void +authentication()
+updateDetail()
*
1
* *
Debitcard
orderDetailed
-cardHoldername : string
-orderId : int
-securityCode : int
-quantity : int
-expireDate : int
-totalcost : int
-cardNumber : int
-calculatePrice : int
+validdatePayment() : void
+calPrice() : void
+checkFormet() : void
State Diagram:
Sequence Diagram:
Customer Train Railway admin Printer Database Bank
login to reservation
Check avaiblity
If availanle
Request cancellation
Level 0:
Enter detail
Railway
User Reservation Admin
Get ticket
Level 1:
Level 2:
Reservation Check availiblity
Conform ticket
Cancellationprocess
Conform cancellation
User Cancelation Railway database
cancelation
database
View detail
detailss
Payment done
Payment
Login:
Registration:
Search Train:
Other Screen:
Example:
Indian Railways Official Website: