You are on page 1of 50

COMPUTER APPLICATION PROJECT

ON

THE CLASSICO HOTEL

Submitted in Partial Fulfillment for the award of the degree

Of

Bachelor of Business Administration

PROJECT SUPERVISOR: SUBMITTED BY:


Ms. Anisha Tandon Dhruv Sharma(01421401716)
DhairyaBawa(01321401716)
Saiyam Huria(042214017116)

Jagannath International Management School, VasantKunj, Delhi.


(Affiliated to Guru Gobind Singh Indraprastha University)

1
ACKNOWLEDGEMENT

First of all we would like to thank to our Faculty coordinator “Ms. Anisha tandon”, who

give me the valuable suggestion for our project.The success of this final report is the outcome

of Guidance and Valuable suggestions provided by the all concerned without which the

report could not fide on the right back.

We also like to express our sense of deep gratitude to “Mr. Pramod kumar pandey” for

inclusions and timely suggestions in the preparation of this final report.

Name: Dhruv Sharma( (01421401716)


Dhairya Bawa (01321401716)
SaiyamHuria(04221401716)

2
DECLARATION

We hereby declare that this Project Report titled “THE CLASSICO HOTEL” submitted by

us to Jagannath International Management School, Vasant Kunj is a bonafide work

undertaken by us and has not been submitted to any other University or Institution for the

award of any degree diploma / certificate or published any time before.

Dhruv Sharma (01421401716)


Dhairya Bawa (01321401716)
SaiyamHuria (04221401716)

3
CERTIFICATE

This is to certify that the project titled “THE CLASSICO HOTEL” submitted by Dhruv

Sharma, Dhairya Bawa and Saiyam Huria student of BBA Semester-V in Jagannath

International Management School, Vasant Kunj for the partial fulfilment of the requirement

of the Bachelor of Business Administration, embodies the bonafide work done by them under

my supervision.

I also declare that this project is a result of his effort and no part of this project work has

been published earlier for any degree or diploma for any institute or university.

PROJECT GUIDE
Ms. Anisha Tandon
(Assistant Professor)

4
TABLE OF CONTENTS

S No Topic Page No
1 CHAPTER - 1 INTRODUCTION
1.1. ABOUT THE WEBSITE 1-3
1.2. PROBLEM STATEMENT
1.3. OBJECTIVE

2 CHAPTER – 2 SYSTEM SPECIFICATIONS


2.1. HARDWARE REQUIREMENTS 4-5
2.2. SOFTWARE REQUIREMENTS
3 CHAPTER – 3 SYSTEM DESIGN
3.1.ARCHITECTURAL DESIGN 6-11
3.2 DIAGRAM

4 CHAPTER – 4 CODING AND IMPLEMENTATION

4.1. HTML SCREENSHOT&CODE 12-61


5 CHAPTER - 5 SYSTEM TESTING
5.1 TESTING METHODOLOGY 62-68
6 CHAPTER - 6 SYSTEM MAINTAINENCE
6.1. MAINTAINENCE Model 69-70
7 CHAPTER – 7 CONCLUSION 71
BIBILIOGRAPHY

5
CHAPTER-1
INTRODUCTION

6
1.1 ABOUT THE WEBSITE

The hotel CLASSICO is situated in outskirts of Goa and is a few kms away from Panaji
airport. Surrounded by pristine forests and each room offers a panaromic view.

The interiors are a contemporary interpretation .The hotel is also equipped with state of the
art clean air technology which promises air quality on par with global standards.

The hotel has 140 rooms and suites with authentic furnishings and handpicked artwork. All
rooms and suites feature large picture windows which frame unmatched views of exotic
beaches. All accommodation radiates luxury. From the rich polished teakwood floors to the
spacious walk-in closets, magnificent Italian marble bathrooms and oak wood desks. Each
room also has comfortable seating and complimentary high speed Internet. In case you
hunger for a gourmet midnight snack, we offer 24 hour in room dining and have 24 hour
butlers waiting to serve you.

Our Resort include the completely redesigned 4 speciality restaurants, serving breakfast,
lunch and dinner. KhanaKhazana is the authentic speciality Indian restaurant, the rooftop
Chinese restaurant Shanghai Wong ,Italian restaurant ,The Florence and Continental
restaurant ,The Orient Express. There is also a new open-air rooftop bar, Hinglish.

Enoteca, the temperature controlled wine cellar at the lobby level offers a specially curated
selection of fine wines and champagnes.

The 24 hour Business Centre has 6 meeting rooms and two private offices, equipped with the
latest technology.

Wellness facilities include The Classico Spa, heated indoor and outdoor swimming pools and
a 24 hour fitness centre.

7
1.2 PROBLEM STATEMENT

1: Not Optimised Website

It is not adequate for a hotel to just have a website and expect to get direct bookings.
The playing field has changed quickly with technology and the competition is getting
stronger across many different channels. We still see sites without a proper promotions
page, too many exit links to other sites, not optimised for all devices(responsive), not
rewarding guests booking on their website, or not promoting their unique points of
difference. Having a defined12month online marketing strategy can make all the
difference and ensure you get the most out of your website investment.

2: Dismissing Online Reputation

Nowadays, it is impossible to dismiss the overwhelming power and influence of social


media. It is important to track what guests are saying online about your products and
services and understand how guests are comparing you to your competitors. It is also
important to ensure that you deliver and grow your guest testimonials through your
own website and email engagement pre and post stay.

3: Not Focusing on Costs

Selling these days is not just about revenue. Not every piece of business is worth it. It
is better to value add than discount and it is important to continue to focus on your
ideal guest profile to ensure you attract the right demographic. Attracting a lower cost
one could alter the overall guest balance in the long run. There are many ways
to promote special offers and the tone, language and design of your offers will make a
huge difference to the response you get.

4: No Proper Data and Analysis

It is increasingly important to have an intrinsic awareness of your dat a and to continue


to focus energy and marketing budgets where you are achieving the most positive
results. We are privileged to work with many dynamic owners and marketing agents
and have witnessed first hand what works and what doesn't. We love stats and
creating results.

1.3 OBJECTIVE
 To provide a platform to manage on-desk and online bookings
 To display organized information of hotel, prices and pictures.

8
 To add multiple rooms to the system.
 To change prices of hotel rooms when needed.
 View of availability of rooms in real time.
 Store customer information which can be accessed anytime.
 A user-friendly interface for customers for the easy booking process.
 To provide a secure payment gateway for online transaction

9
CHAPTER – 2
SYSTEM
SPECIFICATION

10
2.1 HARDWARE REQUIREMENTS:

 RAM 4GB
● HARD DISK 512 MB
● COMPUTER HARDWARE
1. MONITOR
2. KEYBOARD
3. CENTRAL PROCESSING UNIT
● I3 PROCESSOR AND 8TH GENERATION

2.2 SOFTWARE REQUIREMENTS

● OPERATING SOFTWARE
1. WINDOWS

● BROWSERS
1. MOZILLA FIREFOX
2. GOOGLE CHROME
3. MICROSOFT INTERNET EXPLORER

HTML

Hypertext Markup Language (HTML) is the standard markup language for creating web
pages and web applications. WithCascading Style Sheets (CSS) and JavaScript it forms a
triad of cornerstone technologies for the World Wide Web. Web browsersreceive HTML
documents from a web server or from local storage and render them into multimedia web
pages.
HTML describes the structure of a web page semantically and originally included cues for the
appearance of the document.
HTML elements are the building blocks of HTML pages. With HTML
constructs, images and other objects, such as interactive forms,may be embedded into the
rendered page. It provides a means to create structured documents by denoting
structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
HTML elements are delineated by tags, written using angle brackets. Tags such
as <img/> and <input /> introduce content into the page directly. Others such
as <p>...</p> surround and provide information about document text and may include

11
other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret
the content of the page.
HTML can embed programs written in a scripting language such as JavaScript which affect
the behavior and content of web pages. Inclusion of CSS defines the look and layout of
content. The World Wide Web Consortium (W3C), maintainer of both the HTML and the
CSS standards, has encouraged the use of CSS over explicit presentational HTML since
1997.

NOTEPAD

Notepad is a simple text editor for Microsoft Windows and a basic text-editing program
which enables computer users to create documents. It was first released as a mouse-
based MS-DOS program in 1983, and has been included in all versions ofMicrosoft
Windows since Windows 1.0 in 1985. Notepad is a common text-only (plain text) editor. The
resulting files—typically saved with the .txt extension—have no format tags or styles,
making the program suitable for editing system files to use in a DOS environment and,
occasionally, source code for latercompilation or execution, usually through a command
prompt. It is also useful for its negligible use of system resources; making for quick load time
and processing time, especially on under-powered hardware. Notepad supports both left-to-
right and right-to-left based languages. Unlike WordPad, Notepad does not
treat newlines in Unix- or classic Mac OS-style text files correctly. Notepad offers only the
most basic text manipulation functions, such as finding text. Only newer versions of
Windows include an updated version of Notepad with a search and replace function.
However, it has much less functionality in comparison to full-scale editors.
In all versions of Windows, Notepad uses a built-in window class named EDIT and the
maximum file size that Notepad can open is dependent on operating system limitations on the
size of the EDIT window class, with the limit being different for each version of Windows.

12
CHAPTER 3:
SYSTEM
DESIGN

13
Systems design is the process of defining the architecture, modules, interfaces, and data for
a system to satisfy specified requirements. Systems design could be seen as the application
of systems theory to product development. There is some overlap with the disciplines
of systems analysis, systems architecture and systems engineering.

If the broader topic of product development "blends the perspective of marketing, design, and
manufacturing into a single approach to product development,"[3] then design is the act of
taking the marketing information and creating the design of the product to be manufactured.
Systems design is therefore the process of defining and developing systems to satisfy
specified requirements of the user.
Until the 1990s, systems design had a crucial and respected role in the data
processing industry. In the 1990s, standardization of hardware and software resulted in the
ability to build modular systems. The increasing importance of software running on generic
platforms has enhanced the discipline of software engineering.

Architectural design
The architectural design of a system emphasizes the design of the systemarchitecture that
describes the structure, behavior and more views of that system and analysis.
Logical design
The logical design of a system pertains to an abstract representation of the data flows, inputs
and outputs of the system. This is often conducted via modelling, using an over-abstract (and
sometimes graphical) model of the actual system. In the context of systems, designs are
included. Logical design includesentity relationship (ER diagrams).
Physical design
The physical design relates to the actual input and output processes of the system. This is
explained in terms of how data is input into a system, how it is verified/authenticated, how it
is processed, and how it is displayed. In physical design, the following requirements about
the system are decided.

1. Input requirement,
2. Output requirements,
3. Storage requirements,
4. Processing requirements,
5. System control and backup or recovery.
Put another way, the physical portion of system design can generally be broken down into
three sub-tasks:

1. User Interface Design


2. Data Design
3. Process Design

14
User Interface Design is concerned with how users add information to the system and with
how the system presents information back to them. Data Design is concerned with how the
data is represented and stored within the system. Finally, Process Design is concerned with
how data moves through the system, and with how and where it is validated, secured and/or
transformed as it flows into, through and out of the system. At the end of the system design
phase, documentation describing the three sub-tasks is produced and made available for use
in the next phase.
Physical design, in this context, does not refer to the tangible physical design of an
information system. To use an analogy, a personal computer's physical design involves input
via a keyboard, processing within the CPU, and output via a monitor, printer, etc. It would
not concern the actual layout of the tangible hardware, which for a PC would be a monitor,
CPU, motherboard, hard drive, modems, video/graphics cards, USB slots, etc. It involves a
detailed design of a user and a product database structure processor and a control processor.
The H/S personal specification is developed for the proposed system.
System design is the phase that bridges the gap between problem domain and the existing
system in a manageable way. This phase focuses on the solution domain, i.e. “how to
implement?”
It is the phase where the SRS document is converted into a format that can be implemented
and decides how the system will operate.
In this phase, the complex activity of system development is divided into several smaller
sub-activities, which coordinate with each other to achieve the main objective of system
development.

Inputs to System Design


System design takes the following inputs −

15
 Statement of work
 Requirement determination plan
 Current situation analysis
 Proposed system requirements including a conceptual data model, modified DFDs,
and Metadata (data about data).
Outputs for System Design
System design gives the following outputs −
 Infrastructure and organizational changes for the proposed system.
 A data schema, often a relational schema.
 Metadata to define the tables/files and columns/data-items.
 A function hierarchy diagram or web page map that graphically describes the
program structure.
 Actual or pseudocode for each module in the program.
 A prototype for the proposed system

16
3.2 DIAGRAM

17
18
CHAPTER-4
CODING &
SCREENSHOTS

19
Screenshot-1 HOME

20
Coding-1
<html>

<head>

<title>

home

</title>

<CENTER>

<style type="text/css">

.style1

background-color: #FFFF00;

</style>

</head>

<body>

<!-- ImageReady Slices (banner_1 copy.jpg) -->

<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"


cellspacing="0">

<tr>

<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">

<tr>

<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"


border="0"></a>

<td><imgsrc="banner_04.png" width="12" height="32">

<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"


border="0"></a>

<td><imgsrc="banner_06.png" width="15" height="32">

21
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"
border="0"></a>

<td><imgsrc="banner_06.png" width="15" height="32">

<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"


border="0"

<td><imgsrc="banner_08.png" width="10" height="32">

<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"


border="0"></a>

<td><imgsrc="banner_10.png" width="14" height="32">

<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"


border="0" ></a>

</table>

<!-- End ImageReady Slices -->

<Table border=1 height=521 width=1084>

<th background="restaurantt.jpg" length=50 width=36><font color=Red size=5>Best


Infrastructure</font>

<th background="lounge.jpg" length=500 style="width: 355px"><font color=Red


size=5>Worldclass Lobby</font>

<th background="reception.jpg" length=500 style="width:341px"><font color=Red


size=5>24x7 Desk</font>

<tr>

<th background="rooms.jpg" length=500 width=366 height="250"><font color=Red


size=5>Spacious Rooms</font>

<th background="beach 2.jpg" length=500 style="width: 362px" height="213"><font


color=Red size=5>Best Locality</font>

<th background="hhh.jpg" length=500 style="width: 341px" height="250"><font color=Red


size=5>Tosique</font>

</table>

22
</body>

</html>

23
Screenshot-2 ABOUT US

Coding-2
<html
>
<head>
<title>
home
</title>

24
<CENTER>
</head>
<body>
<!-- ImageReady Slices (banner_01.jpg) -->
<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">
<tr>
<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"
border="0"></a>
<td><imgsrc="banner_04.png" width="12" height="32">
<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"
border="0"
<td><imgsrc="banner_08.png" width="10" height="32">
<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"
border="0"></a>
<td><imgsrc="banner_10.png" width="14" height="32">
<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"
border="0" ></a>
</table>
<!-- End ImageReady Slices -->
<font color=red size=6><marquee bgcolor=yellow>ABOUT
US...</marquee></font><p>
<font size=5 color=black>The hotel CLASSICO is situated in outskirts of Goa and is
a few kms away from Panaji airport. Surrounded by pristine forests and each room
offers a panaromic view. The interiors are a contemporary interpretation .The hotel is
also equipped with state of the art clean air technology which promises air quality on
par with global standards. The hotel has 140 rooms and suites with authentic
furnishings and handpicked artwork. All rooms and suites feature large picture
windows which frame unmatched views of exotic beaches. All accommodation
radiates luxury. From the rich polished teakwood floors to the spacious walk-in
closets, magnificent Italian marble bathrooms and oak wood desks. Each room also
has comfortable seating and complimentary high speed Internet. In case you hunger
for a gourmet midnight snack, we offer 24 hour in room dining and have 24 hour
butlers waiting to serve you.
Our Resort include the completely redesigned 4 speciality restaurants, serving
breakfast, lunch and dinner. KhanaKhazana is the authentic speciality Indian
restaurant, the rooftop Chinese restaurant Shanghai Wong ,Italian restaurant ,The

25
Florence and Continental restaurant ,The Orient Express. There is also a new open-air
rooftop bar, Hinglish Enoteca, the temperature controlled wine cellar at the lobby
level offers a specially curated selection of fine wines and champagnes.<br>
The 24 hour Business Centre has 6 meeting rooms and two private offices, equipped
with the latest technology. <br>
Wellness facilities include The Classico Spa, heated indoor and outdoor swimming
pools and a 24 hour fitness centre.<br>
<br>
FOR FURTHER QUERIES CONTACT:-<br>
DHAIRYA-9717767901 <br>
DHRUV-9971710464 <br>
<img border="0" src="90.JPG" width="400" height="251">
<img border="0" src="r1.JPG" width="400" height="251">

</p>

26
Screenshot-3 GALLERY

Coding-3
<html
>
<head>
<title>
home
</title>

27
<CENTER>
<style type="text/css">
.style1
{
background-color: #FFFF00;
}
</style>
</head>
<body>
<!-- ImageReady Slices (banner_1 copy.jpg) -->
<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">
<tr>
<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"
border="0"></a>
<td><imgsrc="banner_04.png" width="12" height="32">
<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"
border="0"
<td><imgsrc="banner_08.png" width="10" height="32">
<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"
border="0"></a>
<td><imgsrc="banner_10.png" width="14" height="32">
<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"
border="0" ></a>
</table>
<!-- End ImageReady Slices -->
<table border=10 bgcolor=F1D9BB width=1000>
<td><imgsrc="ty.jpg" width=200 height=200>
<td><imgsrc="67.jpg" width=200 height=200>
<td><imgsrc="89.jpg" width=200 height=200>
<td><imgsrc="56.jpg" width=200 height=200>
<td><imgsrc="w.jpg" width=200 height=200>
<tr>
<td><imgsrc="e.jpg" width=200 height=200>

28
<td><imgsrc="z5.jpg" width=200 height=200>
<td><imgsrc="g.jpg" width=200 height=200>
<td><imgsrc="z4.jpg" width=200 height=200>
<td><imgsrc="35.jpg" width=200 height=200>
<tr>
<td><imgsrc="i.jpg" width=200 height=200>
<td><imgsrc="d.jpg" width=200 height=200>
<td><imgsrc="k.jpg" width=200 height=200>
<td><imgsrc="l.jpg" width=200 height=200>
<td><imgsrc="z3.jpg" width=200 height=200>
<tr>
<td><imgsrc="z2.png" width=200 height=200>
<td><imgsrc="dr.jpg" width=200 height=200>
<td><imgsrc="y.jpg" width=200 height=200>
<td><imgsrc="rt.jpg" width=200 height=200>
<td><imgsrc="re.jpg" width=200 height=200>
<tr>
<td><imgsrc="z.jpg" width=200 height=200>
<td><imgsrc="z7.jpg" width=200 height=200>
<td><imgsrc="z8.jpg" width=200 height=200>
<td><imgsrc="z9.jpg" width=200 height=200>
<td><imgsrc="z10.jpg" width=200 height=200>
</table>
<font color="white">
</body>
</html>

29
Screenshot-4 FACILITIES

Coding-4
<html>

<head>
<title>
home
</title>

30
<CENTER>
</head>
<body>
<!-- ImageReady Slices (banner.png) -->
<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">
<tr>
<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"
border="0"></a>
<td><imgsrc="banner_04.png" width="12" height="32">
<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"
border="0"
<td><imgsrc="banner_08.png" width="10" height="32">
<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"
border="0"></a>
<td><imgsrc="banner_10.png" width="14" height="32">
<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"
border="0" ></a>
</table>
<!-- End ImageReady Slices -->
</center>
<br>
<font color=Red size=7><marquee bgcolor=yellow>Facilities</marquee></font>
<br>
<font size=6>
<b>The hotel is equiped with state of the art infrastructure, such as :-<imgsrc="abc.png"
align=right width="611" height="366">
<br><br>
Conference Room<br>
Internet Connectivity<br>
Cable Telivision<br>
Gymnasium, Spa and Swimming Pools<br>
24 hour room service<br>
Transportation in Deluxe and Semi-Deluxe Vehicles, etc<br>

31
<br></font></b>

32
Screenshot-5 ROOMS

Coding-5
<html
>
<head>
<title>home
</title>
<link rel="stylesheet" type="text/css" href="css files\A.css">
<CENTER>

33
</head>
<body>
<!-- ImageReady Slices (banner.png) -->
<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">
<tr>
<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"
border="0"></a>
<td><imgsrc="banner_04.png" width="12" height="32">
<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"
border="0"
<td><imgsrc="banner_08.png" width="10" height="32">
<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"
border="0"></a>
<td><imgsrc="banner_10.png" width="14" height="32">
<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"
border="0" ></a>
</table>
<!-- End ImageReady Slices -->
<table border=10 bgcolor=F1D9BB width=1000>
<thcolspan="3"><center> Room Categories
<tr>
<th><imgsrc="rooms.jpg" length=200 width=200>
<td>Standard Rooms
<td>Rs.8,000.00 per day
<tr>
<th><imgsrc="r2.jpg" length=200 width=200>
<td>Superior Rooms
<td>Rs. 10,000.00 per day
<tr>
<th><imgsrc="r60.jpg" length=200 width=200>
<td>Deluxe Room
<td>Rs. 15,000.00 per day
<tr>

34
<th><imgsrc="r4.jpg" length=200 width=200>
<td> Junior Suites
<td>Rs. 20,000.00 per day
<tr>
<th><imgsrc="r45.jpg" length=200 width=200>
<td>Presidential Suites
<td>Rs. 30,000.00 per day
<tr>
</table><br>
</body>
</html>

35
SCREENSHOT-6 BOOKING

CODING-6
Coding:-

<html
>
<head>
<title>home
</title>
<CENTER>
</head>
<body>
<!-- ImageReady Slices (banner.png) -->
<table id="Table_01" width="1168" height="183" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="12"><imgsrc="banner_01.jpg" width="1168" height="151">
<tr>
<td><a href="home.html"><imgsrc="banner_03.png" width="79" height="32"
border="0"></a>
<td><imgsrc="banner_04.png" width="12" height="32">
<td><a href="about us.html"><imgsrc="banner_13.png" width="139" height="32"
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="gallery.html"><imgsrc="banner_05.png" width="140" height="32"

36
border="0"></a>
<td><imgsrc="banner_06.png" width="15" height="32">
<td><a href="facilities.html"><imgsrc="banner_11.png" width="177" height="32"
border="0"
<td><imgsrc="banner_08.png" width="10" height="32">
<td><a href="rooms.html"><imgsrc="banner_09.png" width="128" height="32"
border="0"></a>
<td><imgsrc="banner_10.png" width="14" height="32">
<td><a href="booking.html"><imgsrc="banner_07.png" width="139" height="32"
border="0" ></a>
</table>
<br>
<br>
<br>
<!-- End ImageReady Slices -->
<table border=5 bgcolor=F1D9BB width=1000>
<form action="next.php" method="post">
<tr>
<td>Name
<td>
<INPUT TYPE="TEXT" SIZE="32" name="name" placeholder="enter your name">
<tr>
<td>Address
<td>
<TEXTAREA ROWS="2" name="add" placeholder="enter your
address"></TEXTAREA>
<tr>
<tr>
<td>E-mail ID
<td>
<INPUT TYPE="TEXT" SIZE="32" placeholder="enter your email" name="mail">
<tr>
<td>Phone No.
<td>
<INPUT TYPE="TEXT" SIZE="15" placeholder="enter your number"
name="number">
<tr>
<td>Room Requirement
<td>
<SELECT name="room">
<OPTION value="">-select-
<OPTION value="1">1

37
<OPTION value="2">2
<OPTION value="3">3
<OPTION value="4">4
<OPTION value=">4">>4
</SELECT>
<tr>
</table>
<br>
<br>
<CENTER><INPUT TYPE="Submit" Value="Submit"
id="thanks.html"></CENTER>
</font>
</body>
</html>

38
CHAPTER 5:
SYSTEM
TESTING

39
5.1 SYSTEM TESTING
System Testing is the testing of a complete and fully integrated software product. Usually
software is only one element of a larger computer based system. Ultimately, software is
interfaced with other software/hardware systems.System Testing is actually a series of
different tests whose sole purpose is to exercise the full computer based system. System test
falls under the black box testing category of software testing.

White box testing is the testing of the internal workings or code of a software application. In
contrast, black box or System Testing is the opposite. System test involves the external
workings of the software from the user's perspective.

System Testing involves testing the software code for following

 Testing the fully integrated applications including external peripherals in order to


check how components interact with one another and with the system as a whole. This
is also called End to End testing scenario..
 Verify thorough testing of every input in the application to check for desired outputs.
 Testing of the user's experience with the application. .

That is a very basic description of what is involved in system testing. You need to build
detailed test cases and test suites that test each aspect of the application as seen from the
outside without looking at the actual source code.

Software Testing Hierarchy

As with almost any technical process, software testing has a prescribed order in which things
should be done. The following is a list of software testing categories arranged in
chronological order. These are the steps taken to fully test new software in preparation for
marketing it:

 Unit testing - testing performed on each module or block of code during


development. Unit Testing is normally done by the programmer who writes the code.

 Integration testing - testing done before, during and after integration of a new
module into the main software package. This involves testing of each individual code
module. One piece of software can contain several modules which are often created
by several different programmers. It is crucial to test each module's effect on the
entire program model.

40
 System testing - testing done by a professional testing agent on the completed
software product before it is introduced to the market.

 Acceptance testing - beta testing of the product done by the actual end users.

Different Types of System Testing

There are more than 50 types of System Testing. For an exhaustive list of software testing
types . Below we have listed types of system testing a large software development company
would typically use

1. Usability Testing - Usability Testing mainly focuses on the user's ease to use the
application, flexibility in handling controls and ability of the system to meet its
objectives

2. Load Testing - Load Testing is necessary to know that a software solution will
perform under real-life loads.

3. Regression Testing- - Regression Testing involves testing done to make sure none of
the changes made over the course of the development process have caused new bugs.
It also makes sure no old bugs appear from the addition of new software modules over
time.

4. Recovery Testing - Recovery testing is done to demonstrate a software solution is


reliable, trustworthy and can successfully recoup from possible crashes.

5. Migration Testing - Migration testing is done to ensure that the software can be
moved from older system infrastructures to current system infrastructures without any
issues.

6. Functional Testing - Also known as functional completeness testing, Functional


Testinginvolves trying to think of any possible missing functions. Testers might make

41
a list of additional functionalities that a product could have to improve it during
functional testing.

7. Hardware/Software Testing - IBM refers to Hardware/Software testing as "HW/SW


Testing". This is when the tester focuses his/her attention on the interactions between
the hardware and software during system testing.

There are over 50 different types of system testing. The specific types used by a tester depend
on several variables. Those variables include:

 Who the tester works for - This is a major factor in determining the types of system
testing a tester will use. Methods used by large companies are different than that used
by medium and small companies.
 Time available for testing - Ultimately, all 50 testing types could be used. Time is
often what limits us to using only the types that are most relevant for the software
project.
 Resources available to the tester - Of course some testers will not have necessary
resources to conduct a testing type. For example if you are a tester working for a large
software development firm, you are likely to have expensive automated testing
software not available to others.
 Software Tester's Education - There is a certain learning curve for each type of
software testing available. To use some of the software involved, a tester has to learn
how to use it.
 Testing Budget - Money becomes a factor not just for smaller companies and
individual software developers but large companies as well.

42
CHAPTER 6:
MAINTENANCE
MODEL

43
6.1 SYSTEM MAINTAINENCE
The results obtained from the evaluation process help the organization to determine whether
its informationsystems are effective and efficient or otherwise. The process of monitoring,
evaluating, and modifying of existing information systems to make required or desirable
improvements may be termed as System Maintenance.
System maintenance is an ongoing activity, which covers a wide variety of activities,
including removing program and design errors, updating documentation and test data and
updating user support. For the purpose of convenience, maintenance may be categorized into
three classes, namely:
i) Corrective Maintenance: This type of maintenance implies removing errors in a program,
which might have crept in the system due to faulty design or wrong assumptions. Thus, in
corrective maintenance, processing or performance failures are repaired.
ii) Adaptive Maintenance: In adaptive maintenance, program functions are changed to
enable the information system to satisfy the information needs of the user. This type of
maintenance may become necessary because of organizational changes which may include:
a) Change in the organizational procedures,
b) Change in organizational objectives, goals, policies, etc.
c) Change in forms,
d) Change in information needs of managers.
e) Change in system controls and security needs, etc.
iii)Perfective Maintenance: Perfective maintenance means adding new programs or
modifying the existing programs to enhance the performance of the information system. This
type of maintenance undertaken to respond to user’s additional needs which may be due to
the changes within or outside of the organization. Outside changes are primarily
environmental changes, which may in the absence of system maintenance, render the
information system ineffective and inefficient. These environmental changes include:
a) Changes in governmental policies, laws, etc.,
b) Economic and competitive conditions, and
c) New technology.

6.2 SOFTWARE MANTAINANCE

What is Software Maintenance?


After completing the hectic and time consuming process of developing and testing a software
application, taking measures to ensure its maintenance is quite sensible and important.
Nowadays, software maintenance is widely accepted as part of Software Development Life
Cycle (SDLC). It is the process of modifying and updating software application after its
delivery to improve its performance, correct any new defects and adapt the product according
to the modified environment. The purpose of software maintenance is to preserve the value of
software over time, which can accomplished by:

 Expanding the customer base.

44
 Enhancing software’s capabilities.

 Omitting obsolete capabilities.

 Employing newer technology.

Challenges in Software Maintenance:


Maintaining software is though considered essential these days, it is not a simple procedure
and entails extreme efforts. The process requires knowledgeable experts who are well versed
in latest software engineering trends and can perform suitable programming and testing.
Furthermore, the programmers can face several challenges while executing software
maintenance which can make the process time consuming and costly. Some of the challenges
encountered while performing software maintenance are:

 Finding the person or developer who constructed the program can be difficult and
time consuming.

 Changes are made by an individual who is unable to understand the program clearly.

 The systems are not maintained by the original authors, which can result in confusion
and misinterpretation of changes executed in the program.

 Information gap between user and the developer can also become a huge challenge in
software maintenance.

 The biggest challenge in software maintenance is when systems are not designed for
changes.

Process of Software Maintenance:


Software Maintenance is an important phase of Software Development Life Cycle (SDLC),
and it is implemented in the system through a proper software maintenance process, known
as Software Maintenance Life Cycle (SMLC). This life cycle consists of seven different
phases, each of which can be used in iterative manner and can be extended so that customized
items and processes can be included. These seven phases of Software Maintenance process
are:

1. Identification Phase:

In this phase, the requests for modifications in the software are identified and
analysed. Each of the requested modification is then assessed to determine and
classify the type of maintenance activity it requires. This is either generated by the
system itself, via logs or error messages, or by the user.

45
2. Analysis Phase:

The feasibility and scope of each validated modification request are determined and a
plan is prepared to incorporate the changes in the software. The input attribute
comprises validated modification request, initial estimate of resources, project
documentation, and repository information. The cost of modification and maintenance
is also estimated.

3. Design Phase:

The new modules that need to be replaced or modified are designed as per the
requirements specified in the earlier stages. Test cases are developed for the new
design including the safety and security issues. These test cases are created for the
validation and verification of the system.

4. Implementation Phase:

In the implementation phase, the actual modification in the software code are made,
new features that support the specifications of the present software are added, and the
modified software is installed. The new modules are coded with the assistance of
structured design created in the design phase.

5. System Testing Phase:

Regression testing is performed on the modified system to ensure that no defect, error
or bug is left undetected. Furthermore, it validates that no new faults are introduced in
the software as a result of maintenance activity. Integration testing is also carried out
between new modules and the system.

6. Acceptance Testing Phase:

Acceptance testing is performed on the fully integrated system by the user or by the
third party specified by the end user. The main objective of this testing is to verify
that all the features of the software are according to the requirements stated in the
modification request.

7. Delivery Phase:

Once the acceptance testing is successfully accomplished, the modified system is


delivered to the users. In addition to this, the user is provided proper consisting of
manuals and help files that describe the operation of the software along with its
hardware specifications. The final testing of the system is done by the client after the
system is delivered.

46
Software Maintenance Models
To overcome internal as well as external problems of the software, Software maintenance
models are proposed. These models use different approaches and techniques to simplify the
process of maintenance as well as to make is cost effective. Software maintenance models
that are of most importance are:

Quick-Fix Model:
This is an ad hoc approach used for maintaining the software system. The objective of this
model is to identify the problem and then fix it as quickly as possible. The advantage is that it
performs its work quickly and at a low cost. This model is an approach to modify the
software code with little consideration for its impact on the overall structure of the software
system.

47
48
CHAPTER-7
CONCLUSION

49
THE CLASSICO HOTEL.COM is a website which contains information about The Classico
Hotel &amp; it initiates the objective of providing the hospitality. The software is built with
all options such as search option &amp; other information like prices and availability rooms.
All the requirements specified during the analysis and design phase are fully met, thus
resulting in the formation of good software.

The interface provided is very user friendly and flexible for all times.

This software prepared is by using the RAD model. This project report have the main
emphasis on the information about the Hotel. It will help the customer or user to get the
information about the specified things.

This software is easy to access, and have provided with the features to use earily.

50

You might also like