SlideShare a Scribd company logo
1 of 81
Download to read offline
A PROJECT PRESENTATION
ON
ONLINE MOVIE TICKET BOOKING SYSTEM
Developed By :
Chirag Modi - 13084231061
Paresh Patel - 13084231165
M.Sc.(CA & IT) - III Sem.
Group No. - 03
Internal Guide By :
Mrs.Krupa Bhavsar
Submitted To :
Department Of Computer Science
Project Title Online Movie Ticket Booking System
Objective Booking Tickets for movies in various Theaters by the Users.
Platform Web base Application
Front End ASP.NET with C# (.NET Framework 3.5)
Back End Microsoft SQL Server 2005
Other Tools Microsoft Office 2007, Adobe Photoshop 6.0
Developed By Modi Chirag A. 13084231061
Patel Paresh N. 13084231165
Time Duration 90 Days
Submitted To Department Of Computer Science
PROJECT PROFILE
EXISTING SYSTEM
 Manual
 Time consuming
 Dependent on employee
Insecurity
NEED FOR NEW SYSTEM
 Computerized
 Time saving
 Independent of employee
 Security
ADMIN :
In this module The Administrator is maintain the user Details, Movie details,
Theater details and Check the number of seats available.
BOOKING TICKETS :
In this module The Users will search for the movie and then go for theater then
booking the tickets online.
MEMBER :
In this modules The user can first Registration in enter the Personal details and
User login and If you also want to update personal details. The user collect all information like
upcoming Movies details, in advance ticket booking and Theater details.
FUNCTION SPECIFICATION
BOOKING :
If you are book ticket by tell so you collect ticket before start show 30 minute
otherwise cancel your booking
HARDWARE & SOFTWARE REQUIREMENT
Minimum Server Side Requirements :
Software
Operating System : Window7 or compatible
Web Server : IE 6.0 +
Hardware
Processor : 1.5 MHz or above
Ram : 1 GB
Hard disk : 5 GB of free space on hard disk
Minimum Client Side Requirements :
Software
Operating System : Window XP or compatible
Web Server : IE 6.0 +
Hardware
Processor : 1.5MHz
Ram : 512 MB
Hard disk : 2 GB (only if downloading is needed)
A flow chart is a pictorial representation of any dataflow. It uses different types of Symbols.
BASIC SYMBOLOF FLOWCHART :
Terminal
Input/Output
Processing
Flow lines
Decision
Connectors
SYSTEM FLOW CHART
TIME LINE CHART
Task Time Duration (In Days) Total Days
15 30 45 60 75 90
Requirement Gathering &
Analysis
15
Designing 15
Coding 35
Testing 15
Deployment &
Implementation
10
Documentation 90
E-R Diagram
ADMIN
View
info
Username
Password
USER
BOOOKING
Book
films
MOVIE INFO
User
Film
Screen_No
Seat_no
A/c_no
Ticket_no
Seat
Movie_name
Gold
Platinum
Silver
Screen_No
ADMIN
1
M
M
M
M
M
M
1
UML Diagram
 Use Case Diagram
 Activity Diagram
 Class Diagram
 SEQUENCE DIAGRAM
 Admin
 SEQUENCE DIAGRAM
 Member
 COLLABORATION DIAGRAM
 Admin
 COLLABORATION DIAGRAM
 Member
DATA DICTIONARY
Table Name :- login_info
Description :- To store login information.
Primary Key :-
Foreign Key :-
Index Column Name Data Type Size Constraints Description
1 UserName Varchar (50) Not Null Used to store Username
2 Password Varchar (50) Not Null Used to store Password
Table Name :- Movie
Description: - To store movie information.
Primary Key: - MovieId
Foreign Key: -
Index Column Name Data Type Size Constraints Description
1 MovieId Int --- Primary key Used to store Movie Id.
2 MovieName Varchar (50) Not Null Used to store Movie Name.
3 ImagePath Varchar (100) Not Null Used to store Image Path.
4 Director Varchar (100) Not Null Used to store Director.
5 Producer Varchar (50) Not Null Used to store Producer
6 Cast Varchar (200) Not Null Used to store Cast
7 Duration Int --- Not Null Used to store Duration
8 Story Varchar (8000) Allow Null Used to store Story
9 Type Varchar (50) Not Null Used to store Type (running or
upcoming)
Table Name :- CustomerPoints
Description :- To store customer points
Primary Key :-
Foreign Key :- CustomerId
Index Column Name Data Type Size Constraints Description
1 CustomerId Int --- Foreign Key Used to store
(Forign Key of Customer's column CustomerId)
2 UserName Varchar (50) Not Null Used to store Username
3 CPoints Bigint --- Not Null Used to store Customer Points
Table Name :- temp
Description :- To store the temp data of seats
Index Column Name Data Type Size Constraints Description
1 Name Varchar (50) Not Null Used to store name.
2 c1 Int --- Not Null Used to store c1.
3 i1 Varchar (50) Not Null Used to store i1.
4 c2 Int --- Not Null Used to store c2.
5 i2 Varchar (50) Not Null Used to store i2.
6 c3 Int --- Not Null Used to store c3.
7 i3 Varchar (50) Not Null Used to store i3.
8 c4 Int --- Not Null Used to store c4.
9 i4 Varchar (50) Not Null Used to store i4.
10 c5 Int --- Not Null Used to store c5.
11 i5 Varchar (50) Not Null Used to store i5.
12 c6 Int --- Not Null Used to store c6.
13 i6 Varchar (50) Not Null Used to store i6.
14 c7 Int --- Not Null Used to store c7.
15 i7 Varchar (50) Not Null Used to store i7.
16 c8 Int --- Not Null Used to store c8.
17 i8 Varchar (50) Not Null Used to store i8.
18 c9 Int --- Not Null Used to store c9.
19 i9 Varchar (50) Not Null Used to store i9.
20 c10 Int --- Not Null Used to store c10.
(Continue
)
21 i10 Varchar (50) Not Null Used to store i10.
22 c11 Int --- Not Null Used to store c11.
23 i11 Varchar (50) Not Null Used to store i11.
24 c12 Int --- Not Null Used to store c12.
25 i12 Varchar (50) Not Null Used to store i12.
26 c13 Int --- Not Null Used to store c13.
27 i13 Varchar (50) Not Null Used to store i13.
28 c14 Int --- Not Null Used to store c14.
29 i14 Varchar (50) Not Null Used to store i14.
30 c15 Int --- Not Null Used to store c15.
31 i15 Varchar (50) Not Null Used to store i15.
32 c16 Int --- Not Null Used to store c16.
33 i16 Varchar (50) Not Null Used to store i16.
34 c17 Int --- Not Null Used to store c17.
35 i17 Varchar (50) Not Null Used to store i17.
36 c18 Int --- Not Null Used to store c18.
37 i18 Varchar (50) Not Null Used to store i18.
38 c19 Int --- Not Null Used to store c19.
39 i19 Varchar (50) Not Null Used to store i19.
40 c20 Int --- Not Null Used to store c20.
41 i20 Varchar (50) Not Null Used to store i20.
Table Name :- Book
Description :- To store booking information
Primary Key :- StatusId
Foreign Key :- SeatId , ShowId
Index Column Name Data Type Size Constraints Description
1 StatusId Int --- Primary key Used to store StatusId
2 SeatId Int --- Foreign Key Used to store
(Forign key of Seats's column SeatId)
3 SeatName Int --- Allow Null Used to store Seat Name
4 ShowId Int --- Foreign Key Used to store
(Forign key of Show's column
ShowId)
5 Status Bit --- Not Null Used to store the status
Table Name :- City
Description :- To store city information
Primary Key :- CityId
Foreign Key :-
Index Column Name Data Type Size Constraints Description
1 CityId Int --- Primary key Used to store city id
2 CityName Varchar (50) Not Null Used to store city name
3 State Varchar (50) Not Null Used to store state
Table Name :- Customer
Description :- To store customer information
Primary Key:- CstomerId
Foreign Key:-
Index Column Name Data Type Size Constraints Description
1 CustomerId Int --- Primary key Used to store customer id
2 UserName Varchar (50) Not Null Used to store Username
3 Pass Varchar (50) Not Null Used to store Password
4 Fname Varchar (50) Not Null Used to store First Name
5 Mname Varchar (50) Allow Null Used to store Last Name
6 Lname Varchar (50) Not Null Used to store Last Name
7 Gender Varchar (50) Not Null Used to store Gender (Male or Female)
8 Address Varchar (500) Not Null Used to store Address
9 City Varchar (50) Not Null Used to store City
10 Pincode Int --- Not Null Used to store Pincode of city
11 State Varchar (50) Not Null Used to store State
12 Email Varchar (50) Not Null Used to store Email of customer
13 Mobile Bigint --- Not Null Used to store Mobile number of customer
Table Name :- Screen
Description :- To store screen information
Primary Key : - ScreenId
Foreign Key :-TheatreId
Index Column Name Data Type Size Constraints Description
1 ScreenId Int --- Primary key Used to store Screen Id
2 ScreenNo Int --- Not Null Used to store Screen number
3 TheatreId Int --- Not Null Used to store
(Forign key of Theatre's column TheatreId)
Table Name :- Seats
Description :- To store Seat information
Primary Key :- SeatId
Foreign Key :-
Index Column Name Data Type Size Constraints Description
1 SeatId Int --- Primary key Used to store Seat Id
2 ScreenId Int --- Not Null Used to store Screen Id
3 RowName Varchar (10) Allow Null Used to store row number
4 SeatName Int --- Not Null Used to store Seat name
5 ImageUrl Varchar (50) Not Null Used to store Image path
Table Name :- Show
Description :- To store show timing of the movie
Primary Key :- ShowId
Foreign Key :- MovieId , TheatreId
Index Column Name Data Type Size Constraints Description
1 ShowId Int --- Primary key Used to store Show Id
2 MovieId Int --- Foreign Key Used to store
(Forign key of Movie's column MovieId)
3 TheatreId Int --- Foreign Key Used to store
(Forign key of Theatre's column TheatreId)
4 ScreenId Int --- Foreign Key Used to store
(Forign Key of Screen’s column ScreenID)
5 StartTime Varchar (50) Not Null Used to store Start time of movie
6 EndTime Varchar (50) Not Null Used to store End time of movie
7 Date Varchar (50) Not Null Used to store Date of movie
8 PRate Int --- Allow Null Used to store Platinum seat rate
9 GRate Int --- Allow Null Used to store Gold seat rate
10 SRate Int --- Allow Null Used to store Silver seat rate
Table Name :- Theatre
Description :- To store Theater information
Primary Key :- TheatreId
Foreign Key :- CityId
Index Column Name Data Type Size Constraints Description
1 TheatreId Int --- Primary key Used to store Theatre Id
2 TheatreName Varchar (50) Not Null Used to store Theatre name
3 CityId Int --- Not Null Used to store
(Forign key of City's column CityId)
4 Address Varchar (500) Not Null Used to store address of theatre
5 Pincode Int --- Not Null Used to store pincode
6 Nos Int --- Not Null Used to store no of screen
Table Name :- Prints
Description :- To store prints details of the movie ticket to customer
Primary Key :-
Foreign Key :-
Index Column Name Data Type Size Constraints Description
1 PrintId Int --- Not Null Used to store print id
2 TicketId Int --- Not Null Used to store ticket id
3 Movie Varchar (50) Not Null Used to store movie name
4 Theatre Varchar (50) Not Null Used to store theatre name
5 City Varchar (50) Not Null Used to store city
6 Screen Int --- Not Null Used to store screen number
7 StartTime Varchar (50) Not Null Used to store start time of movie
8 EndTime Varchar (50) Not Null Used to store end time of movie
9 Date Varchar (50) Not Null Used to store date of movie
10 Seats Varchar (50) Not Null Used to store number of seats
11 SeatType Varchar (50) Not Null Used to store seat type
12 Amount Int --- Not Null Used to store amount of ticket
13 IsPaid Varchar (50) Not Null Used to store paid amount to customer
Table Name :- Ticket
Description :- To store ticket information
Primary Key :- TicketId
Foreign Key :- ShowId
Index Column Name Data Type Size Constraints Description
1 TicketId Bigint --- Primarykey Used to store Ticket Id
2 ShowId Int --- Foreign Key Used to store
(Forign key of Show's column ShowId)
3 Seats Varchar (50) Not Null Used to store seats
4 SeatType Varchar (50) Not Null Used to store Seat type
5 NoSeats Int --- Not Null Used to store No. of seats
6 Amount Int --- Not Null Used to store amount of ticket
7 IsPaid Varchar (50) Not Null Used to store paid to customer
8 Mobile Bigint --- Not Null Used to store mobile no of customer
9 Email Varchar (50) Allow Null Used to store email id of customer
Table Name :- Feedback
Description :- To feedback of customer
Primary Key :- FeedBackId
Foreign Key:-
Index Column Name Data Type Size Constraints Description
1 FeedBackId Int --- Primary key Used to store feedback id
2 UserName Varchar (50) Not Null Used to store username
3 EmailId Varchar (50) Not Null Used to store email id
4 Feedback Varchar (500) Not Null Used to store feedback
Input Design
HOME
SELECT CITY
SELECT MOVIE
MOVIE REVIEW
MOVIE DEATAILS
ADMIN LOGIN
ADMIN HOME
ADD MOVIE
ADD MOVIE DEATAIL
THEATRE DEATAILS
THEATRE DEATAILS
UPDATE THEATRE
ADD THEATRE
ADD THEATRE SEATS
MOVIE SHOWS
ADD NEW MOVIE SHOW
ADD CITY
ADD CITY DEATAILS
USER LOGIN
USER REGISTER DEATAILS
SELECT CITY
SELECT MOVIE
SELECT SHOW
SELECT SHOW DEATAIL
SELECT SEATS
TICKET SUMMARY
FEEDBACK
TESTING
CHARACTERISTICS OF TESTING:
Testing begins at the module level and works outward towards the integration of the
entire computer based system. Different testing techniques are appropriate at different level of
time. Testing & debugging are different activities, but debugging must be accommodated in any
testing strategy. There are different model of testing. On the basis of testing methods. There are two
types of testing.
Black-box testing.
White-box testing
BLACK-BOX TESTING:
Black-box tests are used to demonstrate that software function are operational,
that input is properly accepted and output is correctly produced, and that integrity of
external information is maintained.
WHITE-BOX TESTING:
White-box tests are used to examine the procedural details. It checks the logical
paths by test case. It can also checks the conditions, loops used in the software
coding. It checks that loops are working correctly on defined boundary value.
 UNIT TESTING FOR COMPONENT:
 In system calendar use for the book the ticket.
 In system also provide the facility for the movie information, theater information and
upcoming movie information.
 In system each and every field have unique validation.
No Test Condition Expected Result Actual Output Status
1 Click On login Button without Username,
Password.
System does not allow
user to login.
System will display message. Pass
2 Click on login button with Invalid
username, Password.
Message “Wrong
Username or password”
As Expected. Pass
3 Click on Login Button with valid
username, password.
System allow user to
login.
System allow user to access
application.
Pass
4 Click on Register button System allow to go on
register page
System will display register
page
Pass
CUSTOMER SIDE
Login page
No Test Condition Expected Result Actual Output Status
1 Click On submit button and not enter
Username.
Message ”Required” As Expected Pass
2 Click On submit button and not enter
Password
Message ”Required” As Expected Pass
3 Click On submit button and not enter
Confirm Password
Message ”Required” As Expected Pass
4 Click On submit button and not enter First
Name
Message ”Required” As Expected Pass
5 Click On Submit button and not enter Last
Name
Message ”Required” As Expected Pass
6 Click On Submit button and not Address Message “ Select city” As Expected Pass
7 Click On submit button and not enter City Message ”Enter ten digit
no”
As Expected Pass
8 Click On submit button and not enter
Pincode.
Message ”Required” As Expected Pass
9 Click On submit button and not enter State Message ”Required” As Expected Pass
10 Click On submit button and not enter Email Message ”Required” As Expected Pass
11 Click On submit button and not enter Mobile Message ”Required” As Expected Pass
Registration page
No Test Condition Expected Result Actual Output Status
1 Click On Proceed button and not enter Date Message ”Required” As Expected Pass
2 Click On Proceed button and not enter
Theatre
Message ”Required” As Expected Pass
3 Click On Proceed button and not enter Seat
Type
Message ”Required” As Expected Pass
4 Click On Proceed button and not enter no of
seat
Message ”Required” As Expected Pass
Select A Show
No Test Condition Expected Result Actual Output Status
1 Click On Proceed button and not select seat Message ”Required” As Expected Pass
Select A Seat
No Test Condition Expected Result Actual Output Status
1 Click On submit button and not enter
username
Message ”Required” As Expected Pass
2 Click On submit button and not enter email Message ”Required” As Expected Pass
3 Click On submit button and not enter
feedback
Message ”Required” As Expected Pass
Feedback
No Test Condition Expected Result Actual Output Status
1 Click On login Button without
Username, Password.
System does not allow
user to login.
System will display
message.
Pass
2 Click on login button with Invalid
username, Password.
Message “Wrong
Username or password”
As Expected. Pass
3 Click on Login Button with valid
username, password.
System allow user to
login.
System allow user to access
application.
Pass
ADMIN SIDE
Login page
No Test Condition Expected Result Actual Output Status
1 Click On Upload button and no file chosen Message ”Required” As Expected Pass
2 Click On Upload button and movie image
select
Message ”Required” As Expected Pass
3 Click On Add button and not enter Director Message ”Required” As Expected Pass
4 Click On Add button and not enter Producer Message ”Required” As Expected Pass
5 Click On Add button and not enter Cast Message ”Required” As Expected Pass
6 Click On Add button and not enter Duration Message “ Select city” As Expected Pass
7 Click On Add button and not enter Story Message ”Enter ten digit
no”
As Expected Pass
8 Click On Add button and movie added. Message ”Required” As Expected Pass
Add Movie
No Test Condition Expected Result Actual Output Status
1 Click On movie image and file chosen Message ”Required” As Expected Pass
2 Click On Upload button and no file chosen Message ”Required” As Expected Pass
3 Click On Upload button and movie image
upload
Message ”Required” As Expected Pass
4 Click On Add button and not enter Director Message ”Required” As Expected Pass
5 Click On Add button and not enter Producer Message ”Required” As Expected Pass
6 Click On Add button and not enter Cast Message “ Select city” As Expected Pass
7 Click On Add button and not enter Duration Message ”Enter ten digit
no”
As Expected Pass
8 Click On Add button and movie Story Message ”Required” As Expected Pass
9 Click On Add button and movie added. Message ”Required” As Expected Pass
Select Update Movie
No Test Condition Expected Result Actual Output Status
1 Click On Movie image and show movie
detail
Message ”Required” As Expected Pass
2 Click On Delete button and movie delete Message ”Required” As Expected Pass
Delete Movie
No Test Condition Expected Result Actual Output Status
1 Click On Add button and not select movie
name.
Message ”Required” As Expected Pass
2 Click On Add button and not select city Message ”Required” As Expected Pass
3 Click On Add button and not select theatre
name
Message ”Required” As Expected Pass
4 Click On Add button and not enter Screen No Message ”Required” As Expected Pass
5 Click On Add button and not enter Start time Message ”Required” As Expected Pass
6 Click On Add button and not enter End time Message “ Select city” As Expected Pass
7 Click On Add button and not enter Date Message ”Enter ten digit
no”
As Expected Pass
8 Click On Add button and not enter Platinum
Rate
Message ”Required” As Expected Pass
9 Click On Add button and not enter Gold Rate Message ”Required” As Expected Pass
10 Click On Add button and not enter Silver
Rate
Message ”Required” As Expected Pass
11 Click On Add button and Show added Message ”Required” As Expected Pass
Add Show
No Test Condition Expected Result Actual Output Status
1 Click On Update button and not select movie
name.
Message ”Required” As Expected Pass
2 Click On Update button and not select city Message ”Required” As Expected Pass
3 Click On Update button and not select
theatre
Message ”Required” As Expected Pass
4 Click On Update button and not enter Screen
No
Message ”Required” As Expected Pass
5 Click On Add button and not enter Date Message ”Enter ten digit
no”
As Expected Pass
6 Click On Update button and not enter Start
Time
Message ”Required” As Expected Pass
7 Click On Update button and Show updated Message ”Required” As Expected Pass
Update Show
No Test Condition Expected Result Actual Output Status
1 Click On Add Button and not enter City
name.
Message ”Required” As Expected Pass
2 Click on Add button and not enter State. Message ”Required” As Expected. Pass
3 Click on Add Button and City added Message ”Required” As Expected. Pass
Add City
No Test Condition Expected Result Actual Output Status
1 Click On Movie image Show the movie
information
As Expected Pass
2 Click on Review button Show the movie
information
As Expected. Pass
Visitor Side
POST IMPLEMENTATION REVIEW
 Post Implementation Review is done after the completion of coding and testing part, to know the
review of the people who have used this project.
 After the system is implemented and conversion is completed, a review of system is usually
conducted by users and analyst. This is called post implementation review.
 The most fundamental concern post implementation review is determining whether the system has
met its objective; that is analysts want to know if the performance level of users has improved and if the
system is producing the result intended . If neither is happening, one may question whether the system
can be considered successful.
FUTURE ENHANCEMENT
 We think that not a single project is ever considered as complete forever because our mind is always
thinking something new and our necessities also are growing day by day. We always want something
more than what we have. Our application also, if you see at the first glance than you find it to be
complete but we want to make it still mature and fully automatic. Some of the expansions which we
have thought of are:
 We want to improve our home page , as it is the main things which attracts all users.
 Payment facility for bank to user.
BIBLIOGRAPHY
List of Books Referred :
Software
Software engineering
engineering
By
By: Roger S. Pressman
: Roger S. Pressman
ASP.NET
ASP.NET
List of Website Visited:
www.google.com
www.redcarpet.com
A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Internal Guide By

More Related Content

Similar to A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Internal Guide By

Dx diags
Dx diagsDx diags
Dx diags
Ana Silva
 

Similar to A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Internal Guide By (20)

Beauty Care.pptx
Beauty Care.pptxBeauty Care.pptx
Beauty Care.pptx
 
Rapport
RapportRapport
Rapport
 
8086 architecture
8086 architecture8086 architecture
8086 architecture
 
Theory1&2
Theory1&2Theory1&2
Theory1&2
 
INTERNAL MAILING SYSTEM-Project report
INTERNAL MAILING SYSTEM-Project reportINTERNAL MAILING SYSTEM-Project report
INTERNAL MAILING SYSTEM-Project report
 
409033670-Presentation-on-online-movie-ticket-booking-system.ppt
409033670-Presentation-on-online-movie-ticket-booking-system.ppt409033670-Presentation-on-online-movie-ticket-booking-system.ppt
409033670-Presentation-on-online-movie-ticket-booking-system.ppt
 
Pharo Optimising JIT Internals
Pharo Optimising JIT InternalsPharo Optimising JIT Internals
Pharo Optimising JIT Internals
 
AllBits presentation - Lower Level SW Security
AllBits presentation - Lower Level SW SecurityAllBits presentation - Lower Level SW Security
AllBits presentation - Lower Level SW Security
 
01c. Starting A Router
01c.  Starting A  Router01c.  Starting A  Router
01c. Starting A Router
 
Huawei cisco command conversion
Huawei cisco command conversionHuawei cisco command conversion
Huawei cisco command conversion
 
Explain that explain
Explain that explainExplain that explain
Explain that explain
 
Movie ticket booking
Movie ticket bookingMovie ticket booking
Movie ticket booking
 
Writing Metasploit Plugins
Writing Metasploit PluginsWriting Metasploit Plugins
Writing Metasploit Plugins
 
Dx diags
Dx diagsDx diags
Dx diags
 
Embedded Android
Embedded AndroidEmbedded Android
Embedded Android
 
SuperO Desktop gaming solutions -by Supermicro
SuperO Desktop gaming solutions -by SupermicroSuperO Desktop gaming solutions -by Supermicro
SuperO Desktop gaming solutions -by Supermicro
 
CAAL_CCSU_U1.pdf
CAAL_CCSU_U1.pdfCAAL_CCSU_U1.pdf
CAAL_CCSU_U1.pdf
 
Dx diag
Dx diagDx diag
Dx diag
 
Retrospective: Seven VM Engineering Years
Retrospective: Seven VM Engineering YearsRetrospective: Seven VM Engineering Years
Retrospective: Seven VM Engineering Years
 
Quiz 9
Quiz 9Quiz 9
Quiz 9
 

More from Sara Parker

More from Sara Parker (20)

Seminar Report Sample Front Page
Seminar Report Sample Front PageSeminar Report Sample Front Page
Seminar Report Sample Front Page
 
Printable Writing Paper (28) By Aimee-Valentine-Art On
Printable Writing Paper (28) By Aimee-Valentine-Art OnPrintable Writing Paper (28) By Aimee-Valentine-Art On
Printable Writing Paper (28) By Aimee-Valentine-Art On
 
Opinion Writing First Grade Writing, Homeschool Writin
Opinion Writing First Grade Writing, Homeschool WritinOpinion Writing First Grade Writing, Homeschool Writin
Opinion Writing First Grade Writing, Homeschool Writin
 
Rochelle News-Leader Rochelle VFW Post Annou
Rochelle News-Leader Rochelle VFW Post AnnouRochelle News-Leader Rochelle VFW Post Annou
Rochelle News-Leader Rochelle VFW Post Annou
 
Summer Writing Paper Summer Writing Paper, Su
Summer Writing Paper Summer Writing Paper, SuSummer Writing Paper Summer Writing Paper, Su
Summer Writing Paper Summer Writing Paper, Su
 
Basildon Bond Airmail Writing Pad A5 70Gsm 8
Basildon Bond Airmail Writing Pad A5 70Gsm 8Basildon Bond Airmail Writing Pad A5 70Gsm 8
Basildon Bond Airmail Writing Pad A5 70Gsm 8
 
9 Gre Analytical Writing Templat
9 Gre Analytical Writing Templat9 Gre Analytical Writing Templat
9 Gre Analytical Writing Templat
 
Psychological Report Writing
Psychological Report WritingPsychological Report Writing
Psychological Report Writing
 
My Pet Reindeer Writing Reindeer Writing, Reindee
My Pet Reindeer Writing Reindeer Writing, ReindeeMy Pet Reindeer Writing Reindeer Writing, Reindee
My Pet Reindeer Writing Reindeer Writing, Reindee
 
👍 What Is A Methodology In A Dissertation. Thesis Metho.pdf
👍 What Is A Methodology In A Dissertation. Thesis Metho.pdf👍 What Is A Methodology In A Dissertation. Thesis Metho.pdf
👍 What Is A Methodology In A Dissertation. Thesis Metho.pdf
 
The Day The Crayons Quit Writing Freebie Christi Fultz
The Day The Crayons Quit Writing Freebie Christi FultzThe Day The Crayons Quit Writing Freebie Christi Fultz
The Day The Crayons Quit Writing Freebie Christi Fultz
 
How To Write On A PDF Document Smallpdf -
How To Write On A PDF Document Smallpdf -How To Write On A PDF Document Smallpdf -
How To Write On A PDF Document Smallpdf -
 
Abstract In Term Paper Writing Best Writing Com
Abstract In Term Paper Writing Best Writing ComAbstract In Term Paper Writing Best Writing Com
Abstract In Term Paper Writing Best Writing Com
 
001 Abstract Essay Resear
001 Abstract Essay Resear001 Abstract Essay Resear
001 Abstract Essay Resear
 
Examination Fever Essay Essay On Examination Fev
Examination Fever Essay Essay On Examination FevExamination Fever Essay Essay On Examination Fev
Examination Fever Essay Essay On Examination Fev
 
Sample Speech For Job Interview - Sulasmimab
Sample Speech For Job Interview - SulasmimabSample Speech For Job Interview - Sulasmimab
Sample Speech For Job Interview - Sulasmimab
 
Reading Comprehension 5T
Reading Comprehension 5TReading Comprehension 5T
Reading Comprehension 5T
 
Professional Essay Writers Online Writing Tutor, Tutor
Professional Essay Writers Online Writing Tutor, TutorProfessional Essay Writers Online Writing Tutor, Tutor
Professional Essay Writers Online Writing Tutor, Tutor
 
Ice Cream Writing Paper Template By LailaBee TPT
Ice Cream Writing Paper Template By LailaBee TPTIce Cream Writing Paper Template By LailaBee TPT
Ice Cream Writing Paper Template By LailaBee TPT
 
40 Fairies To Print Pin By Tanya Mccuistion On Fantas
40 Fairies To Print Pin By Tanya Mccuistion On Fantas40 Fairies To Print Pin By Tanya Mccuistion On Fantas
40 Fairies To Print Pin By Tanya Mccuistion On Fantas
 

Recently uploaded

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
CĂłdigo Creativo y Arte de Software | Unidad 1
CĂłdigo Creativo y Arte de Software | Unidad 1CĂłdigo Creativo y Arte de Software | Unidad 1
CĂłdigo Creativo y Arte de Software | Unidad 1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Internal Guide By

  • 1. A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Developed By : Chirag Modi - 13084231061 Paresh Patel - 13084231165 M.Sc.(CA & IT) - III Sem. Group No. - 03 Internal Guide By : Mrs.Krupa Bhavsar Submitted To : Department Of Computer Science
  • 2. Project Title Online Movie Ticket Booking System Objective Booking Tickets for movies in various Theaters by the Users. Platform Web base Application Front End ASP.NET with C# (.NET Framework 3.5) Back End Microsoft SQL Server 2005 Other Tools Microsoft Office 2007, Adobe Photoshop 6.0 Developed By Modi Chirag A. 13084231061 Patel Paresh N. 13084231165 Time Duration 90 Days Submitted To Department Of Computer Science PROJECT PROFILE
  • 3. EXISTING SYSTEM  Manual  Time consuming  Dependent on employee Insecurity
  • 4. NEED FOR NEW SYSTEM  Computerized  Time saving  Independent of employee  Security
  • 5. ADMIN : In this module The Administrator is maintain the user Details, Movie details, Theater details and Check the number of seats available. BOOKING TICKETS : In this module The Users will search for the movie and then go for theater then booking the tickets online. MEMBER : In this modules The user can first Registration in enter the Personal details and User login and If you also want to update personal details. The user collect all information like upcoming Movies details, in advance ticket booking and Theater details. FUNCTION SPECIFICATION BOOKING : If you are book ticket by tell so you collect ticket before start show 30 minute otherwise cancel your booking
  • 6. HARDWARE & SOFTWARE REQUIREMENT Minimum Server Side Requirements : Software Operating System : Window7 or compatible Web Server : IE 6.0 + Hardware Processor : 1.5 MHz or above Ram : 1 GB Hard disk : 5 GB of free space on hard disk
  • 7. Minimum Client Side Requirements : Software Operating System : Window XP or compatible Web Server : IE 6.0 + Hardware Processor : 1.5MHz Ram : 512 MB Hard disk : 2 GB (only if downloading is needed)
  • 8. A flow chart is a pictorial representation of any dataflow. It uses different types of Symbols. BASIC SYMBOLOF FLOWCHART : Terminal Input/Output Processing Flow lines Decision Connectors
  • 10. TIME LINE CHART Task Time Duration (In Days) Total Days 15 30 45 60 75 90 Requirement Gathering & Analysis 15 Designing 15 Coding 35 Testing 15 Deployment & Implementation 10 Documentation 90
  • 12. UML Diagram  Use Case Diagram
  • 13.
  • 20. DATA DICTIONARY Table Name :- login_info Description :- To store login information. Primary Key :- Foreign Key :- Index Column Name Data Type Size Constraints Description 1 UserName Varchar (50) Not Null Used to store Username 2 Password Varchar (50) Not Null Used to store Password
  • 21. Table Name :- Movie Description: - To store movie information. Primary Key: - MovieId Foreign Key: - Index Column Name Data Type Size Constraints Description 1 MovieId Int --- Primary key Used to store Movie Id. 2 MovieName Varchar (50) Not Null Used to store Movie Name. 3 ImagePath Varchar (100) Not Null Used to store Image Path. 4 Director Varchar (100) Not Null Used to store Director. 5 Producer Varchar (50) Not Null Used to store Producer 6 Cast Varchar (200) Not Null Used to store Cast 7 Duration Int --- Not Null Used to store Duration 8 Story Varchar (8000) Allow Null Used to store Story 9 Type Varchar (50) Not Null Used to store Type (running or upcoming)
  • 22. Table Name :- CustomerPoints Description :- To store customer points Primary Key :- Foreign Key :- CustomerId Index Column Name Data Type Size Constraints Description 1 CustomerId Int --- Foreign Key Used to store (Forign Key of Customer's column CustomerId) 2 UserName Varchar (50) Not Null Used to store Username 3 CPoints Bigint --- Not Null Used to store Customer Points
  • 23. Table Name :- temp Description :- To store the temp data of seats Index Column Name Data Type Size Constraints Description 1 Name Varchar (50) Not Null Used to store name. 2 c1 Int --- Not Null Used to store c1. 3 i1 Varchar (50) Not Null Used to store i1. 4 c2 Int --- Not Null Used to store c2. 5 i2 Varchar (50) Not Null Used to store i2. 6 c3 Int --- Not Null Used to store c3. 7 i3 Varchar (50) Not Null Used to store i3. 8 c4 Int --- Not Null Used to store c4. 9 i4 Varchar (50) Not Null Used to store i4. 10 c5 Int --- Not Null Used to store c5. 11 i5 Varchar (50) Not Null Used to store i5. 12 c6 Int --- Not Null Used to store c6. 13 i6 Varchar (50) Not Null Used to store i6. 14 c7 Int --- Not Null Used to store c7. 15 i7 Varchar (50) Not Null Used to store i7. 16 c8 Int --- Not Null Used to store c8. 17 i8 Varchar (50) Not Null Used to store i8. 18 c9 Int --- Not Null Used to store c9. 19 i9 Varchar (50) Not Null Used to store i9. 20 c10 Int --- Not Null Used to store c10. (Continue
)
  • 24. 21 i10 Varchar (50) Not Null Used to store i10. 22 c11 Int --- Not Null Used to store c11. 23 i11 Varchar (50) Not Null Used to store i11. 24 c12 Int --- Not Null Used to store c12. 25 i12 Varchar (50) Not Null Used to store i12. 26 c13 Int --- Not Null Used to store c13. 27 i13 Varchar (50) Not Null Used to store i13. 28 c14 Int --- Not Null Used to store c14. 29 i14 Varchar (50) Not Null Used to store i14. 30 c15 Int --- Not Null Used to store c15. 31 i15 Varchar (50) Not Null Used to store i15. 32 c16 Int --- Not Null Used to store c16. 33 i16 Varchar (50) Not Null Used to store i16. 34 c17 Int --- Not Null Used to store c17. 35 i17 Varchar (50) Not Null Used to store i17. 36 c18 Int --- Not Null Used to store c18. 37 i18 Varchar (50) Not Null Used to store i18. 38 c19 Int --- Not Null Used to store c19. 39 i19 Varchar (50) Not Null Used to store i19. 40 c20 Int --- Not Null Used to store c20. 41 i20 Varchar (50) Not Null Used to store i20.
  • 25. Table Name :- Book Description :- To store booking information Primary Key :- StatusId Foreign Key :- SeatId , ShowId Index Column Name Data Type Size Constraints Description 1 StatusId Int --- Primary key Used to store StatusId 2 SeatId Int --- Foreign Key Used to store (Forign key of Seats's column SeatId) 3 SeatName Int --- Allow Null Used to store Seat Name 4 ShowId Int --- Foreign Key Used to store (Forign key of Show's column ShowId) 5 Status Bit --- Not Null Used to store the status
  • 26. Table Name :- City Description :- To store city information Primary Key :- CityId Foreign Key :- Index Column Name Data Type Size Constraints Description 1 CityId Int --- Primary key Used to store city id 2 CityName Varchar (50) Not Null Used to store city name 3 State Varchar (50) Not Null Used to store state
  • 27. Table Name :- Customer Description :- To store customer information Primary Key:- CstomerId Foreign Key:- Index Column Name Data Type Size Constraints Description 1 CustomerId Int --- Primary key Used to store customer id 2 UserName Varchar (50) Not Null Used to store Username 3 Pass Varchar (50) Not Null Used to store Password 4 Fname Varchar (50) Not Null Used to store First Name 5 Mname Varchar (50) Allow Null Used to store Last Name 6 Lname Varchar (50) Not Null Used to store Last Name 7 Gender Varchar (50) Not Null Used to store Gender (Male or Female) 8 Address Varchar (500) Not Null Used to store Address 9 City Varchar (50) Not Null Used to store City 10 Pincode Int --- Not Null Used to store Pincode of city 11 State Varchar (50) Not Null Used to store State 12 Email Varchar (50) Not Null Used to store Email of customer 13 Mobile Bigint --- Not Null Used to store Mobile number of customer
  • 28. Table Name :- Screen Description :- To store screen information Primary Key : - ScreenId Foreign Key :-TheatreId Index Column Name Data Type Size Constraints Description 1 ScreenId Int --- Primary key Used to store Screen Id 2 ScreenNo Int --- Not Null Used to store Screen number 3 TheatreId Int --- Not Null Used to store (Forign key of Theatre's column TheatreId)
  • 29. Table Name :- Seats Description :- To store Seat information Primary Key :- SeatId Foreign Key :- Index Column Name Data Type Size Constraints Description 1 SeatId Int --- Primary key Used to store Seat Id 2 ScreenId Int --- Not Null Used to store Screen Id 3 RowName Varchar (10) Allow Null Used to store row number 4 SeatName Int --- Not Null Used to store Seat name 5 ImageUrl Varchar (50) Not Null Used to store Image path
  • 30. Table Name :- Show Description :- To store show timing of the movie Primary Key :- ShowId Foreign Key :- MovieId , TheatreId Index Column Name Data Type Size Constraints Description 1 ShowId Int --- Primary key Used to store Show Id 2 MovieId Int --- Foreign Key Used to store (Forign key of Movie's column MovieId) 3 TheatreId Int --- Foreign Key Used to store (Forign key of Theatre's column TheatreId) 4 ScreenId Int --- Foreign Key Used to store (Forign Key of Screen’s column ScreenID) 5 StartTime Varchar (50) Not Null Used to store Start time of movie 6 EndTime Varchar (50) Not Null Used to store End time of movie 7 Date Varchar (50) Not Null Used to store Date of movie 8 PRate Int --- Allow Null Used to store Platinum seat rate 9 GRate Int --- Allow Null Used to store Gold seat rate 10 SRate Int --- Allow Null Used to store Silver seat rate
  • 31. Table Name :- Theatre Description :- To store Theater information Primary Key :- TheatreId Foreign Key :- CityId Index Column Name Data Type Size Constraints Description 1 TheatreId Int --- Primary key Used to store Theatre Id 2 TheatreName Varchar (50) Not Null Used to store Theatre name 3 CityId Int --- Not Null Used to store (Forign key of City's column CityId) 4 Address Varchar (500) Not Null Used to store address of theatre 5 Pincode Int --- Not Null Used to store pincode 6 Nos Int --- Not Null Used to store no of screen
  • 32. Table Name :- Prints Description :- To store prints details of the movie ticket to customer Primary Key :- Foreign Key :- Index Column Name Data Type Size Constraints Description 1 PrintId Int --- Not Null Used to store print id 2 TicketId Int --- Not Null Used to store ticket id 3 Movie Varchar (50) Not Null Used to store movie name 4 Theatre Varchar (50) Not Null Used to store theatre name 5 City Varchar (50) Not Null Used to store city 6 Screen Int --- Not Null Used to store screen number 7 StartTime Varchar (50) Not Null Used to store start time of movie 8 EndTime Varchar (50) Not Null Used to store end time of movie 9 Date Varchar (50) Not Null Used to store date of movie 10 Seats Varchar (50) Not Null Used to store number of seats 11 SeatType Varchar (50) Not Null Used to store seat type 12 Amount Int --- Not Null Used to store amount of ticket 13 IsPaid Varchar (50) Not Null Used to store paid amount to customer
  • 33. Table Name :- Ticket Description :- To store ticket information Primary Key :- TicketId Foreign Key :- ShowId Index Column Name Data Type Size Constraints Description 1 TicketId Bigint --- Primarykey Used to store Ticket Id 2 ShowId Int --- Foreign Key Used to store (Forign key of Show's column ShowId) 3 Seats Varchar (50) Not Null Used to store seats 4 SeatType Varchar (50) Not Null Used to store Seat type 5 NoSeats Int --- Not Null Used to store No. of seats 6 Amount Int --- Not Null Used to store amount of ticket 7 IsPaid Varchar (50) Not Null Used to store paid to customer 8 Mobile Bigint --- Not Null Used to store mobile no of customer 9 Email Varchar (50) Allow Null Used to store email id of customer
  • 34. Table Name :- Feedback Description :- To feedback of customer Primary Key :- FeedBackId Foreign Key:- Index Column Name Data Type Size Constraints Description 1 FeedBackId Int --- Primary key Used to store feedback id 2 UserName Varchar (50) Not Null Used to store username 3 EmailId Varchar (50) Not Null Used to store email id 4 Feedback Varchar (500) Not Null Used to store feedback
  • 36. HOME
  • 63. TESTING CHARACTERISTICS OF TESTING: Testing begins at the module level and works outward towards the integration of the entire computer based system. Different testing techniques are appropriate at different level of time. Testing & debugging are different activities, but debugging must be accommodated in any testing strategy. There are different model of testing. On the basis of testing methods. There are two types of testing. Black-box testing. White-box testing
  • 64. BLACK-BOX TESTING: Black-box tests are used to demonstrate that software function are operational, that input is properly accepted and output is correctly produced, and that integrity of external information is maintained. WHITE-BOX TESTING: White-box tests are used to examine the procedural details. It checks the logical paths by test case. It can also checks the conditions, loops used in the software coding. It checks that loops are working correctly on defined boundary value.
  • 65.  UNIT TESTING FOR COMPONENT:  In system calendar use for the book the ticket.  In system also provide the facility for the movie information, theater information and upcoming movie information.  In system each and every field have unique validation.
  • 66. No Test Condition Expected Result Actual Output Status 1 Click On login Button without Username, Password. System does not allow user to login. System will display message. Pass 2 Click on login button with Invalid username, Password. Message “Wrong Username or password” As Expected. Pass 3 Click on Login Button with valid username, password. System allow user to login. System allow user to access application. Pass 4 Click on Register button System allow to go on register page System will display register page Pass CUSTOMER SIDE Login page
  • 67. No Test Condition Expected Result Actual Output Status 1 Click On submit button and not enter Username. Message ”Required” As Expected Pass 2 Click On submit button and not enter Password Message ”Required” As Expected Pass 3 Click On submit button and not enter Confirm Password Message ”Required” As Expected Pass 4 Click On submit button and not enter First Name Message ”Required” As Expected Pass 5 Click On Submit button and not enter Last Name Message ”Required” As Expected Pass 6 Click On Submit button and not Address Message “ Select city” As Expected Pass 7 Click On submit button and not enter City Message ”Enter ten digit no” As Expected Pass 8 Click On submit button and not enter Pincode. Message ”Required” As Expected Pass 9 Click On submit button and not enter State Message ”Required” As Expected Pass 10 Click On submit button and not enter Email Message ”Required” As Expected Pass 11 Click On submit button and not enter Mobile Message ”Required” As Expected Pass Registration page
  • 68. No Test Condition Expected Result Actual Output Status 1 Click On Proceed button and not enter Date Message ”Required” As Expected Pass 2 Click On Proceed button and not enter Theatre Message ”Required” As Expected Pass 3 Click On Proceed button and not enter Seat Type Message ”Required” As Expected Pass 4 Click On Proceed button and not enter no of seat Message ”Required” As Expected Pass Select A Show No Test Condition Expected Result Actual Output Status 1 Click On Proceed button and not select seat Message ”Required” As Expected Pass Select A Seat
  • 69. No Test Condition Expected Result Actual Output Status 1 Click On submit button and not enter username Message ”Required” As Expected Pass 2 Click On submit button and not enter email Message ”Required” As Expected Pass 3 Click On submit button and not enter feedback Message ”Required” As Expected Pass Feedback
  • 70. No Test Condition Expected Result Actual Output Status 1 Click On login Button without Username, Password. System does not allow user to login. System will display message. Pass 2 Click on login button with Invalid username, Password. Message “Wrong Username or password” As Expected. Pass 3 Click on Login Button with valid username, password. System allow user to login. System allow user to access application. Pass ADMIN SIDE Login page
  • 71. No Test Condition Expected Result Actual Output Status 1 Click On Upload button and no file chosen Message ”Required” As Expected Pass 2 Click On Upload button and movie image select Message ”Required” As Expected Pass 3 Click On Add button and not enter Director Message ”Required” As Expected Pass 4 Click On Add button and not enter Producer Message ”Required” As Expected Pass 5 Click On Add button and not enter Cast Message ”Required” As Expected Pass 6 Click On Add button and not enter Duration Message “ Select city” As Expected Pass 7 Click On Add button and not enter Story Message ”Enter ten digit no” As Expected Pass 8 Click On Add button and movie added. Message ”Required” As Expected Pass Add Movie
  • 72. No Test Condition Expected Result Actual Output Status 1 Click On movie image and file chosen Message ”Required” As Expected Pass 2 Click On Upload button and no file chosen Message ”Required” As Expected Pass 3 Click On Upload button and movie image upload Message ”Required” As Expected Pass 4 Click On Add button and not enter Director Message ”Required” As Expected Pass 5 Click On Add button and not enter Producer Message ”Required” As Expected Pass 6 Click On Add button and not enter Cast Message “ Select city” As Expected Pass 7 Click On Add button and not enter Duration Message ”Enter ten digit no” As Expected Pass 8 Click On Add button and movie Story Message ”Required” As Expected Pass 9 Click On Add button and movie added. Message ”Required” As Expected Pass Select Update Movie
  • 73. No Test Condition Expected Result Actual Output Status 1 Click On Movie image and show movie detail Message ”Required” As Expected Pass 2 Click On Delete button and movie delete Message ”Required” As Expected Pass Delete Movie
  • 74. No Test Condition Expected Result Actual Output Status 1 Click On Add button and not select movie name. Message ”Required” As Expected Pass 2 Click On Add button and not select city Message ”Required” As Expected Pass 3 Click On Add button and not select theatre name Message ”Required” As Expected Pass 4 Click On Add button and not enter Screen No Message ”Required” As Expected Pass 5 Click On Add button and not enter Start time Message ”Required” As Expected Pass 6 Click On Add button and not enter End time Message “ Select city” As Expected Pass 7 Click On Add button and not enter Date Message ”Enter ten digit no” As Expected Pass 8 Click On Add button and not enter Platinum Rate Message ”Required” As Expected Pass 9 Click On Add button and not enter Gold Rate Message ”Required” As Expected Pass 10 Click On Add button and not enter Silver Rate Message ”Required” As Expected Pass 11 Click On Add button and Show added Message ”Required” As Expected Pass Add Show
  • 75. No Test Condition Expected Result Actual Output Status 1 Click On Update button and not select movie name. Message ”Required” As Expected Pass 2 Click On Update button and not select city Message ”Required” As Expected Pass 3 Click On Update button and not select theatre Message ”Required” As Expected Pass 4 Click On Update button and not enter Screen No Message ”Required” As Expected Pass 5 Click On Add button and not enter Date Message ”Enter ten digit no” As Expected Pass 6 Click On Update button and not enter Start Time Message ”Required” As Expected Pass 7 Click On Update button and Show updated Message ”Required” As Expected Pass Update Show
  • 76. No Test Condition Expected Result Actual Output Status 1 Click On Add Button and not enter City name. Message ”Required” As Expected Pass 2 Click on Add button and not enter State. Message ”Required” As Expected. Pass 3 Click on Add Button and City added Message ”Required” As Expected. Pass Add City
  • 77. No Test Condition Expected Result Actual Output Status 1 Click On Movie image Show the movie information As Expected Pass 2 Click on Review button Show the movie information As Expected. Pass Visitor Side
  • 78. POST IMPLEMENTATION REVIEW  Post Implementation Review is done after the completion of coding and testing part, to know the review of the people who have used this project.  After the system is implemented and conversion is completed, a review of system is usually conducted by users and analyst. This is called post implementation review.  The most fundamental concern post implementation review is determining whether the system has met its objective; that is analysts want to know if the performance level of users has improved and if the system is producing the result intended . If neither is happening, one may question whether the system can be considered successful.
  • 79. FUTURE ENHANCEMENT  We think that not a single project is ever considered as complete forever because our mind is always thinking something new and our necessities also are growing day by day. We always want something more than what we have. Our application also, if you see at the first glance than you find it to be complete but we want to make it still mature and fully automatic. Some of the expansions which we have thought of are:  We want to improve our home page , as it is the main things which attracts all users.  Payment facility for bank to user.
  • 80. BIBLIOGRAPHY List of Books Referred : Software Software engineering engineering By By: Roger S. Pressman : Roger S. Pressman ASP.NET ASP.NET List of Website Visited: www.google.com www.redcarpet.com