0% found this document useful (0 votes)
219 views125 pages

Urban Guide - Documentation

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 125

URBAN GUIDE SYSTEM

PROJECT REPORT

ON

URBAN GUIDE SYSTEM

OMEGASOFT TECHNOLOGIES

BY

KOTKAR ASHWINI EKNATH

SAVITRIBAI PHULE PUNE UNIVERSITY

MASTER IN COMPUTER APPLICATION

JSPM,NARHE TECHNICAL CAMPUS

RAJARSHI SHAHU SCHOOL OF COMPUTER

APPLICATIONS

PUNE-411041

2016-2017
URBAN GUIDE SYSTEM

INDEX
Chapter Content Page No
No.
1 Introduction
1.1Company Profile 3
1.2Existing System and Need for System 4
1.3Scope of system 5-6
1.4Operating Environment 7
1.5Detail Description of Technology Used 8-10
2 Proposed System
2.1Proposed System 11
2.2Objective of System 12
2.3User Requirements 13
2.4Overall Description 14
2.5Specific Requirements 15
2.6Other Non-functional Requirements 16
3 Analysis & Design 17-18
3.1Entity Relationship Diagram 19
3.2Object Diagram 20
3.3Class Diagram 21
3.4Use-Case Diagram 22
3.5Sequence Diagram 23-25
3.6Activity Diagram 26-33
3.7Collaboration Diagram 34
3.8Component Diagram 35
3.9Deployment Diagram 36
3.10Interface Diagram 37
3.10.1 Web Site Map Diagram 38
4 Table Specifications
4.1Table design 39-47
4.2Data Dictionary 48
5 Screen shorts
5.1Input Screens 49-64
5.2Reports 65-67
6 Test Procedures
6.1 Test Procedures 68
6.2Test Cases 67-82
7 Conclusion
7.1 Conclusion 83
URBAN GUIDE SYSTEM

7.2Limitations & Future Scope 84


8 User Manual
8.1User Manual 85
9 Bibliography 86
10 ANNEXURES:
1:User interface screens 87-92
2:Output reports with data 93-94
3:Sample program code 95-97
URBAN GUIDE SYSTEM

Introduction

1.1 Company Profile :

Omegasoft is prominent business software


Development Company that develops specialized software
solution to meet different entrepreneurial needs. These are
developed by our expert professionals in accordance with
specific needs of different business enterprises and individuals.
These solutions effectively meet the demands of contemporary
business and are available at cost efficient rates. Omegasoft is a
Software Solutions and Services provider that help the clients
to achieve their corporate goals by offering cost effective, high
quality, and responsive solutions. Omegasoft helps
organizations worldwide maximize the value of IT investment
and gain a competitive edge in their business.

Omegasoft delivers end-to-end solutions for


Manufacturing/ Textiles, Telecommunication, Health Care,
Automobile and Retail for global corporate clients Omegasoft
offers custom, process driven quality software development
reflecting excellence in all the services and solutions.
Omegasoft is fast growing Software Company with over five
valuable years of experience in offshore software development
services and solutions. We are open or win-win strategic
alliances with like-minded partners to reach new standards by
catering to the international market by leveraging each other’s
competencies. Omegasoft is established Web-based IT firms,
URBAN GUIDE SYSTEM

with the track record of moral business ethics, professionalism,


and value our clients with topmost priority, to create trust and
everlasting client relation.

Company Registration Office Address:

Omegasoft Technologies,

Second floor, Unity Gold Building,

Near Deccan Gymkhana Bus Stop, Deccan.

Pune-411004

Email: [email protected]

Phone: +91 - 860 500 6788


URBAN GUIDE SYSTEM

Introduction

Urban Guide Sytem is being launched because a need for a


destination where the local community could come together
and help each other is seen. Community members within a city
can come here to find an apartment to live in, sell their old
mobiles, do shopping, and arrange an event. Urban Guide
Sytem is a web application that automatically matches
posters/Advertisers of Advertisements with potential viewers
through a communication network in which a host system
communicates with the Posters/Advertisers and Potential
Viewers. The host system obtains and stores a first set of
records each corresponding to a particular advertisement. This
set of records can then be searched by a remote data terminal
associated with a potential viewer. The results of this search are
then provided to the potential poster/Advertiser, who indicates
specific ad listings that the viewer may be interested in. The
viewer provides identifying information which is then provided
to the poster of the indicated advertisements.
URBAN GUIDE SYSTEM

1.2 Existing System and Need of System:

The existing system works by manually supplying information


regarding an advertisement to be placed in the media
(Newspapers, magazines, etc) which must be checked
thoroughly before giving for final point. The existing system
has got lots of intricacies within it and need lot of human effort
and paper work. All above data need to maintained properly
and maintaining this is a tedious and risky process as small
printing error may completely change the sense of the
advertisement.

Some of the negative aspects of existing system are as


follows.

 It is time consuming.
 Paper records are easily damaged in course of time.
 Less accurate
 Less efficient
 Slow data processing
 Difficult to keep old records
 Expenditure is high.
URBAN GUIDE SYSTEM

1.3 Scope of system :

 The Scope of this system is to provide user efficient


working environment and more output can be
generated through this.

 This system provides user friendly interface


resulting in knowing each and every usability
features of the system.

 “Urban Guide System” software maximizes your


sales opportunities. The Advertisements are grouped
into categories or classes.

 Classified advertisements are much cheaper than


larger display advertisements used by business, and
are mostly placed by private individuals with single
items they wish to sell or buy.

 Urban Guide System advertisements are for all in


the world and any city or state wise boundary can
easily find their requirements.
URBAN GUIDE SYSTEM

1.4 Operating Requirement :

Hardware:

Processor : PIV or above

RAM : 512MB and above

Monitor : 15”CRT or above

Keyboard : Any

Software:

Operating System : Windows XP or above

Front-End Tool : J2EE, JSP, HTML, CSS, JavaScript

Back-End Tool : Mysql

Web Server : Apache Tomcat 7.0

Browser Internet : Explorer IE5, google chrome,Mozilla


URBAN GUIDE SYSTEM

1.5Detail Description of Technology Used :

 J2EE:

TODAY, more and more developers want to write


distributed transactional Applications for the enterprise and
thereby leverage the speed, security, and reliability of server-
side technology. To reduce costs and fast-track application
design and development, the Java™2 Platform, Enterprise
Edition (J2EE™) provides a component-based approach to the
design, development, assembly, and deployment of enterprise
applications. The J2EE platform offers a multitier distributed
application model, reusable components, a unified security
model, flexible transaction control, and web services support
through integrated data interchange on Extensible Markup
Language (XML)-based open standards and protocols. Not only
can you deliver innovative business solutions to market faster
than ever, but also your platform-independent J2EE
component-based solutions are not tied to the products and
application programming interfaces (APIs) of any one vendor.
Vendors and customers enjoy the freedom to choose the
products and components that best meet their business and
technological requirements.

 JSP:
URBAN GUIDE SYSTEM

 Java Server Pages (JSP) is a technology for


developing web pages that support dynamic
content which helps developers insert java code
in HTML pages by making use of special JSP
tags, most of which start with <% and end with
%>.
 A Java Server Pages component is a type of Java
servlet that is designed to fulfill the role of a
user interface for a Java web application. Web
developers write JSPs as text files that combine
HTML or XHTML code, XML elements, and
embedded JSP actions and commands.
 Using JSP, you can collect input from users
through web page forms, present records from a
database or another source, and create web
pages dynamically.
 JSP tags can be used for a variety of purposes,
such as retrieving information from a database
or registering user preferences, accessing
JavaBeans

 components, passing control between pages


and sharing information between requests, pages
etc.
URBAN GUIDE SYSTEM

 Performance is significantly better because JSP


allows embedding Dynamic Elements in HTML
Pages itself instead of having a separate CGI
files.
 JSP are always compiled before it's processed by
the server unlike CGI/Perl which requires the
server to load an interpreter and the target script
each time the page is requested.
 Java Server Pages are built on top of the Java
Servlets API, so like Servlets; JSP also has
access to all the powerful Enterprise Java APIs,
including JDBC, JNDI, EJB, JAXP etc.
 JSP pages can be used in combination with
servlets that handle the business logic, the model
supported by Java servlet template engines.

 Web Server: Tomcat:

• Apache Tomcat is an open source software


implementation of the Java Server Pages and Servlet
technologies and can act as a standalone server for testing JSP
and Servlets and can be integrated with the Apache Web
Server.

• After a successful startup, the default web applications


included with Tomcat will be available by visiting
http://localhost:8080/.
URBAN GUIDE SYSTEM

 Advantages Using JSP:

• The dynamic part is written in Java, not Visual Basic or


other MS specific language, so it is more powerful and easier to
use. Second, it is portable to other operating systems and non-
Microsoft Web servers.

• JavaScript can generate HTML dynamically on the


client but can hardly interact with the web server to perform
complex tasks like database access and image processing etc.

• Regular HTML, of course, cannot contain dynamic


information.

• Model View Controller or MVC as it is popularly


called, is a software design pattern for developing web
Applications. A Model View Controller pattern is made up of
the following three parts:
URBAN GUIDE SYSTEM

Proposed System

2.1 Proposed System :

The proposed system is computerized one. It has greater


accuracy and efficiency. It takes only limited time for retrieval
of desired result. It is built in such a way that it should suits for
all type of ad’s in future.

It provides an excellent web portal. It is used to


maintain the postings and retrieval of any type of advertisement
posted by poster. It is also useful and helpful in checking out
different advertisement by viewer so that he can easily
categorize and select the appropriate ad for himself depending
on requirement and choice.

The system includes three types of user. They are


Administrator, Poster and Viewer. Each user has his own
accessibility permission to accomplish his task flawlessly.

The scope of project is to provide user efficient working


environment and more output can be generated through these.
This system provide user friendly interface resulting in
knowing each every usability features of the system.

1. Viewer needs to search ad’s as per their need.

2. After searching viewer can send their response against


that ad’s.
URBAN GUIDE SYSTEM

3. Poster needs to register first to post his /her ad’s on this


system.

4. Poster can edit, update or remove his /her ad’s from


system.

5. Admin can keep control on user by viewing their list


and by activating or deactivating their accounts.

6. Provide security
URBAN GUIDE SYSTEM

2.2 Objectives Of System :

 Provide better understanding between


posters/Advertisers and its viewers.

  Provide a user friendly environment so that the


posters/Advertisers can post their ads easily and free of
cost.

  To maintain and store advertisement details, response


details, viewers details, posters/Advertisers details 

 Provide excellent and easy to access means of


communication medium between posters/Advertisers
and its viewers. 

 Provide Classifieds as a service to enable its users to


connect with one another.

  Provide local commerce site, uniquely integrating


Classifieds and Yellow Pages. The system offers
categories such as Real Estate, mobile, jobs,
Entertainment, home and life cycle, etc.
URBAN GUIDE SYSTEM

2.3 User Requirements :

 User should be literate.

 User should have basic computer knowledge.

 User should have basic knowledge of internet.

 User is required to give his/her all details for


registration.

 User should give response.

 The system should be use friendly.

 The system should be flexible enough so that the user


can make the changes in the details provided by him.

 The procedure of registration and relevant data access


should be simple and short
URBAN GUIDE SYSTEM

Analysis & Design

3.1 Feasibility Study :

The purpose of feasibility study is to investigate deeply


the recommended system. Feasibility study is carried out to
describe and evaluate the proposed system. The study Will
justify whether the project is feasible or not and whether it is
worthwhile or not. Therefore, a feasibility study of the
proposed system needs to be carried out in order to:-

o Provide a better understanding of the System.


o Clarify objectives in the proposed System.
o Assess and recommend what course of action
should be taken for the
o Solution proposed.
o Describe the outputs.

There are many factors to assess when analyzing whether the


proposed system is Feasible and should be adopted. These
factors are Technical Feasibility, Operational Feasibility, Social
Feasibility and Economical Feasibility. In order to test
Technical, Operational and Economical Feasibility, The system
Comparisons are carried out between The Proposed System and
the Existing System, so that the proposed system can be easily
taken over
URBAN GUIDE SYSTEM

 Technical Feasibility :

The Technical feasibility deals with some facts


such as:-

 Is the proposed system technically


feasible?
 Is it within the state of art?
 What hardware and software will be
required?

Since company, it already has all the required hardware


and software needed for the development of the proposed
system. The compatibility of backend (mysql) and front end
J2EE is already well proven. The backend is capable of
handling multiple clients and voluminous data. The front-end
with its effective and easy to use development tool will make
the development easier and reliable.

This means that the necessary technology that is


required to perform development is readily available. The
proposed system will be installed on the server and the
interfaces, resources and related data of the proposed system
will be shared to all workstations. The workstations will be
connected to the server over the network so that all business
lead manager are able to share the system’s resources and work
individually. Therefore, it has been found that the proposed
system is technically feasible. This new system requires 6 fully
trained people to run the system perfectly. 1 admin person to
URBAN GUIDE SYSTEM

maintain database n other 5 to handle the system interface and


order making things. As our existing system is purely manual,
so we need a onetime investment of Rs 4 Lacs for the purchase
of 6 computers, 5 invoice printers, a laser printer, AC and
networking etc. It requires apprx. 10 Lacks PA as an operating
cost. With the above details our system is technically feasible
as after investing 14 Lacs in a year, the company is still saving
Rs 15 Lacs PA.

 Operational Feasibility :

Operational feasibility deals with the human factor. It


checks the impact of the proposed system on the buyer. The
management of the company has shown interest in the
development of the system. They expect the computerized
system to help them function more efficiently. The user is
computer literate and they have using computers for at least
many years, thus they can be easily trained to work with the
proposed system. Retrieval of information will be easier as all
information will be stored in a database. The system will also
be user friendly. Thus the proposed system is operational
feasible.
URBAN GUIDE SYSTEM

 Social Feasibility :

The proposed system is being implemented in multi-


lingual varieties. Hence, languages used neither bears any alien
terminologies it is made as far as localized as possible; nor the
system contains any words that might hurt the sentiments of
any user. User preferences and views are taken into
consideration while designing the system. In all the system is
socially feasible.

 Economical Feasibility :
Cost-benefit analysis is a frequently used method
for evaluating the effectiveness of the proposed system.
It is important because management must authorize the
budget of the project. It determines how the aims of the
project can be achieved with limited resources. The
economic feasibility of the system is evaluated on the
basis of the benefits of the proposed system. Costs
included for implementation of proposed system are:
o Cost of additional hardware and software.
o Cost of training.
o Stationary cost.
o Electrical cost.

As resource for system like hardware and software are already


available in the organization, no other overhead on this account
is required. Above that effect required for the development and
implementation of the system was outweighed by the benefits.
Hence the proposed system is also economically feasible.
URBAN GUIDE SYSTEM

3.2 Module Specification :

 Modules:-
 Login
 Registration
 Post Add

o Mobile
 Sale's
 Accessories
o Home and Lifestyle
 Art
 Clothing
 Music
o Real Estate
o Vehicle
o Entertainment
 Login
Validate user login and access the
system.

 Registration
New user has to fill registration details.

 Mobile

Here poster posts mobile details and


viewer can buy mobiles and its accessories.

 Home and lifestyle


It has different sub categories like art,
music, clothing .
URBAN GUIDE SYSTEM

 Real Estate

Poster posts the different advertisements


related to real estate. It has detailed information
like residential or commercial, number of rooms,
etc. Here viewer only gets the information.

 Vehicle
Poster posts the different advertisements
related vehicles. It has detailed
information like its name, mileage, price,
etc.

 Entertainment
Poster posts the different advertisements
related entertainment likes movies, plays, etc.
Here viewer only gets the information.

 Contact

Poster posts the different advertisements


related to Contact. It has detailed information
like type of contact, etc. Here viewer only gets
the information.
URBAN GUIDE SYSTEM

3.1Entity Relationship Diagram


URBAN GUIDE SYSTEM

3.3 Object Diagram:-

3.3Class Diagram:-
URBAN GUIDE SYSTEM

3.4Use-case Diagram:-
URBAN GUIDE SYSTEM

Registration then login

Post advertisemenmts

Select advertisement
category

Search advertisements

View selected
advertisements Poster/Advertiser

Give response

View response

Viewer Maintain advertisements


category

View registered users

Maintain advertisements

Administrator
Add banner
advertisements

Get or send notification

View banner
advertisements

1. Login Module :
URBAN GUIDE SYSTEM

3.5 Sequence Diagram:-

2.) Registration Sequence Diagram:-


URBAN GUIDE SYSTEM

3.) Admin Module Sequence Diagram:-


URBAN GUIDE SYSTEM

4.) Viewer Module Sequence Diagram


URBAN GUIDE SYSTEM

5.) Poster Module Sequence Diagram:-


URBAN GUIDE SYSTEM

Poster UI System Database


1 : Poster fill the Registration()
2 : Registration action execute()
3 : Save Registration details()

4 : Registration done Successful()


5 : Enter username and password() 6 : Login Action execute()
7 : Validate Login()

8 : If Invalid details then retry for Login()


9 : If valid details then save()

10 : Successfully Login()
12 : Post Ad execute()
11 : Post new Ad or Update Existing Ad()

13 : Validate Ad()

15 : If Valid then Save details()


14 : If Invalid then give Message()

16 : Successfully save new Ad or Update Ad()

18 : View responseAction execute() 19 : Response save to database()


17 : Poster view viewer Response()

20 : Successfully view Response()


21 : Poster view Notification()
22 : Poster view NotificationAction execute()
23 : Save to database()

24 : Successfully get Nitification()

25 : Poster views Banner Ad() 27 : Response send to database()


26 : View bannerAdAction execute()

28 : View Banner ad successfully()

6.)Search Module Sequence Diagram:-


URBAN GUIDE SYSTEM

UI System Database
View

1 : search category name()


2 : SearchCategoryAction.execute()

3 : Searched category saved in databaseSeachModel()

4 : Return category successfully

5 : Select city name()

6 : SearchCityAction.execute()
7 : Selected city save in database SearchModel()

8 : Select city name successfully

9 : Select state name()


10 : SearchStateAction.execute()

11 : Selected state save in database SearchModel()

12 : Selecte state name successfully()

<<destroy>>

1.) Login module:-


URBAN GUIDE SYSTEM

3.6Activity Diagram

Start

Visit the website

Enter the login id and password

False

Validate
True

successfull login and proceed to homepage

Stop

2.)Registration Module:-
URBAN GUIDE SYSTEM

 Activity Diagram:-

Start

Visit to website

Click on Register button

Fill user details

Already exist
User Id availablity

Not Exist

click on submit button

successfull registration

Stop

3.) Admin Module


URBAN GUIDE SYSTEM

 Activity Diagram

Enter username & password for login

Invalid
Check

Maintain & upgrade site service for advertiser


& viewer

Maintain advertisements category

View registered advertiser & Viewer

Maintain Advertisers/Viewer record

Show banner advertisements

Send notification

4.)Viewer Module:-
URBAN GUIDE SYSTEM

 Activity Diagram

Registration

Enter username and password


for login

Invalid
verify

valid

Tours & Computer Customer


Real Estate Education Entertainment Healthcare Metromonials
Travels Services Services

View selected advertise

Gives advertise response

View notification sended by


administrator

View banner advertisements


URBAN GUIDE SYSTEM

5.)Poster Module

Registration

Enter username and


password for login

verify
Invalid
Valid

Post new advertisements

Update advertisements
details

View notification sended


by administrator

View banner
advertisement details

View viewers response


& count

Reply to viewer
URBAN GUIDE SYSTEM

6.)Search Module:-

 Activity Diagram

Start

visit to the homepage

Enter the item name

Not available
Seek

Available

Show the result of respected result

Stop
URBAN GUIDE SYSTEM

3.7 Collaboration Diagram:

3: Verify()
10: Verify()
16: Verify()
2: Get()
1: Enter Personal Details() 9: Get()
8: Select Property() 15: Get()
14: Select City,State etc()
: Registration Form

: Registration Controller

4: If Invalid Give error message()


: Buyer 5: If Valid store in Database
11: If Invalid Give error message()
7: Fetch from Property Database() 12: If Valid store in Database()
17: If Invalid give error message()
18: If Valid store in Database()
20: Registration Successfull()

6: Store in Registration Database()


13: Store in Registration Database()
19: Store in Registration Database()

: Property Database
: Registration Database
URBAN GUIDE SYSTEM

3.8Component Diagram :
URBAN GUIDE SYSTEM

3.9Deployment Diagram :
URBAN GUIDE SYSTEM

3.9.1Web Site Map Diagram :


URBAN GUIDE SYSTEM

4.)Table Specifications:-

4.1Table Design:-

 Table Admin_login

Sr.N Field name Data Siz Constrain Descripti


o. type e ts on
1 admin_id Int 5 primary it takes
key admin id
2 admin_name varch not null it takes
ar 15 admin
name
3 admin_passw varch not null it takes
ord ar 10 admin
password
4 admin_email varch not null it takes
ar 25 admin
email
URBAN GUIDE SYSTEM

 Table Poster_Registration

Sr.N Field name Data Siz Constrain Descripti


o. Type e ts on

1 Poster_id Int primary it takes


5 key poster id
2 Poster_fname Varch not null it takes
ar 15 poster
first name
3 Poster_mnam Varch not null it takes
e ar 15 poster
middle
name
4 Poster_lname Varch not null it takes
ar 15 poster last
name
5 Poster_passw varcha not null it takes
ord r 15 poster
password
6 Email varcha not null it takes
r 25 poster
email
7 Mobileno varcha not null it takes
r 10 poster
contact
8 Address varcha not null it takes
r 15 poster
address
9 Country varcha not null it takes
r 10 poster
country
10 State varcha not null it takes
r 10 poster
state
11 City varcha not null it takes
r 10 poster city
12 Pincode int not null it takes
6 poster
pincode
URBAN GUIDE SYSTEM

 Table Viewer_Registration

Sr.No Field Data Siz Constraint Descriptio


. name Type e s n
1 Viewer_i int 5 primary key it takes
d Viewer id
2 Viewer varcha not null it takes
_fname r 15 Viewer first
name
3 Viewer varcha not null it takes
_mname r 15 Viewer
middle
name
4 Viewer varcha not null it takes
_lname r 15 Viewer last
name
5 Viewer varcha not null it takes
_passwor r 15 Viewer
d password
6 Email varcha not null it takes
r 25 Viewer
email
7 Mobileno varcha not null it takes
r 10 Viewer
contact
8 Address varcha not null it takes
r 15 Viewer
address
9 Country varcha not null it takes
r 10 Viewer
country
10 State varcha not null it takes
r 10 Viewer
state
11 City varcha not null it takes
r 10 Viewer city
12 Pincode int 6 not null it takes
Viewer
pincode
URBAN GUIDE SYSTEM

 Table Mobile Category

Sr. Field name Data Siz Constrain Descripti


No Type e ts on
.

mobile_category Int 5 primary it takes


1 _id key mobile
category
id
viewer_id Int 5 foreign it takes
2 key viewer id
mobile_type varch not null it takes
3 ar 15 mobile
type
URBAN GUIDE SYSTEM

 Table Mobile Details

Sr.N Field name Data Siz Constrain Descriptio


o. type e ts n

1 mobile_id Int 5 primary it takes


key mobile id
2 mobile_na varcha not null it takes
me r 15 mobile
name
3 os_type varcha not null it takes
r 15 mobile
operating
system
4 Price Int 7 not null it takes
mobile
price
5 Discount Int 3 not null it takes
mobile
discount
6 Stock Int 4 not null it takes
mobile
stock
7 add_by varcha not null it takes
r 10 poster/admi
n name
8 product_typ varcha not null it takes
e r 10 mobile
type
9 Path varcha not null it takes
r 50 path
10 Filename Varcha not null its takes
r 50 file name
URBAN GUIDE SYSTEM

 Table Mobile Accessories

Sr.N Field name Data Siz Constrai Descripti


o. type e nts on

1 accessories_id Int 5 primary it shows


key mobile
accessorie
s id
2 mobile_categor Int 5 foreign it shows
y_id key mobile
category
id
3 viewer_id Int 5 foreign it shows
key viewer id
4 accessories_na Varch not null it shows
me ar 15 mobile
accessorie
s name
5 Price Int 7 not null it shows
mobile
accessorie
s price
6 Stock Int 4 not null it takes
mobile
accessorie
s stock
7 Discount Int 3 not null it takes
mobile
accessorie
s discount
8 add_by Varch 10 not null it takes
ar poster/ad
min name
9 Path Varch 50 not null it shows
ar path
10 Filename Varch 20 not null its show
ar file name
URBAN GUIDE SYSTEM

 Table Home And Lifestyle

Sr. Field name Data Siz Constrain Descripti


No Type e ts on
.

mobile_category int 5 primary it takes


1 _id key mobile
category
id
poster_id int 5 foreign it takes
2 key poster id
mobile_type varch not null it takes
3 ar 15 mobile
type
URBAN GUIDE SYSTEM

 Table Art
Sr.No Field name Data Siz Constrain Descriptio
. type e ts n

1 art_id int 5
primary it shows art
key id
2 home_id int 5 foreign key it shows
home and
lifestyle id
3 viewer_id int 5 foreign key It shows
viewer id
4 art_name varcha 1 not null it shows art
r 5 name
5 Price int 7 not null it shows art
price
6 Stock int 4 not null it shows art
stock
7 Discount int 3 not null it shows art
discount
8 add_by varcha not null it takes
r 10 poster/admi
n name
9 product_typ varcha not null it shows art
e r 10 type
10 Path varcha not null it shows
r 50 path
11 filename varcha not null its show
r 20 file name
URBAN GUIDE SYSTEM

 Table Clothing

Sr.No. Field Data Size Constr Description


name Type aints
1 cloth_id Int 5 primary it shows cloth id
key
2 home_id Int 5 foreign it shows home id
key
3 poster_id Int 5 foreign it shows poster id
key
4 cloth_type varchar 15 not null it shows cloth
type
5 cloth_name varchar 15 not null it shows cloth
name
6 cloth_size varchar 15 not null it shows cloth
size
7 brand varchar 15 not null it shows cloth
brand
8 price Int 7 not null it shows cloth
price
9 stock Int 4 not null it shows cloth
stock
10 discount Int 3 not null it shows cloth
discount
11 add_by varchar 10 not null it takes
poster/admin
name
14 Product_ty Varchar 10 Not null It shows Cloth
pe type
15 Path Varchar 50 Not null It shows path
16 filename Varchar 20 Not null Its show file
name
URBAN GUIDE SYSTEM

 Table Music
Sr.No. Field name Data Size Constraints Description
Type
1 music_id Int 5 primary key it shows
music id
2 home_id Int 5 foreign key it shows
home and
lifestyle id
3 poster_id Int 5 foreign key it shows
poster id
4 music_type varchar 20 not null it shows
music type
5 movie_name varchar 15 not null it shows
movie name
6 composer varchar 15 not null its shows
music
composer
name
7 price Int 15 not null it shows
music price
8 stock Int 4 not null it shows
music stock
9 discount Int 3 not null it shows
discount
10 add_by varchar 10 not null it takes
poster/admin
name
11 path varchar 50 not null it shows path
12 filename varchar 20 not null its show file
name
URBAN GUIDE SYSTEM

 Table Real Estate Details

Sr.No. Field name Data Size Constraints Descriptio


Type n
1 rs_detail_id Int 5 primary key it shows
real estate
id
2 rs_type varchar 15 not null it shows
real estate
type
3 rs_name varchar 15 not null it shows
real estate
name
4 area varchar 15 not null it shows
real estate
area
5 price Int 7 not null it shows
real estate
price
6 discount Int 3 not null it shows
real estate
discount
7 address varchar 15 not null it shows
real estate
address
8 country varchar 10 not null it shows
real estate
country
9 state varchar 10 not null it shows
real estate
state
10 city varchar 15 not null it shows
real estate
city
11 pincode varchar 6 not null it shows
real estate
pincode
12 add_by varchar 10 not null it takes
URBAN GUIDE SYSTEM

poster/admi
n name
13 path varchar 50 not null it shows
path
14 filename varchar 20 not null its show
file name

 Table Vehicle

Sr.N Field name Data Siz Constrai Descriptio


o. Type e nts n

1 vehicle_id Int 5 primary it shows


key vehicle id
2 Poster/ Int 5 foreign It shows
viewer_id key poster/vie
wer id
3 vehicle_type Varch 1 not null it shows
ar 5 vehicle
type
4 vehicle_name Varch 1 not null it shows
ar 5 vehicle
name
5 vehicle_comp Varch 1 not null it shows
any ar 5 company
of vehicle
6 Price Int 5 not null it shows
vehicle
price
7 mileage Int 2 not null it shows
vehicle
mileage
8 add_by Varch not null it takes
ar 10 poster/adm
in name
9 Path Varch not null it shows
ar 50 path
10 filename Varch not null its show
ar 20 file name
URBAN GUIDE SYSTEM

 Table Bill

Sr.No Field Data Siz Constraint Descriptio


. name Type e s n
1 bill_id Int primary it shows
5 key bill id
2 Prod_id int foreign key It shows
5 prod id
3 v_name varcha not null it shows
r 15 viewer
name
4 address varcha not null it shows
r 15 viewer add
5 unit Int 5 not null it shows
bill unit
6 service_ta Int 5 not null it shows
x bill tax
7 vat Int 5 not null it shows
bill vat
8 date date date it shows
bill date
9 amount Int 8 not null it shows
bill amount
10 discount Int 7 not null it shows
bill
discount

 Table Send_notification

Sr.No Field Data Size Constraints Description


name Type

1 mail_id varchar 25 not null it takes


poster/admin
id
2 message varchar 45 not null it takes
message
URBAN GUIDE SYSTEM

 Table Send_response

Sr.No. Field Data Size Constraints Description


name Type

1 email varchar 25 not null it shows


poster id
2 message varchar 45 not null it takes
message
3 city varchar 15 not null it shows
city
URBAN GUIDE SYSTEM

4.2Data Dictionary:-
Sr.No Field Data Size Constrain Description Table
. name type ts name
1 admin_id Int 5 primary it takes admim
key admin id _login
2 admin_na varchar 15 not null it takes admin
me admin name _login
3 admin_pa varchar 10 not null it takes admin
ssword admin _login
password
4 admin_e varchar 25 not null it takes admin
mail admin email _login
1 Poster_id Int 5 primary it takes Poster
key poster id _regist
er
2 Poster_fn varchar 15 not null it takes Poster
ame poster first _regist
name er
3 Poster_m varchar 15 not null it takes Poster
name poster _regist
middle er
name
4 Poster_ln varchar 15 not null it takes Poster
ame poster last _regist
name er
5 Poster_pa varchar 15 not null it takes Poster
ssword poster _regist
password er
6 Email varchar 25 not null it takes Poster
poster email _regist
er
7 Mobileno varchar 10 not null it takes Poster
poster _regist
contact er
8 Address varchar 15 not null it takes Poster
poster _regist
address er
9 Country varchar 10 not null it takes Poster
poster _regist
country er
10 State varchar 10 not null it takes Poster
URBAN GUIDE SYSTEM

poster state _regist


er
11 City varchar 10 not null it takes Poster
poster city _regist
er
12 Pincode int 6 not null it takes Poster
poster _regist
pincode er
1 Viewer_i int 5 primary it takes Viewe
d key Viewer id r_regis
ter
2 Viewer varchar 15 not null it takes Viewe
_fname Viewer first r_regis
name ter
3 Viewer varchar 15 not null it takes Viewe
_mname Viewer r_regis
middle ter
name
4 Viewer varchar 15 not null it takes Viewe
_lname Viewer last r_regis
name ter
5 Viewer varchar 15 not null it takes Viewe
_passwor Viewer r_regis
d password ter
6 Email varchar 25 not null it takes Viewe
Viewer r_regis
email ter
7 Mobileno varchar 10 not null it takes Viewe
Viewer r_regis
contact ter
8 Address varchar 15 not null it takes Viewe
Viewer r_regis
address ter
9 Country varchar 10 not null it takes Viewe
Viewer r_regis
country ter
10 State varchar 10 not null it takes Viewe
Viewer state r_regis
ter
11 City varchar 10 not null it takes Viewe
Viewer city r_regis
ter
URBAN GUIDE SYSTEM

12 Pincode Int 6 not null it takes Viewe


Viewer r_regis
pincode ter
1 mobile_c Int 5 primary it takes Mobil
ategory_i key mobile e_
d category id catego
ry
2 viewer_i Int 5 foreign it takes Mobil
d key poster/view e_
er id catego
ry
3 mobile_t varchar 15 not null it takes Mobil
ype mobile type e_
catego
ry
1 mobile_i Int 5 primary it takes Mobil
d key mobile id e_deta
ils
2 mobile_n varchar 15 not null it takes
ame mobile
name
3 os_type varchar 15 not null it takes
mobile
operating
system
4 Price Int 7 not null it takes
mobile price
5 Discount Int 3 not null it takes
mobile
discount
6 Stock Int 4 not null it takes
mobile
stock
7 add_by varchar 10 not null it takes
poster/admi
n name
8 product_t varchar 10 not null it takes
ype mobile type
9 Path varchar 50 not null it takes path
10 Filename Varchar 50 not null its takes file
name
1 accessori Int 5 primary it shows
URBAN GUIDE SYSTEM

es_id key mobile


accessories
id
2 mobile_c Int 5 foreign it shows
ategory_i key mobile
d category id
3 viewer_i Int 5 foreign it shows
d key viewer id
4 accessori Varchar 15 not null it shows
es_name mobile
accessories
name
5 Price Int 7 not null it shows
mobile
accessories
price
6 Stock Int 4 not null it takes
mobile
accessories
stock
7 Discount Int 3 not null it takes
mobile
accessories
discount
8 add_by Varchar 10 not null it takes
poster/admi
n name
9 Path Varchar 50 not null it shows
path
10 Filename Varchar 20 not null its show file
name
1 home_id Int 5 primary it shows
key home and
lifestyle id
2 viewer_i Int 5 foreign it shows
d key viewer id
3 category_ Varchar 15 not null it shows
name categories
of home
and
lifestyle
1 art_id int 5 primary it shows art
URBAN GUIDE SYSTEM

key id
2 home_id Int 5 foreign it shows
key home and
lifestyle id
3 viewer_i Int 5 foreign It shows
d key viewer id
4 art_name varchar 15 not null it shows art
name
5 Price Int 7 not null it shows art
price
6 Stock Int 4 not null it shows art
stock
7 Discount Int 3 not null it shows art
discount
8 add_by varchar 10 not null it takes
poster/admi
n name
9 product_t varchar 10 not null it shows art
ype type
10 Path varchar 50 not null it shows
path
11 filename varchar 20 not null its show file
name
1 cloth_id Int 5 primary it shows
key cloth id
2 home_id Int 5 foreign it shows
key home id
3 viewer_i Int 5 foreign It shows
d key viewer id
4 cloth_typ Varchar 15 not null it shows
e cloth type
5 cloth_na Varchar 15 not null it shows
me cloth name
6 cloth_siz Varchar 15 not null it shows
e cloth size
7 brand Varchar 15 not null it shows
cloth brand
8 price Int 7 not null it shows
cloth price
9 stock Int 4 not null it shows
cloth stock
URBAN GUIDE SYSTEM

10 discount Int 3 not null it shows


cloth
discount
11 add_by Varchar 10 not null it takes
poster/admi
n name
12 Product_t Varchar 10 Not null It shows
ype Cloth type
13 Path Varchar 50 Not null It shows
path
14 filename Varchar 20 Not null Its show file
name
1 music_id Int 5 primary it shows
key music id
2 home_id Int 5 foreign it shows
key home and
lifestyle id
3 viewer_i Int 5 foreign it shows
d key viewer id
4 music_ty varchar 20 not null it shows
pe music type
5 movie_na varchar 15 not null it shows
me movie name
6 Compose varchar 15 not null its shows
r music
composer
name
7 Price Int 15 not null it shows
music price
8 Stock Int 4 not null it shows
music stock
9 Discount Int 3 not null it shows
discount
10 add_by varchar 10 not null it takes
poster/admi
n name
11 Path varchar 50 not null it shows
path
12 filename varchar 20 not null its show file
name
1 rs_id Int 5 primary it shows real
key estate id
URBAN GUIDE SYSTEM

2 rs_type varchar 15 not null it shows real


estate type
3 rs_name varchar 15 not null it shows real
estate name
4 area varchar 15 not null it shows real
estate area
5 price Int 7 not null it shows real
estate price
6 discount Int 3 not null it shows real
estate
discount
7 address varchar 15 not null it shows real
estate
address
8 country varchar 10 not null it shows real
estate
country
9 state varchar 10 not null it shows real
estate state
10 city varchar 15 not null it shows real
estate city
11 pincode varchar 6 not null it shows real
estate
pincode
12 add_by varchar 10 not null it takes
poster/admi
n name
13 path varchar 50 not null it shows
path
14 filename varchar 20 not null its show file
name
1 vehicle_i Int 5 primary it shows
d key vehicle id
2 Poster/ Int 5 foreign It shows
viewer_i key poster/view
d er id
3 vehicle_t Varchar 15 not null it shows
ype vehicle type
4 vehicle_n Varchar 15 not null it shows
ame vehicle
name
5 vehicle_c Varchar 15 not null it shows
URBAN GUIDE SYSTEM

ompany company of
vehicle
6 Price Int 5 not null it shows
vehicle
price
7 mileage Int 2 not null it shows
vehicle
mileage
8 add_by Varchar 10 not null it takes
poster/admi
n name
9 Path Varchar 50 not null it shows
path
10 filename Varchar 20 not null its show file
name
1 bill_id Int 5 primary it shows bill
key id
2 Prod_id int 5 foreign It shows
key prod id
3 v_name varchar 15 not null it shows
viewer
name
4 address varchar 15 not null it shows
viewer add
5 unit Int 5 not null it shows bill
unit
6 service_t Int 5 not null it shows bill
ax tax
7 vat Int 5 not null it shows bill
vat
8 date date date it shows bill
date
9 amount Int 8 not null it shows bill
amount
10 discount Int 7 not null it shows bill
discount
1 mail_id varchar 25 not null it takes
poster/admi
n id
2 message varchar 45 not null it takes
message
1 email varchar 25 not null it shows
URBAN GUIDE SYSTEM

poster id
2 message varchar 45 not null it takes
message
3 city varchar 15 not null it shows city
URBAN GUIDE SYSTEM

Screen shots
5.1 Input Screens:-
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM

5.2 Reports:-
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM

Testing Reports
Project Urban
Guide
Syste
m
Modul Admin
e
name

Platfor windo
m ws7,X
P
Sr.no Test Mod Descri Step to be Actual Expecte Status
Case ule ption Followed Result d Result
Id Nam
e
1. Tc_00 Adm The 1. open Sign In Sign in Pass
1 in websit the web Page Page
Logi e browser open Should
n should applicatio the be
be n. Web Open.
open 2. Enter Applica
and the URL. tion.
displa 3. Click
y the on Sign in
login .
page. 4.Enter
the User
Name and
Passward.
5. Click
on Submit
Button.

2. Tc_00 verify 1. Launch Messag Message Pass


2 the the e window
functio applicatio window should
nality displayi be
n.
of ng display
submit 2.Enter "Please “Please
Button Enter Enter
URBAN GUIDE SYSTEM

the URL. the the


userna usernam
3. Click me e greater
on Sign In greater than 7
than 7 characte
4. Enter charact rs”
the all ers"
filed and
enter less
than 7
character
in
username
field.

5.click on
submit
button
3. Tc_00 verify 1. Launch messag User Fail
3 the the e Enter
functio applicatio window the all
nality displayi fields
n on a
of ng less than
submit Web "Regist 7
Button browser. ration characte
. 2. Enter success rs
the URL. " message
window
3. Click should
on Sign be
in. display
"Registr
4.Enter ation is
the all not
filed and Successf
ull"
enter more
than 7
character
in
username
URBAN GUIDE SYSTEM

field

5.Click on
Submit
Button.
Project Urban
Guide
Syste
m
Modul Poster
e
name

Platfor windo
m ws7,X
P
1. Tc_00 Post Verify 1. Launch "messa "messag Pass
1 er the the Web ge e
Funcili Applicatio window window
ty of n on the displayi should
the Web ng display
Poster Browser. "poster "poster_
_id 2. Enter _id” id”
Field. the URL. field field
3. Click should should
on Sign have have
in. starting starting
4. Enter with with
the wrong charact characte
poster_id er value r value.
field.
5. click on
submit
button
2. Tc_00 Verify 1. Launch Messag Message Fail
2 the The Web e Window
functio Applicatio window should
nality displayi not
n on the
of ng dispay
poster Web "send “send
_id browser. notifica notificat
field tion ion
URBAN GUIDE SYSTEM

2)Enter success Successf


the URL. fully” ul.

3.Click on
Sign in.

4. Enter
the correct
poster_id
field.
5 .click on
submit
button

2. Enter
the correct
poster_id
field.
3.click on
submit
button
3. TC_00 Verify 1. Launch "messa "messag Pass.
3 the the Web ge e
functio Applicatio window window
nality n on the displayi should
of Web ng display
poster browser. "poster "poster_
_id 2. Enter _id” id”
field. the url. field field
3. Click should should
on Sign have have not
in. not empty
4. Enter empty values”.
the wrong values”
poster_id .
field.
5.click on
submit
button
4. Tc_00 Verify 1. Launch Messag Message Pass
URBAN GUIDE SYSTEM

4 the the e window


functio Applicatio window displayi
nality n on the displayi ng
of browser. ng "poster_
poster 2. Enter "poster id field
_id the URL. _id given
field. 3. Click field successf
on Sign given ully”
in. success
4. Enter fully”
the
Correct
poster_id
field.
5. Click
on Submit
Button.
5. Tc_00 Verify 1. Enter Messag Message Pass
5 the the e window
functio Applicatio window should
nality n on the displayi display"
of Web ng first
Poster browser. "first name
_ first 2. Enter name field
name the URL. field should
field. 3.Click on should have
Sign in have only
4. Enter only characte
the all charact r values"
field and er
enter values"
wrong
value in
firstname
field.
5.click on
submit
button.

6. Tc_00 Verify 1. Launch messag message Pass


6 the the e window
Functi Applicatio window should
URBAN GUIDE SYSTEM

onality n on the displayi display


of Web ng "Registr
Poster browser. "Regist ation
_ First 2.Enter ration successf
name the Url. success ul"
Field. 3. Click ful"
on Sign
in.
4. Enter
the all
filed and
enter
correct
value in
firstname
field.
3.click on
submit
button
7 Tc_00 Verify 1.Launch messag message Fail
7 the the e window
functio Applicatio window displayi
nality n on the displayi ng
of Web ng "middle
Poster browser. "middle name
_middl 2. Enter name field
e the URL. field should
name 3. Click should have
field. on Sign have only
in. only characte
4. Enter charact r ,digit
the all er and
filed and values" symbol
enter values"
wrong
value in
middle
name
field.
5.click on
submit
button
URBAN GUIDE SYSTEM

8. Tc_00 Verify 1. Launch Messag Message Pass


8 the the Web e window
functio Applicatio window should
nality n on the displayi display"
of browser. ng Registra
Poster 2. Launch "Regist tion
_middl the URL. ration successf
e 3. Click success ully"
name on Sign fully"
field. in.
4. Enter
the all
filed and
enter
correct
value in
middle
name
field.
5.click on
submit
button
Project Urban
Guide
Syste
m
Modul Viewe
e r
name

Platfor windo
m ws7,X
P
3. Tc_00 Vie Verify 1. Launch messag message Pass
1 wer the the Web e window
functio Applicatio window should
nality n On the displayi display"
of Web ng Please
submit Browser. "Please Enter
button 2. Enter Enter the all
the URL. the all mandeto
URBAN GUIDE SYSTEM

3. Click mandet ry
on Sign ory fields"
in. fields"
4. Enter
the field
value and
leave
single
field
empty.
5.click on
submit
button
2. Tc_00 Verify 1.Launch messag Message Pass
2 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng "first
of first Web ng name
name Browser. "first field
field. 2. Enter name should
the URL. field have
3. click on should only
Sign in. have characte
4. Enter only r values"
the all charact
filed and er
enter values"
wrong
value in
firstname
field.
5.click on
submit
button
3 Tc_00 Verify 1. Launch Messag Message Pass
3 the the e window
Functi applicatio window displayi
onality displayi ng
n on the
of ng "Registr
First Web "Regist ation
name browser. ration success"
Field. success
URBAN GUIDE SYSTEM

2. Enter "
the URL.

3. click on
Sign in.

4. Enter
the all
filed and
enter
correct
value in
firstname
field.
5.click on
submit
button

4 Tc_00 Verify 1.Launch messag message Pass


4 the the e window
functio applicatio window displayi
nality n on the displayi ng
of web ng "middle
middle browser. "middle name
name 2. Enter name field
field. the URL. field should
3.Click on should have
Sign. have only
4. Enter only characte
the all charact r values"
filed and er
enter values"
wrong
value in
middle
name
field.
5.click on
submit
button
5. Verify 1.launch messag message Pass
URBAN GUIDE SYSTEM

the the Web e window


functio applicatio window displayi
nality n on the displayi ng
of web
ng "Registr
middle browser.
name 2. Enter "Regist ation
field. the URL. ration success"
3.click on success
Sign in "
button.
4. Enter
the all
filed and
enter
correct
value in
middle
name
field.
5.click on
submit
button

6. Verify 1. launch "messa "messag Fail


the the Web ge e
functio applicatio window window
n on the displayi displayi
nality
web ng ng "last
of last browser. "last name
name 2. Enter name field
field. the URL. field should
3.click on should have
Sign in have display
button. only characte
4. Enter charact r ,digits ,
the all er symbol
filed and values" values"
enter
wrong
value in
last name
URBAN GUIDE SYSTEM

field.
5.click on
Submit.
7. verify 1. Launch messag message pass
the the web e window
functio Applicatio window show
nality n on the displayi display
of last Web ng "Registr
name browser. "Regist ation
field 2.Enter ration successf
the url. success ully".
3.click fully".
Sign in.
4. verify
the
functionali
ty of last
name field
Enter the
all filed
and enter
correct
value in
last name
field.
5.click on
submit

Project Urban Sub_


Guide Cate
Syste gary
m
Modul Mobil
e e
name

Platfor windo
m ws7,X
P
1. Tc_00 Mob Verify 1. Launch "messa "messag Pass
1 ile the the ge e
URBAN GUIDE SYSTEM

functio Applicatio window window


nality n of web displayi displayi
of the browser. ng ng
mobile 2. Enter "catego "categor
catega the URL. ry id y id
ry_id 3.Click on field field
Sign in. should should
4. Enter have have
the all only only
filed and starting starting
enter with with
wrong alphabe alphabet
value in t values"
category values"
id field.
5.click on
submit
button
2. Tc_00 Verify 1.Launch "messa "messag fail
2 the the web ge e
functio applicatio window window
n of the displayi displayi
nality
web ng ng
of browser. "catego "categor
catego 2. Enter ry id y id
ry id the field field
field URL. should should
3. Click have have
on Sign only only
in. starting starting
4. . Enter with with
the all alphabe alphabet
filed and t values,it
enter values" can be
wrong display
value in the
category Special
id field. symbol"
5.click on
submit
button.
3. Tc_00 Verify 1.Launch "messa "messag Pass
URBAN GUIDE SYSTEM

3 the the web ge e


funcati applicatio window window
onality n on the displayi displayi
of the web ng ng
Mobil browser. “mobile "mobile
e_id 2.Enter _id” _id”
Field. thae URL. field field
3. Click should should
on Sign have have
in. starting starting
4. Enter with with
the wrong charact characte
Mobile_id er and r asa
field. number well as
5.click on value. Number
submit value.
button.
Project Urban
Guide
Syste
m
Modul Home
e And
name LifeSt
yle
Platfor windo
m ws7

1. Tc_00 Hom Verify 1. Launch "messa "messag Pass


1 e the the web ge e
And funcati applicatio window window
Life onality n of the displayi displayi
Style of the web ng ng
. Home browser. “Home “Home_
_id 2. _id” id”
field. Enter the field field
URL. should should
3.Click on have have
Sign in. starting starting
4.Enter with with
the Wrong charact characte
Home_id er and r and
URBAN GUIDE SYSTEM

Field. number number


5.Click on value. value.
submit
Button.
2. Tc- Verify 1. Launch "Messa "Messag Pass
002 the the web ge e
Functi applicatio window window
onality n of the displayi displayi
of the Web ng ng
Catega browser. "catego "categor
ry_na 2. Enter ry y id
meFiel the URL. name field
d 3.Click on field should
name. Sign in. should have
4. Enter have only
the all only starting
filed and starting with
enter with characte
wrong Charact r values"
value in er
category values"
name
field.
5.click on
submit
button

Project Urban
Guide
Syste
m
Modul Real_
e Estate
name

Platfor windo
m ws7,X
P
1 Tc_00 Real Verify 1. Launch "messa "messag pass
1 _Est the the ge e
ate Functi applicatio window window
onality n on the displayi displayi
URBAN GUIDE SYSTEM

of the web ng ng
Real browser. "catego "categor
Estate 2. Enter ry id y id
id(RS_ the url. field field
id) 3Click on should should
Sign . have have
4. only only
Enter the starting starting
URL. with with
3.Click on alphabe alphabet
Sign in. t and and
4.Enter charact characte
the Wrong er and r and
RS_id number number
Field. values" values.
5.Click on
submit
Button.
2 Tc_00 Verify 1. Launch messag message Pass
2 the the web e window
Functi applicatio window displayi
onality displayi ng
n on the
of the ng "Registr
City web "Regist ation
Fileld. browser. ration successf
success ull"
2.Enter full"
the URL.

3.click on
Sign in

4. Enter
the all

filed and
enter
correct
value in
city field.

5.Click on
URBAN GUIDE SYSTEM

Submit
button.
Project Urban
Guide
Syste
m
Modul Vechic
e al
name

Platfor windo
m ws7,X
P
1. Tc_00 Vec Verify 1. Launch "messa "messag Pass
1 hical the the ge e
Functi applicatio window window
onalty n on the displayi displayi
of the web ng ng
Vechic browser. "Vechi "vechica
al _id. 2. Enter cal_id l_ id
the URL. field field
3.Click on should should
Sign in have have
4. Enter only only
the all starting starting
filed and with with
enter alphabe alphabet
wrong t values"
value in values"
Echocal_
id field.
5.click on
submit
button

2. Tc_00 Verify 1. Launch messag message Fail


2 the the e window
Functi applicatio window displayi
onality n on the displayi ng "first
of the web ng name
Vechic browser. "first field
URBAN GUIDE SYSTEM

al_na 2. Enter name should


me the URL. field have
field . 3. Click should only
on Sign in have characte
4. Enter only r values
the all charact aswell
filed and er as
enter values" Alphabe
wrong t value
value in ".
firstname
field.
5 .click on
submit
button

3. Tc_00 Verify 1. Launch messag message Pass


3 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of the Web ng "Registr
Vechic browser. "Regist ation
al_na 2. Enter ration successf
me the URL. success ully"
field . 3. Click fully
on Sign in
.
4. Enter
the all
filed and
enter
correct
value in
Vechical_
name
field.
5 .click on
submit
button

Project Urban
Guide
URBAN GUIDE SYSTEM

Syste
m
Modul Entert
e ainme
name nt

Platfor windo
m ws7,X
P
1. Tc_00 Ente Verify 1. Launch messag message pass
1 rtain the the Web e window
ment functio Applicatio window displayi
nality n on the displayi ng
of the Web ng "Entertai
Entert browser. "Entert nment
ainme 2. Enter ainment _id
nt _id the URL. _id esuccess
field. 3. Click esucces fully”
on Sign in sfully”
.
4. 2. Enter
the field
correct
value of
Entertain
ment_id .
5.click on
submit
button

2. Tc_00 Verify 1. Launch messag message Fail


7 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of Web ng "Entertai
"Entert browser. "Entert nment
ainme 2. Enter ainment _id not
nt _id the URL. _id successf
field. 3. Click success ully”
on Sign in fully”
.
4. Enter
URBAN GUIDE SYSTEM

the field
wrong
valueEnter
tainment_i
d
5. click on
submit
button.
Project Urban
Guide
Syste
m
Modul Home
e Lifecy
name cle

Platfor windo
m ws7,X
P
1. Tc_00 Even Verify 1. Launch messag message Pass
1 t the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of Web ng "event
"Event browser. "Event _id
_id 2. Enter _id successf
field. the URL. success ully”
3. Click fully”
on Sign in
.
4. Enter
the field
wrong
value
event_id
5. click on
submit
button.
2. Tc_00 Verify 1. Launch messag message Pass
2 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
URBAN GUIDE SYSTEM

of city Web ng "Registr


name browser. "Regist ation
field. 2. Enter ration successf
the URL. success ul"
3. Click ful"
on Sign in
.
4. Enter
the all
filed and
enter
correct
value in
city field.
5.click on
submit
button

3. Tc_00 Verify 1. Launch messag message Pass


3 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of Web ng "Registr
state browser. "Regist ation
name 2. Enter ration successf
field. the URL. success ul"
3. Click ful"
on Sign in
.
4. Enter
the all
filed and
enter
correct
value in
state name
field.
5.click on
submit
button
4. Tc_00 Verify 1. Launch messag message Pass
4 the the Web e window
URBAN GUIDE SYSTEM

functio Applicatio window displayi


nality n on the displayi ng
of PIN Web ng "pincon
code browser. "pincon de field
field. 2. Enter de field should
the URL. should have
3. Click have only
on Sign in only numeric
. numeri values"
c
4. Enter values"
the all
filed and
enter
wrong
value in
pincode
field.
5 .click on
submit
button
Project Urban
Guide
Syste
m
Modul Contac
e t
name

Platfor windo
m ws7,X
P
1. Tc_00 Jobs Verify 1. Launch messag message Pass
1 the the Web e window
Functi Applicatio window displayi
onality n on the displayi ng
of Web ng "Registr
job_id browser. "Regist ation
Field. 2. Enter ration unsucce
the URL. unsucce ssful"
3. Click ssful"
on Sign in
URBAN GUIDE SYSTEM

.
4. Enter
the field
wrong
value of
job_id
5. click on
Submit
button
2. Tc_00 Verify 1. Launch messag message Pass
2 the the Web e window
Functi Applicatio window displayi
onality n on the displayi ng
of Web ng "Registr
job_id browser. "Regist ation
Field. 2. Enter ration successf
the URL. success ul"
3. Click ful"
on Sign in
.
4. Enter
the field
correct
value of
job_id
5. click on
Submit
button
3. Tc_00 Verify 1. Launch messag message Pass
3 the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of Web ng "Registr
state browser. "Regist ation
name 2. Enter ration successf
field. the URL. success ul"
3. Click ful"
on Sign in
.
4. Enter
the all
filed and
URBAN GUIDE SYSTEM

enter
correct
value in
state name
field.
5.click on
submit
button
4. Tc_00 Verify 1. Launch messag message Fail
the the Web e window
functio Applicatio window displayi
nality n on the displayi ng
of PIN Web ng "pincon
code browser. "pincod de field
field. 2. Enter e field should
the URL. should have
3. Click have only
on Sign in only numeric
. numeri value as
c well as
4. Enter values" characte
the all r value".
filed and
enter
wrong
value in
pincode
field.
5. Click
on submit
button.
URBAN GUIDE SYSTEM

Conclusion

This E-Classified has been my sincere efforts to computerize


the calssified.com, - A Project. As an enhancement fully
computerized system with GUI features, it takes a lot of efforts
in the developer’s side so that in the client side there is no
problem encountered. Moreover, as per client, all the technical
terminologies are used to the site for better interface with the
site.

The e-classified site will be helping to the user for maintaining


the various details of the ad’s etc

As the convention that “No system is perfect” this system also


has some limitation and drawback and at the same time it has
fulfilled the objectives and goals of the organization.

The Site greatly reduces the Time through process and


increases the productivity. The site generated error message
whenever required. The validation facility of the site totally
eliminates the chance of wrong data entry. .

Hence, it will help to reduce lots of paper work. It will also


help the user to get all the information at a single stop and on
one single click. And being in the age of Computers, as
Computerization is becoming a fashion.
URBAN GUIDE SYSTEM

7.2 Limitations & Future Scope:-

 Data backup utility runs automatically on driver.


 Calling via internet.
 SMS gateway can be attached to the system so that any
message can be available by user mobile.
 Disaster recovery process.
 Website support for multiple languages.
URBAN GUIDE SYSTEM

User Manual

This website gives the online advertisements plans to the


viewer, It gives facility to the viewer to view advertisements
according to them.

There are three user of system:

1. Viewer
2. Administrator
3. Poster

Login :

Each time viewer access the system and performs the


appropriate actions and view information. User name and
password will be assigned by administrator.

Website Over-view :

Facilities:-

o The website will provide login facility to all users.


o New user can register through registration option.
o They can create their profile and store and process their
information according to the field that is given in their
profile.
o It has the benefits synchronous and asynchronous
interaction between viewer, admin and poster
(advertiser).
o Admin can check which advertisement can select
viewer, viewer feedback.
o Poster can post new advertisements and the whole
website maintained by the administrator.
URBAN GUIDE SYSTEM

If there is something confidential information to be sent,


administrator can send email to the email ids of
respective other viewer and poster (advertiser).This his
inbox i.e. yahoo or other to get the details in the emails.
The web application will provide a list of different types
of advertisements. Non register users can also see this
website.

Setting your account:

On the page of the website, ”Registration” link in


the login tab are being provided by the system.
Each Individual registers and gets auto-generated
unique name and password. With that name and
password users can logs in the system and can do their
work accordingly.

Operations manual/ Menu explanation:-

Quick Setup Guide

The basic operations that you can perform on Smart E-


Marketer applications are:

Registration:

If you are new user, the application will provide you


a link to register yourself to get unique user-name and
password. With the help of the register link you will be
able to get registered. The link will provide you the
facility to create your profile. Through this account you
can access all facilities provide by the web application
per the user type. It has the benefits of synchronous and
asynchronous interaction between all users.

Bibliography
URBAN GUIDE SYSTEM

 Books
 Java-2 Complete Reference - by
Patrick Naughton
 Pure Javascript - by Jason
Gillam, Charlton Try, R.AllenWyke
 HTML Complete Reference - by BPB
publications
 Java Server Programming - by
Apress publication

 References

 http://www.sun.com
 http://www.tutorialspoint.com
 http://www.google.com
 http://www.javatpoint.com
 http://www.webopedia.com

10 ANNEXURES
URBAN GUIDE SYSTEM

1: User Interface Screens:-


URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM

10 ANNEXURES

2: Output Reports with data:-


URBAN GUIDE SYSTEM
URBAN GUIDE SYSTEM

10 ANNEXURES

3:Sample program code:-

<!DOCTYPE html>

<html>

<head>

<title>UrbanGuide</title>

<link href="css/bootstrap.css" rel="stylesheet" type="text/css"


media="all" />

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

<script src="js/jquery.min.js"></script>

<script src="js/login.js"></script>

<!-- Custom Theme files -->

<!--theme-style-->

<link href="css/style.css" rel="stylesheet" type="text/css"


media="all" />

<!--//theme-style-->

<meta name="viewport" content="width=device-width, initial-


scale=1">

<meta http-equiv="Content-Type" content="text/html;


charset=utf-8" />

<meta name="keywords" content="Fidele Responsive web


template, Bootstrap Web Templates, Flat Web Templates,
Andriod Compatible web template,
URBAN GUIDE SYSTEM

Smartphone Compatible web template, free webdesigns for


Nokia, Samsung, LG, SonyErricsson, Motorola web design" />

<script type="application/x-javascript">
addEventListener("load", function() { setTimeout(hideURLbar,
0); }, false); function hideURLbar(){ window.scrollTo(0,1); }
</script>

<!---->

<script src="js/menu_jquery.js"></script>

</head>

<body>

<!--header-->

<div class="header">

<div class="container">

<div class="logo">

<img src="images/logo.png" alt="" >

</div>

<div class="head-right">

<div class="head-grid">

<ul>

<li ></li>

<!--<li
style="color:white";>|</label>-->

<li><div id="loginContainer"><a
href="#" id="loginButton"><span>Login</span></a>
URBAN GUIDE SYSTEM

<span
style="color:white";>&nbsp &nbsp &nbsp|</span>

<a href="RegistrationPage.jsp"
id="loginButton"><span>Sign up</span></a>

<div id="loginBox">

<form
id="loginForm" action="Viewer_Controller" method="post">

<fieldset
id="body">

<fieldset>

<label
for="email">Email Address</label>

<input type="text" name="email" id="email"


onblur="emailCheck()" placeholder="Email Address here">

</fieldset>

<fieldset>

<label for="password">Password</label>

<input type="password" name="password" id="password"


onblur="passcheck()" placeholder="password here">

</fieldset>

<input type="submit" id="login" value="Sign in"


name="SubmitButton">
URBAN GUIDE SYSTEM

<!--
<label for="checkbox"><input type="checkbox"
id="checkbox"> <i>Remember me</i></label>-->

</fieldset>

<span><a href="RegistrationPage.jsp"><u>Create
Account </u></a></span>

<span><a
href="#"><u>Forgot your password?</u></a></span>

</form>

</body>

</html>

You might also like