SlideShare a Scribd company logo
1 of 46
Download to read offline
AIRLINE RESERVATION
SYSTEM
Project by :
Dimpy Chugh
Drishti Bhalla
Shweta Arya
OBJECTIVE OF OUR PROJECT
The Aim of our project is to design and develop a software which would automate
the major airline operations like providing the facilities for the reservation of online
air tickets or any other operations through an effective and yet simple GUI for a
normal passenger intending to travel through airways.
PROPOSED RESERVATION
SYSTEM
This Airline Reservation System Project will provide the user with the following
functions:
• Flight Booking System: The system allows the airline passenger to search for
flights that are available between the two travel cities, namely the “Departure city”
and “Arrival city” for a particular departure date. The system gives the list of
available flights with certain flight details and allows customer to choose a particular
flight suiting his comforts. If the seats are available in a particular flight, then the
system allows the passenger to book a seat of his/her choice. Otherwise it asks the
user to choose another flight. He can also cancel the current reservations without
any problem.
• Flight Status System: Our system allows the registered users to check the flight
status if there is any delay in their flight timings due to inclement weather or any
other reason. It automatically notifies by sending a voice message to the authorised
passengers who have their tickets booked.
• User Accounts System: Creating and maintaining an online account on the
system, in order to see status and updates on booked flights. A User can login
into his account by providing its authorised username and password and
alternatively a new user can register into the system and hence become an
authorised user.
• Web Check-In: Passengers can get their boarding pass in advance through
web check in and go straight to the baggage drop-counter. This will surely save
their time.
After all the necessary details needed for reservation are provided by the
passenger, the screen then takes the traveller to confirm details and online pay the
payment by online transaction screen.
ADVANTAGES OF THE
PROPOSED SYSTEM
• Results are received very quickly.
• It uses concept of user friendliness.
• Increases security, speed, storing and accuracy.
• Customer services can not only be satisfied but also enhanced to the extent that
one can obtain or cancel a reservation from anywhere.
• Managing and maintaining data becomes easier.
• Provide convenience to travellers.
PROCESS MODEL
We have used LINEAR SEQUENTIAL MODEL or WATERFALL MODEL for
our system which is a software development model in which development is seen
as flowing steadily downwards (like a waterfall) through the phases of
requirements analysis, design, implementation, testing .
We have used this process model because of the following reasons:-
• As our system proceeds from one phase to another in sequential and
systematic manner i.e. the phases are well segregated and only after the
completion of one phase, the development of software moves to the next
phase.
• As our system is simple to implement and represents processes which are easy
to manage and measure.
• All the requirements stated by the user are known before hand and are well
understood .
• As this is a short duration project.
PROJECT SCHEDULING
• The degree of rigor is a function of many project characteristics .
• Various Task sets are designed to accommodate different types of projects and
different degrees of rigor.
• Our project is basically a New application development project (NDev.) which
is undertaken as a consequence of a specific customer request.
• Structured Degree of Rigor- The process framework activities will be applied
for this project. Framework activities and related tasks appropriate to the project
type will be applied and umbrella activities necessary to ensure high quality will
be applied. Software Quality Assurance (SQA), Software Configuration
Management (SCM), documentation, and measurement tasks will be conducted
in a streamlined manner.
Task set selector value for degree of rigor (Structured)
1.0<TSS<3.0
COMPUTING THE TASK SET
SELECTOR TABLE
ADAPTATION CRITERIA GRADE WEIGHT
ENTRY
POINT
MULTIPLIER
NDEV.
PRODUCT
Size of project 2 1.20 1 2.40
Number of users 2 1.10 1 2.20
Business criticality 1 1.10 1 1.10
Longevity 2 0.90 1 1.80
Stability of requirements 2 1.20 1 2.40
Ease of communication 1 0.90 1 0.90
Maturity of technology 0 0.90 1 0.00
Performance constraints 2 0.80 1 1.60
Embedded 2 1.20 1 2.40
Project staffing 1 1.00 1 1.00
Interoperability 0 1.10 1 0.00
Reengineering factors 0 1.20 0 0.00
Task set selector(TSS) 1.32
Task set selector (TSS) = [∑ (Product)]/12]
=[15.8/12]
= 1.32
HARDWARE INTERFACES
• Our software is compatible with Microsoft Windows based machines.
• The database connectivity requires a hardware configuration with a fast
database system running on hard-disk permitting back-up systems to support
the primary goal of reliability.
• The system must interface with the standard output device, keyboard and
mouse to interact with the software.
SOFTWARE INTERFACES
 FRONT END DESCRIPTION
• The Front End for ARS is designed using HTML. The front end contains a
very user-friendly interface.
• It contains various screens such as -
1. Login
2. Registration
3. Online Reservation
4. Reservation Form
5. Online Transaction
6. Flight Status
7. Web Check-In
8. Cancel Reservation.
Screen Name Description
Login Allows to login as an administrator or a user.
Registration Interface for registering a new member.
Online Reservation Allows user to search flights by specifying
journey details and accordingly reserve
seats.
Reservation Form Asks for user details and preferred seat
location for booking.
Online Transaction Enables the user to make online payment by
providing card details.
Flight Status Accepts flight details as input and display
current status of flight in accordance with
them.
Web Check-in Allow to acquire a print of boarding pass by
verifying reservation details.
Cancel Reservation Interface which enables the user to cancel
reservation by providing e-ticket number.
SCREEN 1
LOGIN SYSTEM
SCREEN 2
REGISTRATION
SCREEN 3
ONLINE RESERVATION
SCREEN 4
RESERVATION FORM
SCREEN 5
ONLINE TRANSACTION
SCREEN 6
FLIGHT STATUS
SCREEN 7
WEB-CHECK IN
SCREEN 8
CANCEL RESERVATION
 BACK END DESCRIPTION
• The Back End for ARS is designed using MS Access. This includes passenger,
reservation, flights, flight status, account info, web check-in, payment and
cancellation relations.
• The account info relation contains the information of the users like its valid
username and password, first name, last name, email-id, contact no and gender.
• The passenger relation will contain unique e-ticket number, first name, last
name, gender, D.O.B, seat no, flight no, departure date, e-contact no, booking
username.
• The flights relation contains the information about all the flights available
between different cities such as flight number, the two cities to which the flight
connects i.e. the origin and destination, total seats and the days on which it flies.
• The web check-in relation includes the e-ticket number corresponding to which
the boarding pass has been printed.
• The reservation relation will include the e-ticket numbers corresponding to which
reservations have been made.
• The payment relation contains the transaction Id, the total fare calculated and the
username using which the booking was done.
• The cancellation relation consists of e-ticket numbers corresponding to which the
reservations have been cancelled due to some reasons and the amount refunded to
the user.
• The flight status relation contains flight no, status, departure date, arrival date,
scheduled departure and arrival time and estimated/actual departure and arrival
time of different available flights.
DATA DICTIONARY
SNO. Attributes Data Type Field Length Constraints Description
1 USERNAME Alpha-numeric 20 Primary Key A name that
Uniquely identifies
each user.
2 PASSWORD Alpha-numeric 20 Not Null Password of the User
for secure account.
3 FIRST NAME String 20 Not Null First Name of the User.
4 LAST NAME String 20 Not Null Last Name of the User.
5 GENDER Character 5 Not Null Gender of the
User.
6 CONTACT NO. Numeric 20 Not Null Contact Number
Of Passenger.
7 E-MAIL ID Alpha-numeric 20 - E -Mail Address
Of the User.
ACCOUNT INFO
PASSENGER
SNO. Attributes Data Type Field Length Constraints Description
1 E-TICKET NUMBER Numeric 10 Primary Key Unique Ticket No.
generated at the time
of reservation.
2 FIRST NAME String 20 Not Null First Name of the
Passenger.
3 LAST NAME String 20 Not Null Last Name of the
Passenger.
4 GENDER Character 5 Not Null Gender of the
Passenger.
5 DOB Numeric 20 Not Null Date of Birth
of Passenger .
6 BOOKING_USERN
AME
Alpha-numeric 20 Foreign Key A unique username
under which
reservations(s) were
made.
7 FLIGHT NUMBER Alpha-numeric 10 Foreign Key Unique Id /No. of a
Particular Flight.
8 SEAT NUMBER Integer 3 Not Null Specific number
for identification of
every seat.
9 DEPARTURE DATE Numeric 20 Not Null Date of Departure of
Flight.
10 E-CONTACT NO. Numeric 20 Not Null Emergency Contact
Number Of Passenger.
RESERVATION
SNO. Attributes Data type Field length Constraints Description
1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign
Key
Unique Ticket No.
generated at the
time of reservation.
FLIGHT
SNO. Attributes Data Type Field Length Constraints Description
1 FLIGHT NUMBER Alpha-numeric 10 Primary Key Unique Id /No. of a
Particular Flight.
2 ORIGIN String 20 Not Null The Place From Where
The Flight Will Depart.
3 DESTINATION String 20 Not Null The Place Where The
Flight is Destined to
Reach.
4 TOTAL SEATS Numeric 5 Not Null Total No. of Seats in a
Particular Flight.
5 DAYS String 10 Not Null Days when the flight
departs.
WEB CHECK-IN
SNO. Attributes Data type Field length Constraints Description
1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign Key Unique Ticket No.
generated at the
time of reservation.
SNO. Attributes Data type Field length Constraints Description
1 TRANSACTION ID Alpha-numeric 20 Primary Key Unique Id generated
at the time of
payment.
2 BOOKING_USERNA
ME
Alpha-numeric 20 Foreign Key A unique username
under which
reservations(s) were
made.
3 TOTAL FARE
GENERATED
Integer 10 Not Null Total Price of the
Reservations made.
PAYMENT
SNO. Attributes Data type Field length Constraints Description
1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign Key Unique Ticket No.
generated at the
time of reservation.
2 REFUNDED
AMOUNT
Integer 10 - Amount refunded(if
any ) to the user.
CANCELLATION
SNO. Attributes Data Type Field Length Constraints Description
1 FLIGHT NUMBER Alpha-numeric 10 Primary Key, Foreign
Key
Unique Id /No. of a
Particular Flight.
2 DEPARTURE DATE Numeric 20 Primary Key Date of Departure of
Flight.
3 ARRIVAL DATE Numeric 20 Not Null Date of Arrival of Flight.
4 SCHEDULED
DEPARTURE TIME
Timestamp 10 Not Null Time when the Flight is
scheduled to depart.
5 SCHEDULED
ARRIVAL TIME
Timestamp 10 Not Null Time when the Flight is
scheduled to arrive.
6 ESTIMATED
/ACTUAL
DEPARTURE TIME
Timestamp 10 Not Null Time when the Flight is
estimated to depart or
departed.
7 ESTIMATED
/ACTUAL ARRIVAL
TIME
Timestamp 10 Not Null Time when the Flight is
estimated to arrive or
arrived.
8 STATUS String 30 Not Null Status of the Flight.
FLIGHT STATUS
DATA FLOW DIAGRAMS
• Data Flow Diagram (DFD) is a graphical representation of the "flow" of
data through an information system. A DFD is created to provide an
overview of the system.
CONTEXT LEVEL DIAGRAM
LEVEL -1 DFD
LEVEL -2 DFD OF LOGIN
LEVEL -2 DFD OF ONLINE
RESERVATION
LEVEL -2 DFD OF ONLINE
TRANSACTION
LEVEL -2 DFD OF WEB CHECK -IN
LEVEL -2 DFD OF FLIGHT STATUS
LEVEL-2 DFD OF CANCELLATION
FUNCTION POINT METRICS
Information Weighting Factor
Domain Value Count Average
Number of external inputs 45 X 4 = 180
Number of external outputs 10 X 5 = 50
Number of external inquiries 3 X 4 = 12
Number of internal logical files 1 X 10 = 10
Number of external interfaces 1 X 7 = 7
Count total------------------------------------------------------------------------------> 259
Function-point (FP) metric can be used effectively as a means for measuring the
functionality delivered by a system.
∑ (Fi) = (2+2+0+0+2+4+2+2+0+0+2+2+2+0) = 20
FP = count total x [0.65+0.01 x ∑ (Fi)]
= 220.15
EFFORT ESTIMATION
The COCOMO model or the Constructive Cost Model is a method for evaluating
and estimating the cost /effort of software development product based on inputs
relating to the size of the software and a number of scale factors that effect
productivity.
COMPLEXITY WEIGHTING TABLE
OBJECT TYPE
NUMBER OF
INSTANCES
COMPLEXITY WEIGHT:
MEDIUM
Screens 8 X 2 16
Reports 1 X 5 5
Objects
Point (Total)
21
NOP = (Object points) x [(100-%reuse)/100] [NOP = new object points]
= 21 x [(100-0)/100] [%reuse = 0]
= 21 x 1
=21
PRODUCTIVITY RATES TABLE
The Productivity rate for different levels of developer experience and development
environment maturity is Low that is 7.
Estimated effort = NOP/PROD
= 21/7
= 3 person-month
Developer’s experience/capability Low
Environment maturity/capability Low
PROD 7
RISK ANALYSIS
• A risk analysis is a series of steps that help a software team to understand and
manage uncertainty.
• A risk is a potential problem which should be identified, its probability of
occurrence should be assessed, its impact should be estimated and a contingency
plan should be prepared.
DEVELOPING A RISK TABLE
RISK NAME CATEGORY PROBABILITY IMPACT
Staff
inexperienced
ST 50% 3
Delivery deadline
will be tightened
BU 60% 3
Customer will
change
requirements
PS 20% 3
WHITE- BOX TESTING
White-box testing, sometimes called glass-box testing is a test case design method
that uses the control structure of the procedural design to derive test cases.
ALGORITHM FOR LOGIN SCREEN
1. Identify role.
2. If role = administrator and username and password are valid
Then
3. Proceed to administrator functions
Else
4. If role = user and username and password are valid
Then
5. Proceed to either online reservation screen or cancel reservation screen or Flight
status screen
Else
6. Display error message
7. Else If user has no account and registration details entered are valid
Then
8. Create account and then login
Else
9. Display error message and enter the details again
FLOW CHART OF LOGIN SCREEN
FLOW GRAPH OF LOGIN SCREEN
CYCLOMATIC COMPLEXITY
1. Number of regions of flow graph = 6
2. V (G) = E-N+2 [where E = no. of edges, N = no. of nodes]
= 15-11+2 [where E = 15, N = 11]
= 6.
3. V (G) = P+1 [where P = predicate nodes]
= 5+1 [where P = 5(1, 2, 3, 6, 10)]
= 6
Therefore, the Cyclomatic Complexity of the flow graph is 6.
TEST CASES
Test case ID Input value Actual output Expected output
1.
For user
Username U
Password xxxxxx
(valid input)
To be observed after
execution
Proceed to online
reservation or cancel
reservation or flight status.
2.
For user
Username U
Password xxxxxx
(invalid input)
To be observed after
execution
Display error message
and login again.
3.
For administrator
Username U
Password xxxxxx
(valid input)
To be observed after
execution
Proceed to administrator
functions.
4.
For administrator
Username U
Password xxxxx
(invalid input)
To be observed after
execution
Display error message
and login again.
5.
For new user
Enter Registration details
(valid input)
To be observed after
execution
Account created and
proceed to login.
6.
For new user
Enter details
(Invalid input)
To be observed after
execution
Display error message.
BIBLIOGRAPHY
 Software Engineering - A Practitioner's Approach by R. S. Pressman,
McGraw-Hill, Ed-7, 2010.
 An Integrated Approach to Software Engineering by P. Jalote, Narosa
Publishing House, Ed-3, 2011.
THANK YOU!!!

More Related Content

What's hot

Online reservation system project report(web development)
Online reservation system project report(web development)Online reservation system project report(web development)
Online reservation system project report(web development)Prachiverma50
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation systemSH Rajøn
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentationSurya Indira
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptPunjab technical University
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1_faisalkhan
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation SystemPrince Kumar
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation systemUnsa Jawaid
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation systemaswath babu
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation Systemsathyakawthar
 
Attendance Management System
Attendance Management SystemAttendance Management System
Attendance Management SystemArhind Gautam
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringLalit Pal
 
Documentation of railway reservation system
Documentation of railway reservation systemDocumentation of railway reservation system
Documentation of railway reservation systemSandip Murari
 
Online Movie ticket booking Project
Online Movie ticket booking ProjectOnline Movie ticket booking Project
Online Movie ticket booking ProjectSHAZIA JAMALI
 
Online movie ticket booking system
Online movie ticket booking systemOnline movie ticket booking system
Online movie ticket booking systemSikandar Pandit
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management SystemAnjali Agrawal
 
online movie ticket booking system
online movie ticket booking systemonline movie ticket booking system
online movie ticket booking systemSikandar Pandit
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report Kishan Maurya
 
Airline management system
Airline management systemAirline management system
Airline management systemSH Rajøn
 

What's hot (20)

Online reservation system project report(web development)
Online reservation system project report(web development)Online reservation system project report(web development)
Online reservation system project report(web development)
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation system
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentation
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-ppt
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation System
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation system
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation system
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation System
 
Online railway reservation system
Online railway reservation systemOnline railway reservation system
Online railway reservation system
 
Attendance Management System
Attendance Management SystemAttendance Management System
Attendance Management System
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software Engineering
 
Online attendance management system
Online attendance management systemOnline attendance management system
Online attendance management system
 
Documentation of railway reservation system
Documentation of railway reservation systemDocumentation of railway reservation system
Documentation of railway reservation system
 
Online Movie ticket booking Project
Online Movie ticket booking ProjectOnline Movie ticket booking Project
Online Movie ticket booking Project
 
Online movie ticket booking system
Online movie ticket booking systemOnline movie ticket booking system
Online movie ticket booking system
 
Employee Management System
Employee Management SystemEmployee Management System
Employee Management System
 
online movie ticket booking system
online movie ticket booking systemonline movie ticket booking system
online movie ticket booking system
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
 
Airline management system
Airline management systemAirline management system
Airline management system
 

Viewers also liked

Airline Reservation System - Model Driven Software Engineering Approach
Airline Reservation System - Model Driven Software Engineering ApproachAirline Reservation System - Model Driven Software Engineering Approach
Airline Reservation System - Model Driven Software Engineering ApproachOnkar Kadam
 
BTEC National in ICT: Unit 3 - Data Flow Diagrams Introduction
BTEC National in ICT: Unit 3 - Data Flow Diagrams IntroductionBTEC National in ICT: Unit 3 - Data Flow Diagrams Introduction
BTEC National in ICT: Unit 3 - Data Flow Diagrams Introductionmrcox
 
2013 website redesign_project_charter_final
2013 website redesign_project_charter_final2013 website redesign_project_charter_final
2013 website redesign_project_charter_finallibamend
 
Project of Airline booking system
Project of Airline booking systemProject of Airline booking system
Project of Airline booking systemmuthahar.sk
 
construction of Reservation software solution for Airline Companies project ...
construction of  Reservation software solution for Airline Companies project ...construction of  Reservation software solution for Airline Companies project ...
construction of Reservation software solution for Airline Companies project ...Hagi Sahib
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation systemkhushi kalaria
 

Viewers also liked (8)

Airline Reservation System - Model Driven Software Engineering Approach
Airline Reservation System - Model Driven Software Engineering ApproachAirline Reservation System - Model Driven Software Engineering Approach
Airline Reservation System - Model Driven Software Engineering Approach
 
BTEC National in ICT: Unit 3 - Data Flow Diagrams Introduction
BTEC National in ICT: Unit 3 - Data Flow Diagrams IntroductionBTEC National in ICT: Unit 3 - Data Flow Diagrams Introduction
BTEC National in ICT: Unit 3 - Data Flow Diagrams Introduction
 
Data flow diagrams
Data flow diagramsData flow diagrams
Data flow diagrams
 
2013 website redesign_project_charter_final
2013 website redesign_project_charter_final2013 website redesign_project_charter_final
2013 website redesign_project_charter_final
 
Project of Airline booking system
Project of Airline booking systemProject of Airline booking system
Project of Airline booking system
 
construction of Reservation software solution for Airline Companies project ...
construction of  Reservation software solution for Airline Companies project ...construction of  Reservation software solution for Airline Companies project ...
construction of Reservation software solution for Airline Companies project ...
 
Airlines Database Design
Airlines Database DesignAirlines Database Design
Airlines Database Design
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
 

Similar to Airline Reservation System - Software Engineering

SRS PPT.pptx, what is SRS, examples of SRS
SRS PPT.pptx, what is SRS, examples of SRSSRS PPT.pptx, what is SRS, examples of SRS
SRS PPT.pptx, what is SRS, examples of SRSZoraizAli3
 
E-TICKETING ON RAILWAY TICKET RESERVATION
E-TICKETING ON RAILWAY TICKET RESERVATIONE-TICKETING ON RAILWAY TICKET RESERVATION
E-TICKETING ON RAILWAY TICKET RESERVATIONNandana Priyanka Eluri
 
AIRLINE PRESENTATION.ppt
AIRLINE PRESENTATION.pptAIRLINE PRESENTATION.ppt
AIRLINE PRESENTATION.pptPAVANguests
 
Air_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAir_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAnilVastav
 
21091F003.ppt1.pptx
21091F003.ppt1.pptx21091F003.ppt1.pptx
21091F003.ppt1.pptxArif566836
 
AIRSIDE project PPT
AIRSIDE project PPTAIRSIDE project PPT
AIRSIDE project PPTArif566836
 
Online Airway Reservation System
Online Airway Reservation SystemOnline Airway Reservation System
Online Airway Reservation SystemHari Wiz
 
Air ticket reservation_system_presentati
Air ticket reservation_system_presentatiAir ticket reservation_system_presentati
Air ticket reservation_system_presentatiEPHRAIMDUAHOWUSU
 
Airline Ticket Booking System , Airline Ticketing Software
Airline Ticket Booking System , Airline Ticketing SoftwareAirline Ticket Booking System , Airline Ticketing Software
Airline Ticket Booking System , Airline Ticketing Softwareaadhiyaeliza
 
Flight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxFlight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxAKHIL969626
 
Information Technology In Airlines Arunesh Chand Mankotia
Information Technology In Airlines   Arunesh Chand MankotiaInformation Technology In Airlines   Arunesh Chand Mankotia
Information Technology In Airlines Arunesh Chand MankotiaConsultonmic
 
Case study of spiral process model
Case study of spiral process  modelCase study of spiral process  model
Case study of spiral process modelminal kumar soni
 
O N L I N E V E H I C L E R E N T A L S Y S T E M V R S
O N L I N E  V E H I C L E  R E N T A L  S Y S T E M   V R SO N L I N E  V E H I C L E  R E N T A L  S Y S T E M   V R S
O N L I N E V E H I C L E R E N T A L S Y S T E M V R Sncct
 
Airline Booking Software
Airline Booking SoftwareAirline Booking Software
Airline Booking SoftwareSharmiMehta
 
Airline Booking Software
Airline Booking SoftwareAirline Booking Software
Airline Booking SoftwareSharmiMehta
 
System design document visa
System design document visaSystem design document visa
System design document visaShaily Dubey
 

Similar to Airline Reservation System - Software Engineering (20)

SRS PPT.pptx, what is SRS, examples of SRS
SRS PPT.pptx, what is SRS, examples of SRSSRS PPT.pptx, what is SRS, examples of SRS
SRS PPT.pptx, what is SRS, examples of SRS
 
E-TICKETING ON RAILWAY TICKET RESERVATION
E-TICKETING ON RAILWAY TICKET RESERVATIONE-TICKETING ON RAILWAY TICKET RESERVATION
E-TICKETING ON RAILWAY TICKET RESERVATION
 
AIRLINE PRESENTATION.ppt
AIRLINE PRESENTATION.pptAIRLINE PRESENTATION.ppt
AIRLINE PRESENTATION.ppt
 
Srs mine
Srs mineSrs mine
Srs mine
 
Air_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptxAir_Ticket_Reservation_System_presentati.pptx
Air_Ticket_Reservation_System_presentati.pptx
 
21091F003.ppt1.pptx
21091F003.ppt1.pptx21091F003.ppt1.pptx
21091F003.ppt1.pptx
 
AIRSIDE project PPT
AIRSIDE project PPTAIRSIDE project PPT
AIRSIDE project PPT
 
Software
SoftwareSoftware
Software
 
Online Airway Reservation System
Online Airway Reservation SystemOnline Airway Reservation System
Online Airway Reservation System
 
Air ticket reservation_system_presentati
Air ticket reservation_system_presentatiAir ticket reservation_system_presentati
Air ticket reservation_system_presentati
 
Airline Ticket Booking System , Airline Ticketing Software
Airline Ticket Booking System , Airline Ticketing SoftwareAirline Ticket Booking System , Airline Ticketing Software
Airline Ticket Booking System , Airline Ticketing Software
 
Flight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docxFlight Reservation SystemThe flight reservation system” proje.docx
Flight Reservation SystemThe flight reservation system” proje.docx
 
Airline Reservation Sytem
Airline Reservation SytemAirline Reservation Sytem
Airline Reservation Sytem
 
Information Technology In Airlines Arunesh Chand Mankotia
Information Technology In Airlines   Arunesh Chand MankotiaInformation Technology In Airlines   Arunesh Chand Mankotia
Information Technology In Airlines Arunesh Chand Mankotia
 
Case study of spiral process model
Case study of spiral process  modelCase study of spiral process  model
Case study of spiral process model
 
Phase1review
Phase1reviewPhase1review
Phase1review
 
O N L I N E V E H I C L E R E N T A L S Y S T E M V R S
O N L I N E  V E H I C L E  R E N T A L  S Y S T E M   V R SO N L I N E  V E H I C L E  R E N T A L  S Y S T E M   V R S
O N L I N E V E H I C L E R E N T A L S Y S T E M V R S
 
Airline Booking Software
Airline Booking SoftwareAirline Booking Software
Airline Booking Software
 
Airline Booking Software
Airline Booking SoftwareAirline Booking Software
Airline Booking Software
 
System design document visa
System design document visaSystem design document visa
System design document visa
 

More from Drishti Bhalla

Propositions - Discrete Structures
Propositions - Discrete Structures Propositions - Discrete Structures
Propositions - Discrete Structures Drishti Bhalla
 
Physical Layer Numericals - Data Communication & Networking
Physical Layer  Numericals - Data Communication & NetworkingPhysical Layer  Numericals - Data Communication & Networking
Physical Layer Numericals - Data Communication & NetworkingDrishti Bhalla
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - MathematicsDrishti Bhalla
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - MathematicsDrishti Bhalla
 
Mid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer GraphicsMid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer GraphicsDrishti Bhalla
 
Unix Memory Management - Operating Systems
Unix Memory Management - Operating SystemsUnix Memory Management - Operating Systems
Unix Memory Management - Operating SystemsDrishti Bhalla
 
Collections Api - Java
Collections Api - JavaCollections Api - Java
Collections Api - JavaDrishti Bhalla
 
Performance Management and Feedback - SHRM
Performance Management and Feedback - SHRMPerformance Management and Feedback - SHRM
Performance Management and Feedback - SHRMDrishti Bhalla
 
Computer System Architecture - BUN instruction
Computer System Architecture - BUN instructionComputer System Architecture - BUN instruction
Computer System Architecture - BUN instructionDrishti Bhalla
 
King of acids -Sulphuric Acid H2SO4
King of acids -Sulphuric Acid H2SO4King of acids -Sulphuric Acid H2SO4
King of acids -Sulphuric Acid H2SO4Drishti Bhalla
 
Information Technology - System Threats
Information Technology - System ThreatsInformation Technology - System Threats
Information Technology - System ThreatsDrishti Bhalla
 
Software Metrics - Software Engineering
Software Metrics - Software EngineeringSoftware Metrics - Software Engineering
Software Metrics - Software EngineeringDrishti Bhalla
 
Binary Search - Design & Analysis of Algorithms
Binary Search - Design & Analysis of AlgorithmsBinary Search - Design & Analysis of Algorithms
Binary Search - Design & Analysis of AlgorithmsDrishti Bhalla
 
CNF & Leftmost Derivation - Theory of Computation
CNF & Leftmost Derivation - Theory of ComputationCNF & Leftmost Derivation - Theory of Computation
CNF & Leftmost Derivation - Theory of ComputationDrishti Bhalla
 
Fd & Normalization - Database Management System
Fd & Normalization - Database Management SystemFd & Normalization - Database Management System
Fd & Normalization - Database Management SystemDrishti Bhalla
 

More from Drishti Bhalla (16)

Propositions - Discrete Structures
Propositions - Discrete Structures Propositions - Discrete Structures
Propositions - Discrete Structures
 
Physical Layer Numericals - Data Communication & Networking
Physical Layer  Numericals - Data Communication & NetworkingPhysical Layer  Numericals - Data Communication & Networking
Physical Layer Numericals - Data Communication & Networking
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
 
Holy Rivers - Hindi
Holy Rivers - HindiHoly Rivers - Hindi
Holy Rivers - Hindi
 
Mid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer GraphicsMid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer Graphics
 
Unix Memory Management - Operating Systems
Unix Memory Management - Operating SystemsUnix Memory Management - Operating Systems
Unix Memory Management - Operating Systems
 
Collections Api - Java
Collections Api - JavaCollections Api - Java
Collections Api - Java
 
Performance Management and Feedback - SHRM
Performance Management and Feedback - SHRMPerformance Management and Feedback - SHRM
Performance Management and Feedback - SHRM
 
Computer System Architecture - BUN instruction
Computer System Architecture - BUN instructionComputer System Architecture - BUN instruction
Computer System Architecture - BUN instruction
 
King of acids -Sulphuric Acid H2SO4
King of acids -Sulphuric Acid H2SO4King of acids -Sulphuric Acid H2SO4
King of acids -Sulphuric Acid H2SO4
 
Information Technology - System Threats
Information Technology - System ThreatsInformation Technology - System Threats
Information Technology - System Threats
 
Software Metrics - Software Engineering
Software Metrics - Software EngineeringSoftware Metrics - Software Engineering
Software Metrics - Software Engineering
 
Binary Search - Design & Analysis of Algorithms
Binary Search - Design & Analysis of AlgorithmsBinary Search - Design & Analysis of Algorithms
Binary Search - Design & Analysis of Algorithms
 
CNF & Leftmost Derivation - Theory of Computation
CNF & Leftmost Derivation - Theory of ComputationCNF & Leftmost Derivation - Theory of Computation
CNF & Leftmost Derivation - Theory of Computation
 
Fd & Normalization - Database Management System
Fd & Normalization - Database Management SystemFd & Normalization - Database Management System
Fd & Normalization - Database Management System
 

Recently uploaded

Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 

Recently uploaded (20)

Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 

Airline Reservation System - Software Engineering

  • 1. AIRLINE RESERVATION SYSTEM Project by : Dimpy Chugh Drishti Bhalla Shweta Arya
  • 2. OBJECTIVE OF OUR PROJECT The Aim of our project is to design and develop a software which would automate the major airline operations like providing the facilities for the reservation of online air tickets or any other operations through an effective and yet simple GUI for a normal passenger intending to travel through airways.
  • 3. PROPOSED RESERVATION SYSTEM This Airline Reservation System Project will provide the user with the following functions: • Flight Booking System: The system allows the airline passenger to search for flights that are available between the two travel cities, namely the “Departure city” and “Arrival city” for a particular departure date. The system gives the list of available flights with certain flight details and allows customer to choose a particular flight suiting his comforts. If the seats are available in a particular flight, then the system allows the passenger to book a seat of his/her choice. Otherwise it asks the user to choose another flight. He can also cancel the current reservations without any problem. • Flight Status System: Our system allows the registered users to check the flight status if there is any delay in their flight timings due to inclement weather or any other reason. It automatically notifies by sending a voice message to the authorised passengers who have their tickets booked.
  • 4. • User Accounts System: Creating and maintaining an online account on the system, in order to see status and updates on booked flights. A User can login into his account by providing its authorised username and password and alternatively a new user can register into the system and hence become an authorised user. • Web Check-In: Passengers can get their boarding pass in advance through web check in and go straight to the baggage drop-counter. This will surely save their time. After all the necessary details needed for reservation are provided by the passenger, the screen then takes the traveller to confirm details and online pay the payment by online transaction screen.
  • 5. ADVANTAGES OF THE PROPOSED SYSTEM • Results are received very quickly. • It uses concept of user friendliness. • Increases security, speed, storing and accuracy. • Customer services can not only be satisfied but also enhanced to the extent that one can obtain or cancel a reservation from anywhere. • Managing and maintaining data becomes easier. • Provide convenience to travellers.
  • 6. PROCESS MODEL We have used LINEAR SEQUENTIAL MODEL or WATERFALL MODEL for our system which is a software development model in which development is seen as flowing steadily downwards (like a waterfall) through the phases of requirements analysis, design, implementation, testing .
  • 7. We have used this process model because of the following reasons:- • As our system proceeds from one phase to another in sequential and systematic manner i.e. the phases are well segregated and only after the completion of one phase, the development of software moves to the next phase. • As our system is simple to implement and represents processes which are easy to manage and measure. • All the requirements stated by the user are known before hand and are well understood . • As this is a short duration project.
  • 8. PROJECT SCHEDULING • The degree of rigor is a function of many project characteristics . • Various Task sets are designed to accommodate different types of projects and different degrees of rigor. • Our project is basically a New application development project (NDev.) which is undertaken as a consequence of a specific customer request. • Structured Degree of Rigor- The process framework activities will be applied for this project. Framework activities and related tasks appropriate to the project type will be applied and umbrella activities necessary to ensure high quality will be applied. Software Quality Assurance (SQA), Software Configuration Management (SCM), documentation, and measurement tasks will be conducted in a streamlined manner. Task set selector value for degree of rigor (Structured) 1.0<TSS<3.0
  • 9. COMPUTING THE TASK SET SELECTOR TABLE ADAPTATION CRITERIA GRADE WEIGHT ENTRY POINT MULTIPLIER NDEV. PRODUCT Size of project 2 1.20 1 2.40 Number of users 2 1.10 1 2.20 Business criticality 1 1.10 1 1.10 Longevity 2 0.90 1 1.80 Stability of requirements 2 1.20 1 2.40 Ease of communication 1 0.90 1 0.90 Maturity of technology 0 0.90 1 0.00 Performance constraints 2 0.80 1 1.60 Embedded 2 1.20 1 2.40 Project staffing 1 1.00 1 1.00 Interoperability 0 1.10 1 0.00 Reengineering factors 0 1.20 0 0.00 Task set selector(TSS) 1.32 Task set selector (TSS) = [∑ (Product)]/12] =[15.8/12] = 1.32
  • 10. HARDWARE INTERFACES • Our software is compatible with Microsoft Windows based machines. • The database connectivity requires a hardware configuration with a fast database system running on hard-disk permitting back-up systems to support the primary goal of reliability. • The system must interface with the standard output device, keyboard and mouse to interact with the software.
  • 11. SOFTWARE INTERFACES  FRONT END DESCRIPTION • The Front End for ARS is designed using HTML. The front end contains a very user-friendly interface. • It contains various screens such as - 1. Login 2. Registration 3. Online Reservation 4. Reservation Form 5. Online Transaction 6. Flight Status 7. Web Check-In 8. Cancel Reservation.
  • 12. Screen Name Description Login Allows to login as an administrator or a user. Registration Interface for registering a new member. Online Reservation Allows user to search flights by specifying journey details and accordingly reserve seats. Reservation Form Asks for user details and preferred seat location for booking. Online Transaction Enables the user to make online payment by providing card details. Flight Status Accepts flight details as input and display current status of flight in accordance with them. Web Check-in Allow to acquire a print of boarding pass by verifying reservation details. Cancel Reservation Interface which enables the user to cancel reservation by providing e-ticket number.
  • 21.  BACK END DESCRIPTION • The Back End for ARS is designed using MS Access. This includes passenger, reservation, flights, flight status, account info, web check-in, payment and cancellation relations. • The account info relation contains the information of the users like its valid username and password, first name, last name, email-id, contact no and gender. • The passenger relation will contain unique e-ticket number, first name, last name, gender, D.O.B, seat no, flight no, departure date, e-contact no, booking username. • The flights relation contains the information about all the flights available between different cities such as flight number, the two cities to which the flight connects i.e. the origin and destination, total seats and the days on which it flies.
  • 22. • The web check-in relation includes the e-ticket number corresponding to which the boarding pass has been printed. • The reservation relation will include the e-ticket numbers corresponding to which reservations have been made. • The payment relation contains the transaction Id, the total fare calculated and the username using which the booking was done. • The cancellation relation consists of e-ticket numbers corresponding to which the reservations have been cancelled due to some reasons and the amount refunded to the user. • The flight status relation contains flight no, status, departure date, arrival date, scheduled departure and arrival time and estimated/actual departure and arrival time of different available flights.
  • 23. DATA DICTIONARY SNO. Attributes Data Type Field Length Constraints Description 1 USERNAME Alpha-numeric 20 Primary Key A name that Uniquely identifies each user. 2 PASSWORD Alpha-numeric 20 Not Null Password of the User for secure account. 3 FIRST NAME String 20 Not Null First Name of the User. 4 LAST NAME String 20 Not Null Last Name of the User. 5 GENDER Character 5 Not Null Gender of the User. 6 CONTACT NO. Numeric 20 Not Null Contact Number Of Passenger. 7 E-MAIL ID Alpha-numeric 20 - E -Mail Address Of the User. ACCOUNT INFO
  • 24. PASSENGER SNO. Attributes Data Type Field Length Constraints Description 1 E-TICKET NUMBER Numeric 10 Primary Key Unique Ticket No. generated at the time of reservation. 2 FIRST NAME String 20 Not Null First Name of the Passenger. 3 LAST NAME String 20 Not Null Last Name of the Passenger. 4 GENDER Character 5 Not Null Gender of the Passenger. 5 DOB Numeric 20 Not Null Date of Birth of Passenger . 6 BOOKING_USERN AME Alpha-numeric 20 Foreign Key A unique username under which reservations(s) were made. 7 FLIGHT NUMBER Alpha-numeric 10 Foreign Key Unique Id /No. of a Particular Flight. 8 SEAT NUMBER Integer 3 Not Null Specific number for identification of every seat. 9 DEPARTURE DATE Numeric 20 Not Null Date of Departure of Flight. 10 E-CONTACT NO. Numeric 20 Not Null Emergency Contact Number Of Passenger.
  • 25. RESERVATION SNO. Attributes Data type Field length Constraints Description 1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign Key Unique Ticket No. generated at the time of reservation. FLIGHT SNO. Attributes Data Type Field Length Constraints Description 1 FLIGHT NUMBER Alpha-numeric 10 Primary Key Unique Id /No. of a Particular Flight. 2 ORIGIN String 20 Not Null The Place From Where The Flight Will Depart. 3 DESTINATION String 20 Not Null The Place Where The Flight is Destined to Reach. 4 TOTAL SEATS Numeric 5 Not Null Total No. of Seats in a Particular Flight. 5 DAYS String 10 Not Null Days when the flight departs.
  • 26. WEB CHECK-IN SNO. Attributes Data type Field length Constraints Description 1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign Key Unique Ticket No. generated at the time of reservation. SNO. Attributes Data type Field length Constraints Description 1 TRANSACTION ID Alpha-numeric 20 Primary Key Unique Id generated at the time of payment. 2 BOOKING_USERNA ME Alpha-numeric 20 Foreign Key A unique username under which reservations(s) were made. 3 TOTAL FARE GENERATED Integer 10 Not Null Total Price of the Reservations made. PAYMENT
  • 27. SNO. Attributes Data type Field length Constraints Description 1 E-TICKET NUMBER Numeric 10 Primary Key, Foreign Key Unique Ticket No. generated at the time of reservation. 2 REFUNDED AMOUNT Integer 10 - Amount refunded(if any ) to the user. CANCELLATION SNO. Attributes Data Type Field Length Constraints Description 1 FLIGHT NUMBER Alpha-numeric 10 Primary Key, Foreign Key Unique Id /No. of a Particular Flight. 2 DEPARTURE DATE Numeric 20 Primary Key Date of Departure of Flight. 3 ARRIVAL DATE Numeric 20 Not Null Date of Arrival of Flight. 4 SCHEDULED DEPARTURE TIME Timestamp 10 Not Null Time when the Flight is scheduled to depart. 5 SCHEDULED ARRIVAL TIME Timestamp 10 Not Null Time when the Flight is scheduled to arrive. 6 ESTIMATED /ACTUAL DEPARTURE TIME Timestamp 10 Not Null Time when the Flight is estimated to depart or departed. 7 ESTIMATED /ACTUAL ARRIVAL TIME Timestamp 10 Not Null Time when the Flight is estimated to arrive or arrived. 8 STATUS String 30 Not Null Status of the Flight. FLIGHT STATUS
  • 28. DATA FLOW DIAGRAMS • Data Flow Diagram (DFD) is a graphical representation of the "flow" of data through an information system. A DFD is created to provide an overview of the system. CONTEXT LEVEL DIAGRAM
  • 30. LEVEL -2 DFD OF LOGIN
  • 31. LEVEL -2 DFD OF ONLINE RESERVATION
  • 32. LEVEL -2 DFD OF ONLINE TRANSACTION
  • 33. LEVEL -2 DFD OF WEB CHECK -IN
  • 34. LEVEL -2 DFD OF FLIGHT STATUS
  • 35. LEVEL-2 DFD OF CANCELLATION
  • 36. FUNCTION POINT METRICS Information Weighting Factor Domain Value Count Average Number of external inputs 45 X 4 = 180 Number of external outputs 10 X 5 = 50 Number of external inquiries 3 X 4 = 12 Number of internal logical files 1 X 10 = 10 Number of external interfaces 1 X 7 = 7 Count total------------------------------------------------------------------------------> 259 Function-point (FP) metric can be used effectively as a means for measuring the functionality delivered by a system. ∑ (Fi) = (2+2+0+0+2+4+2+2+0+0+2+2+2+0) = 20 FP = count total x [0.65+0.01 x ∑ (Fi)] = 220.15
  • 37. EFFORT ESTIMATION The COCOMO model or the Constructive Cost Model is a method for evaluating and estimating the cost /effort of software development product based on inputs relating to the size of the software and a number of scale factors that effect productivity. COMPLEXITY WEIGHTING TABLE OBJECT TYPE NUMBER OF INSTANCES COMPLEXITY WEIGHT: MEDIUM Screens 8 X 2 16 Reports 1 X 5 5 Objects Point (Total) 21
  • 38. NOP = (Object points) x [(100-%reuse)/100] [NOP = new object points] = 21 x [(100-0)/100] [%reuse = 0] = 21 x 1 =21 PRODUCTIVITY RATES TABLE The Productivity rate for different levels of developer experience and development environment maturity is Low that is 7. Estimated effort = NOP/PROD = 21/7 = 3 person-month Developer’s experience/capability Low Environment maturity/capability Low PROD 7
  • 39. RISK ANALYSIS • A risk analysis is a series of steps that help a software team to understand and manage uncertainty. • A risk is a potential problem which should be identified, its probability of occurrence should be assessed, its impact should be estimated and a contingency plan should be prepared. DEVELOPING A RISK TABLE RISK NAME CATEGORY PROBABILITY IMPACT Staff inexperienced ST 50% 3 Delivery deadline will be tightened BU 60% 3 Customer will change requirements PS 20% 3
  • 40. WHITE- BOX TESTING White-box testing, sometimes called glass-box testing is a test case design method that uses the control structure of the procedural design to derive test cases. ALGORITHM FOR LOGIN SCREEN 1. Identify role. 2. If role = administrator and username and password are valid Then 3. Proceed to administrator functions Else 4. If role = user and username and password are valid Then 5. Proceed to either online reservation screen or cancel reservation screen or Flight status screen Else 6. Display error message 7. Else If user has no account and registration details entered are valid Then 8. Create account and then login Else 9. Display error message and enter the details again
  • 41. FLOW CHART OF LOGIN SCREEN
  • 42. FLOW GRAPH OF LOGIN SCREEN
  • 43. CYCLOMATIC COMPLEXITY 1. Number of regions of flow graph = 6 2. V (G) = E-N+2 [where E = no. of edges, N = no. of nodes] = 15-11+2 [where E = 15, N = 11] = 6. 3. V (G) = P+1 [where P = predicate nodes] = 5+1 [where P = 5(1, 2, 3, 6, 10)] = 6 Therefore, the Cyclomatic Complexity of the flow graph is 6.
  • 44. TEST CASES Test case ID Input value Actual output Expected output 1. For user Username U Password xxxxxx (valid input) To be observed after execution Proceed to online reservation or cancel reservation or flight status. 2. For user Username U Password xxxxxx (invalid input) To be observed after execution Display error message and login again. 3. For administrator Username U Password xxxxxx (valid input) To be observed after execution Proceed to administrator functions. 4. For administrator Username U Password xxxxx (invalid input) To be observed after execution Display error message and login again. 5. For new user Enter Registration details (valid input) To be observed after execution Account created and proceed to login. 6. For new user Enter details (Invalid input) To be observed after execution Display error message.
  • 45. BIBLIOGRAPHY  Software Engineering - A Practitioner's Approach by R. S. Pressman, McGraw-Hill, Ed-7, 2010.  An Integrated Approach to Software Engineering by P. Jalote, Narosa Publishing House, Ed-3, 2011.