Project PC
Project PC
1.INTRODUCTION
‘Doctor PC’ is a website for selling computers parts and accessories. In this the
users have the ability to customize their computer or device by choosing required company
accessories directly from our website. Here we provide a provision for purchase and compare
more and more options to customise their device. Our website is a user friendly platform, so that
they can choose or search their accessories or computer parts based on their income. That is they
can have to filter the products by price.
.
1.2 OBJECTIVES
2. SYSTEM ANALYSIS
2.1 INTRODUCTION
existing system is manual system. All activities done manually. The shop employees and their
customer’s availability, experience, inefficient to do some activities. In existing system, there is
no option to customize their entire device as their own requirements. They have to purchase an
entire computer device from the shop or from a online e-commerce websites. There is no sites
available such that user have to customize their own required accessories directly from one
website and assemble as a customised device. As like that no more websites provide provision
to compare their required accessories to find out the better one.
Disadvantages
Our proposed system is efficient system that can overcome all of disadvantages we found on
existing systems. Here we have provided provision for customise their entire device with
affordable and branded computer parts. The user had to build their laptop or computer system
by assembling required and satisfied accessories. So that they got high performance. The user
have to customize their device with quality accessories. Here we added the Brand as a module
so that user can purchase to customise required products without tension because it provides
more loyalty to the users.
Advantages
feasibility study is a detailed analysis that considers all of the critical aspects of a
proposed project in order to determine the likelihood of it succeeding. Success in
business may be defined primarily by return on investment, meaning that the project will
generate enough profit to justify the investment.
Technical feasibility
Technical feasibility study helps organisations determine whether they have the technical
resources to convert the idea into a fully function. The study is carried out to check the
technical feasibility, that is, the technical requirements of the system. Any system
developed must not have a high demand on the available technical resources. This will
lead to high demands on the available technical resources. The developed system must
have a modest requirement, as only minimal or null changes are required for
implementing this system. This is related to the technicality of the project. This
evaluation determines whether the technology needed for the proposed system is
available or not. It deals with hardware as well as software requirements.
Operational feasibility
The purpose of the operational feasibility is to determine whether the new system will be used if
it is developed and implemented and whether there will be resistance from user that will
undermine the possible application benefits. The aspect of study is to check the level of
acceptance of the system by the user. This includes the process of training the user to use the
system efficiently. The user must not feel threatened by the system, instead must accept it as a
necessity. The level of acceptance by the user solely depends on the methods that are employed
to educate the user about the system and to make him familiar with it. His level of confidence
must be raised so that he is also able to make some constructive.
Economical feasibility
Economical feasibility is the most frequently used method for evaluating the effectiveness of the
candidate system. It is very essential because the main goal of the proposed system is to have
economically better result along with increased efficiency. A cost evaluation is weighed against
the ultimate income or product. Economic justification is generally the bottom-line consideration
that includes cost benefit analysis, long term corporate income strategies, and cost of resources
needed for development and potential market growth.
3. SYSTEM ENVIRONMENT
3.1 INTRODUCTION
A system environment refers to the collection of hardware, and data that make up a computer
system. This include the physical components of a computer such as cpu, memory, storage
devices, and input /output devices, as well as the software application and operating system that
run on it.
• Database : My SQL
PHP is a popular open source programming language that is widely used for web development.
PHP is a general-purpose scripting language geared towards web development.[9] It was
originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in
1995.[10][11] The PHP reference implementation is now produced by the PHP Group.[12] PHP
was originally an abbreviation of Personal Home Page,[13][14] but it now stands for the
recursive initial PHP: Hypertext processor. PHP code is usually processed on a web server by a
PHP interpreter implemented as a module, a daemon or a Common Gateway Interface (CGI)
executable. On a web server, the result of the interpreted and executed PHP code—which may be
any type of data, such as generated HTML or binary image data—would form the whole or part
of an HTTP response. Various web template systems, web content management systems, and
web frameworks exist that can be employed to orchestrate or facilitate the generation of that
response.
2. HTML
The Hyper Text Mark up Language or HTML is the standard mark up language for documents
designed to be displayed in a web browser. It defines the meaning and structure of web content.
It is often assisted by technologies such as Cascading Style Sheets and scripting languages such
as JavaScript. HTML stands for Hyper Text Mark up Language. HTML is the standard mark up
language for creating Web pages. HTML describes the structure of a Web page. HTML consists
of a series of elements. HTML elements tell the browser how to display the content.it is easy to
learn and understand ,making it accessible to developers of all skill levels.
3. CSS
CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and
structuring web pages (HTML or XML). This language contains coding elements and is
composed of these “cascading style sheets” which are equally called CSS files (. css). CSS is
used to define styles for your web pages, including the design, layout and variations in display
for different devices and screen sizes.
4. SQL
The full form of SQL is Structured Query Language. SQL is a program created and
formulated in the Relational Database Management System to handle structured data. Let's create
a table that stores weather data for different cities and has no duplicate ID fields. Such a selection
of rows is the fundamental way of imposing 'restriction' on the data to be viewed. Such a
selection of specific columns is referred to as 'projection' in SQL terminology
5. JavaScript
JavaScript is a scripting language used to develop web pages. Developed in Netscape,
JS allows developers to create a dynamic and interactive web page to interact with visitors and
execute complex actions. It also enables users to load content into a document without reloading
the entire page. JavaScript is a lightweight, cross-platform, single-threaded, and interpreted
compiled programming language.
2. MySQL
A database is a structured collection of data. It may be anything from a simple shopping
list to a picture gallery or the vast amounts of information in a corporate network. To add, access,
and process data stored in a computer database, you need a database management system such as
MySQL Server. Since computers are very good at handling large amounts of data, database
management systems play a central role in computing, as standalone utilities, or as parts of other
applications.
3.3.3 Frameworks
1. Bootstrap
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first
front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design
templates for typography, forms, buttons, navigation, and other interface components.it also
provides a powerful grid system for laying out web pages, as well as built-in support for
responsive design, making it easy to create web applications that work across a wide range of
devices and screen sizes.
2. Ajax
Ajax enables a web application user to interact with a web page without the interruption of
constant web page reloading. Website interaction happens quickly with only portions of the
page reloading and refreshing. Ajax is made up of the following technologies: XHTML and
CSS for presenting information. This technique involves using a combination of java script and
XML (or JSON) to send and receive data between the client and server, without disrupting the
user experience.
3. jQuery
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML
document traversal and manipulation, event handling, animation, and Ajax much simpler with an
easy-to-use API that works across a multitude of browsers. With a combination of versatility and
extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery is a
lightweight, "write less, do more", JavaScript library. The purpose of jQuery is to make it much
easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many
lines of JavaScript code to accomplish, and wraps them into methods that you can call with a
single line of code.
4. SYSTEM DESIGN
4.1 INTRODUCTION
Systems design interfaces, and data for an electronic control system to satisfy
specified requirements. System design could be seen as the application of system theory to
product development. There is some overlap with the disciplines of system analysis, system
architecture and system engineering. The objective of system design is to translate the
requirements gathered during the analysis phase into detailed design that can be implemented.
1. Admin
manage brand
view single purchase
view assembled purchase
manage profile
view complaint
2. User
View products
customize products
manage complaint
manage profile
purchase products
3. Brand
manage profile
Use case
Actor
manage brand
view complaint
manage profile
View requirements
admin
manage products
manage complaint
Customise products
Manage profile
Brand
View &purchase
products
view normal
&customize booking bill
manage cart
Customise products
Data Flow Diagram (DFD) is an important tool used by system analyst. DFD provide an
overview of what data a system would process, what transformation of data are done, what files
are used and where the results flow. The graphical representation of the system makes it a good
communication tool between the user and the analyst, Analysis model help us to understand the
relationship between different components in the design. Analysis model shows the user clearly
how a system will function. This is the first technical representation of the system.
To define set of requirements that can be validated once the software us build.
A data flow diagram is a graphical technique tat depicts information flow and transforms that are
applied as data move from input to output. The DFD is used to represent increasing information
flow and functional details. A level 0 DFD also called fundamental system model represents the
entire software elements as single bubble with input and output indicated by incoming and
outgoing arrow respectively.
SYMBOL DESCRIPTION
PROCESS
External entity
Data flow
Data store
A data store is place for holding information within the
system
The level 0 DFD is expanded to level 1 DFD. The process represented in the level 1
DFD can be further refined to level 2 DFD. Information flow continuity is maintained between
levels. The refinement continues until each bubble performs a simple function. That is, until the
process represented by the bubble performs a function that would be easily implemented as a
program. The DFD serves two purposes: To provide an indication of how data is transformed
as they move through the system, and to depict the functions (and sub functions) that
transforms the data flow. DFD provide additional information that is used during the analysis
of the information domain and serves as a basis for the modelling of functions.
•
The level 0 DFD should depict the software/system as a single bubble.
•
Primary input and output should be noted.
•
Refinement should begin by isolating candidate processes, data objects and the stores to
be represented in the next level.
•
All arrows and bubbles should be labelled with a meaningful name.
•
Information flow continuity must be maintained from level to level
assembled data
view assembled purchase
login
manage profile
bill
assembled data
customize
assembled produ ct
view customized products bill
register assembled data
Manage profile
user
manage products
products
manage complaints
complaints
brand
brand login
login
assembled products
View assembled bookings
assembled data
manage complaint
complaints
Structure chart represents hierarchical structure of modules. It breaks down the entire
system into lowest functional modules, describe functions and sub-functions of each
module of a system to a greater detail. It includes analysis of input-to-output
transformations and analysis of transaction. Structure charts are developed prior to the
writing of program code. They identify the data passes existing between individual
modules that interact with one another.The basic building blocks of structure chart are:
A rectangle box represents a module (level). It is notated with the same nameof
the module.
An arrow connecting two modules implies that during program execution,
control is passed from one module to another in the direction of the
connecting arrow.
Data flow arrows are small arrows appearing along the side module
invocation arrows. It is associated with the corresponding data
same.
Doctor PC
ADMIN BRAND
US
ER
manage products
manage brand manage cart
manage profile
view customize product bill View brand
manage profile
manage product
purchase product
Table 2
Name: sales_report
Description: For entering sales report
Table 3
Name: products
Description: For entering products details
Table 4
Name: feedback
Description: For entering feedback
Table 5
Name: cart
Description: For save to cart
Table 9
Name – Assembled Data
description – For Entering assembled data
Table 10
Name – Assembled Data
Description - For Entering Assembled Product Details
Table 11
Name – Booking
Description – For Entering Bookings
Table – 13
Name – Category
Description – For Entering Category
Table 14
Name – Complaint
Description – For Entering Complaints
5. CODING
5.1 INTRODUCTION
The coding phase in the software engineering paradigm is usually defined after
the designing phase. in this phase, the developers or the coders have to implement the
software design practically using any computer language (s) so that the software can be
created and the user can it. now, coding is not just a matter of implementing the code in my
suitable language as per the devoloper's choice. some norms and standard are set for this
purpose which is known as the coding standards.
Connect.php
<?php
$conn = mysqli_connect('localhost','root','','dr_pc');
if (!$conn) {
die("Connection failed : " . mysql_error());
echo("failed");
}
?>
Register.php
<?php
include_once 'header.php';
include_once '../connect.php';
?>
<?php
if(isset($_POST['reg'])){
$name=$_POST['name'];
$address=$_POST['address'];
$email=$_POST['email'];
$contact=$_POST['contact'];
$password=$_POST['password'];
// image
$image=$_FILES['img']["name"];
$tmpname=$_FILES["img"]["tmp_name"];
$folder="../images/users/".basename($image);
$pic=pathinfo($folder,PATHINFO_EXTENSION); move_uploaded_file($_FILES["img"]
["tmp_name"],$folder);
//
$log=mysqli_query($conn,"INSERT INTO login(`email`,`password`,`role`)
VALUES('$email','$password','user')");
$log_id=mysqli_insert_id($conn);
$data=mysqli_query($conn,"INSERT INTO
user(`name`,`address`,`contact`,`email`,`image`,`log_id`)
VALUES('$name','$address','$contact','$email','$image','$log_id')");
echo "<script>
location.replace('login.php');
</script>";
}
?>
<div id="inner_banner" class="section inner_banner_section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="title-holder">
<div class="title-holder-cell text-left">
<h1 class="page-title">REGISTER HERE</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">register</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section padding_layout_1">
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="main_heading text_align_center">
<h2>REGISTER HERE</h2>
</div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12"
style="background:url('images/it_service/post-05.jpg');background-size:cover;">
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="row">
<div class="full">
<div class="form_section">
<form class="form_contant" method='post' enctype='multipart/form-data'>
<fieldset>
<div class="row">
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='name' placeholder="Name" type="text">
</div>
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='address' placeholder="Address"
type="text">
</div>
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='email' placeholder="Email address"
type="email">
</div>
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='img' type="file">
</div>
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='contact' placeholder="Phone number"
type="number">
</div>
<div class="field col-lg-12 col-md-12 col-sm-12 col-xs-12">
<input class="field_custom" name='password' placeholder="Password"
type="password">
</div>
<div class="center"><input type='submit' name='reg' class="btn main_bt"
value='SUBMIT NOW'></div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Index.php
<?php
include_once 'header.php';
?>
<!-- section -->
<div id="slider" class="section main_slider">
<div class="container-fuild">
<div class="row">
<div id="rev_slider_4_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container"
data-alias="classicslider1" style="margin:0px auto;background-
color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;">
<!-- START REVOLUTION SLIDER 5.0.7 auto mode -->
<div id="rev_slider_4_1" class="rev_slider fullwidthabanner" style="display:none;"
data-version="5.0.7">
<ul>
<li data-index="rs-1812" data-transition="zoomin" data-slotamount="7" data-
easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000"
data-thumb="images/it_service/slide1.jpg" data-rotate="0" data-saveperformance="off"
data-title="Computer Services" data-description="">
<!-- MAIN IMAGE -->
<img src="images/it_service/slide1.jpg" alt="#" data-bgposition="center center"
data-kenburns="on" data-duration="30000" data-ease="Linear.easeNone" data-
scalestart="100" data-scaleend="120" data-rotatestart="0" data-rotateend="0" data-
offsetstart="0 0" data-offsetend="0 0" data-bgparallax="10" class="rev-slidebg" data-no-
retina>
<!-- LAYERS -->
<!-- LAYER NR. BG -->
<div class="tp-caption tp-shape tp-shapewrapper rs-parallaxlevel-0"
id="slide-270-layer-1012"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="full"
data-height="full"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="opacity:0;s:1500;e:Power3.easeInOut;"
data-transform_out="s:300;s:300;"
data-start="750"
data-basealign="slide"
data-responsive_offset="on"
data-responsive="off"
style="z-index: 5;background-color:rgba(0, 0, 0, 0.25);border-color:rgba(0,
0, 0, 0.50);"> </div>
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-912"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['15','15','15','15']"
data-width="500"
data-height="140"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;"
data-start="2000"
data-responsive_offset="on"
style="z-index: 5;background-color:rgba(29, 29, 29, 0.85);border-
color:rgba(0, 0, 0, 0.50);"> </div>
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-112"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontsize="['70','70','70','35']"
data-lineheight="['70','70','70','50']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rZ:35deg;sX:1;sY:1;skX:0;skY:0;s:2000;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1000"
data-splitin="chars"
data-splitout="none"
data-responsive_offset="on"
data-elementdelay="0.05"
style="z-index: 6; white-space: nowrap;">Computer Services </div>
<!-- LAYER NR. 3 -->
<div class="tp-caption NotGeneric-SubTitle tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-412"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['52','51','51','31']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data- transform_in="y:
[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:0;s:2000;e:P ower4.easeInOut;"
data- transform_out="y:
[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:[100%];s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1500"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 7; white-space: nowrap;">Available On It.Next </div>
</li>
<li data-index="rs-181" data-transition="zoomin" data-slotamount="7" data-
easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000"
data-thumb="images/it_service/slide2.jpg" data-rotate="0" data-saveperformance="off"
data-title="Easy To Use & Customize" data-description="">
<!-- MAIN IMAGE -->
<img src="images/it_service/slide2.jpg" alt="" data-bgposition="center center"
data-kenburns="on" data-duration="30000" data-ease="Linear.easeNone" data-
scalestart="100" data-scaleend="120" data-rotatestart="0" data-rotateend="0" data-
offsetstart="0 0" data-offsetend="0 0" data-bgparallax="10" class="rev-slidebg" data-no-
retina>
<!-- LAYERS -->
<!-- LAYER NR. BG -->
<div class="tp-caption tp-shape tp-shapewrapper rs-parallaxlevel-0"
id="slide-270-layer-101"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="full"
data-height="full"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="opacity:0;s:1500;e:Power3.easeInOut;"
data-transform_out="s:300;s:300;"
data-start="750"
data-basealign="slide"
data-responsive_offset="on"
data-responsive="off"
style="z-index: 5;background-color:rgba(0, 0, 0, 0.25);border-color:rgba(0,
0, 0, 0.50);"> </div>
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-91"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['15','15','15','15']"
data-width="500"
data-height="140"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;"
data-start="2000"
data-responsive_offset="on"
style="z-index: 5;background-color:rgba(29, 29, 29, 0.85);border-
color:rgba(0, 0, 0, 0.50);"> </div>
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-11"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontsize="['70','70','70','35']"
data-lineheight="['70','70','70','50']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rZ:35deg;sX:1;sY:1;skX:0;skY:0;s:2000;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1000"
data-splitin="chars"
data-splitout="none"
data-responsive_offset="on"
data-elementdelay="0.05"
style="z-index: 6; white-space: nowrap;">Fast & Affordable </div>
<!-- LAYER NR. 3 -->
<div class="tp-caption NotGeneric-SubTitle tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-41"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['52','51','51','31']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-
transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:0;s:2000;e:P
ower4.easeInOut;"
data- transform_out="y:
[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:[100%];s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1500"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 7; white-space: nowrap;">Available On It.Next </div>
</li>
<li data-index="rs-18" data-transition="zoomin" data-slotamount="7" data-
easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000"
data-thumb="images/it_service/slide3.jpg" data-rotate="0" data-saveperformance="off"
data-title="Perfectly Responsive" data-description="">
<!-- MAIN IMAGE -->
<img src="images/it_service/slide3.jpg" alt="" data-bgposition="center center"
data-kenburns="on" data-duration="30000" data-ease="Linear.easeNone" data-
scalestart="100" data-scaleend="120" data-rotatestart="0" data-rotateend="0" data-
offsetstart="0 0" data-offsetend="0 0" data-bgparallax="10" class="rev-slidebg" data-no-
retina>
<!-- LAYERS -->
<!-- LAYER NR. BG -->
<div class="tp-caption tp-shape tp-shapewrapper rs-parallaxlevel-0"
id="slide-270-layer-10"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="full"
data-height="full"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="opacity:0;s:1500;e:Power3.easeInOut;"
data-transform_out="s:300;s:300;"
data-start="750"
data-basealign="slide"
data-responsive_offset="on"
data-responsive="off"
style="z-index: 5;background-color:rgba(0, 0, 0, 0.25);border-color:rgba(0,
0, 0, 0.50);"> </div>
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-9"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['15','15','15','15']"
data-width="500"
data-height="140"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;s:1500;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;"
data-mask_out="x:inherit;y:inherit;"
data-start="2000"
data-responsive_offset="on"
style="z-index: 5;background-color:rgba(29, 29, 29, 0.85);border-
color:rgba(0, 0, 0, 0.50);"> </div>
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-1"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontsize="['70','70','70','35']"
data-lineheight="['70','70','70','50']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="y:[-
100%];z:0;rZ:35deg;sX:1;sY:1;skX:0;skY:0;s:2000;e:Power4.easeInOut;"
data-
transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1000"
data-splitin="chars"
data-splitout="none"
data-responsive_offset="on"
data-elementdelay="0.05"
style="z-index: 6; white-space: nowrap;">We Will Fix It </div>
<!-- LAYER NR. 3 -->
<div class="tp-caption NotGeneric-SubTitle tp-resizeme rs-parallaxlevel-0"
id="slide-18-layer-4"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-
voffset="['52','51','51','31']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-
transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:0;s:2000;e:P
ower4.easeInOut;"
data- transform_out="y:
[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:[100%];s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="1500"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 7; white-space: nowrap;">Available On It.Next </div>
</li>
</ul>
<div class="tp-static-layers"></div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_center">
<h2>Why Choose Us</h2>
<p class="large">Fastest repair service with best price!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="full text_align_center margin_bottom_30">
<div class="center">
<div class="icon"> <img src="images/it_service/i1.png" alt="#" /> </div>
</div>
<h4 class="theme_color">Data recovery</h4>
<p>Perspiciatis eos quos totam cum minima aut!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="full text_align_center margin_bottom_30">
<div class="center">
<div class="icon"> <img src="images/it_service/i2.png" alt="#" /> </div>
</div>
<h4 class="theme_color">Computer repair</h4>
<p>Perspiciatis eos quos totam cum minima aut!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="full text_align_center margin_bottom_30">
<div class="center">
<div class="icon"> <img src="images/it_service/i3.png" alt="#" /> </div>
</div>
<h4 class="theme_color">Mobile service</h4>
<p>Perspiciatis eos quos totam cum minima aut!</p>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1 light_silver gross_layout">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_left">
<h2>Service Process</h2>
<p class="large">Easy and effective way to get your device repaired.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si1.png" alt="#"
/></div>
<h4 class="service-heading">Fast service</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si2.png" alt="#"
/></div>
<h4 class="service-heading">Secure payments</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si3.png" alt="#"
/></div>
<h4 class="service-heading">Expert team</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si4.png" alt="#"
/></div>
<h4 class="service-heading">Affordable services</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si5.png" alt="#"
/></div>
<h4 class="service-heading">90 Days warranty</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="service_blog_inner">
<div class="icon text_align_left"><img src="images/it_service/si6.png" alt="#"
/></div>
<h4 class="service-heading">Award winning</h4>
<p>Exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_center">
<h2>Our Products</h2>
<p class="large">We package the products with best services to make you a happy
customer.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/1.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Norton Internet Security</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$15.00</span> – <span
class="new_price">$25.00</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/2.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Kaspersky Internet Security</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$24.99</span><span class="new_price">
$12.49</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/3.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Mcafee Livesafe Antivirus</a></h4>
</div>
<div class="starratin">
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/6.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Kaspersky Internet Security</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$24.99</span><span class="new_price">
$12.49</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/7.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Mcafee Livesafe Antivirus</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$24.99</span><span class="new_price">
$12.49</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/8.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Norton Internet Security</a></h4>
</div>
<div class="starratin">
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/3.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Mcafee Livesafe Antivirus</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$24.99</span><span class="new_price">
$12.49</span></p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 margin_bottom_30_all">
<div class="product_list">
<div class="product_img"> <img class="img-responsive"
src="images/it_service/4.jpg" alt=""> </div>
<div class="product_detail_btm">
<div class="center">
<h4><a href="it_shop_detail.html">Norton Internet Security</a></h4>
</div>
<div class="starratin">
<div class="center"> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star" aria-hidden="true"></i> <i class="fa fa-
star" aria-hidden="true"></i> <i class="fa fa-star-o" aria-hidden="true"></i> </div>
</div>
<div class="product_price">
<p><span class="old_price">$15.00</span> – <span
class="new_price">$25.00</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1 light_silver gross_layout right_gross_layout">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_right">
<h2>Our Feedback</h2>
<p class="large">Easy and effective way to get your device repaired.</p>
</div>
</div>
</div>
</div>
<div class="row counter">
<div class="col-md-4"> </div>
<div class="col-md-8">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 margin_bottom_50">
<div class="text_align_right"><i class="fa fa-smile-o"></i></div>
<div class="text_align_right">
<p class="counter-heading text_align_right">Happy Customers</p>
</div>
<h5 class="counter-count">2150</h5>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 margin_bottom_50">
<div class="text_align_right"><i class="fa fa-laptop"></i></div>
<div class="text_align_right">
<p class="counter-heading text_align_right">Laptop Repaired</p>
</div>
<h5 class="counter-count">1280</h5>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 margin_bottom_50">
<div class="text_align_right"><i class="fa fa-desktop"></i></div>
<div class="text_align_right">
<p class="counter-heading">Computer Repaired</p>
</div>
<h5 class="counter-count">848</h5>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 margin_bottom_50">
<div class="text_align_right"><i class="fa fa-windows"></i></div>
<div class="text_align_right">
<p class="counter-heading">OS Installed</p>
</div>
<h5 class="counter-count">450</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_left">
<h2>Latest from Our Blog</h2>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="full blog_colum">
<div class="blog_feature_img"> <img src="images/it_service/post-03.jpg" alt="#" />
</div>
<div class="post_time">
<p><i class="fa fa-clock-o"></i> April 16, 2018 ( In Maintenance )</p>
</div>
<div class="blog_feature_head">
<h4>Why Your Computer Hates You</h4>
</div>
<div class="blog_feature_cont">
<p>Lorem ipsum dolor sit amet, consectetur quam justo, pretium adipiscing elit.
Vestibulum quam justo, pretium eu tempus ut, ...</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full blog_colum">
<div class="blog_feature_img"> <img src="images/it_service/post-04.jpg" alt="#" />
</div>
<div class="post_time">
<p><i class="fa fa-clock-o"></i> April 16, 2018 ( In Maintenance )</p>
</div>
<div class="blog_feature_head">
<h4>Easy Tips To Computer Repair</h4>
</div>
<div class="blog_feature_cont">
<p>Lorem ipsum dolor sit amet, consectetur quam justo, pretium adipiscing elit.
Vestibulum quam justo, pretium eu tempus ut, ...</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full blog_colum">
<div class="blog_feature_img"> <img src="images/it_service/post-06.jpg" alt="#" />
</div>
<div class="post_time">
<p><i class="fa fa-clock-o"></i> April 16, 2018 ( In Maintenance )</p>
</div>
<div class="blog_feature_head">
<h4>Computer Maintenance 2018</h4>
</div>
<div class="blog_feature_cont">
<p>Lorem ipsum dolor sit amet, consectetur quam justo, pretium adipiscing elit.
Vestibulum quam justo, pretium eu tempus ut, ...</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1 testmonial_section white_fonts">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main_heading text_align_left">
<h2 style="text-transform: none;">What Clients Say?</h2>
<p class="large">Here are testimonials from clients..</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-7">
<div class="full">
<div id="testimonial_slider" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#testimonial_slider" data-slide-to="0" class="active"></li>
<li data-target="#testimonial_slider" data-slide-to="1"></li>
<li data-target="#testimonial_slider" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-container">
<div class="testimonial-content"> You guys rock! Thank you for making it
painless, pleasant and most of all hassle free! I wish I would have thought of it first.
I am really satisfied with my first laptop service. </div>
<div class="testimonial-photo"> <img src="images/it_service/client1.jpg"
class="img-responsive" alt="#" width="150" height="150"> </div>
<div class="testimonial-meta">
<h4>Maria Anderson</h4>
<span class="testimonial-position">CFO, Tech NY</span> </div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-container">
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section padding_layout_1" style="padding: 50px 0;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<ul class="brand_list">
<li><img src="images/it_service/brand_icon1.png" alt="#" /></li>
<li><img src="images/it_service/brand_icon2.png" alt="#" /></li>
<li><img src="images/it_service/brand_icon3.png" alt="#" /></li>
<li><img src="images/it_service/brand_icon4.png" alt="#" /></li>
<li><img src="images/it_service/brand_icon5.png" alt="#" /></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- Modal -->
<div class="modal fade" id="search_bar" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><i class="fa fa-
close"></i></button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8 offset-lg-2 offset-md-2 offset-sm-2 col-xs-10
col-xs-offset-1">
<div class="navbar-search">
<form action="#" method="get" id="search-global-form" class="search-global">
<input type="text" placeholder="Type to search" autocomplete="off" name="s"
id="search" value="" class="search-global input">
<button class="search-global btn"><i class="fa fa-search"></i></button>
<div class="search-global note">Begin typing your search above and press return
to search.</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Model search bar -->
<?php
include_once 'footer.php';
?>
6. SYSTEM TESTING
6.1 INTRODUCTION
System testing is an important part of the software development life cycle that
evaluates the system's compliance with its specified requirements. This testing process is
conducted on a complete and integrated system to verify its functionality and performance.
The objective of system testing is to detect any defects in the system, including any
mismatches in the software and hardware components, and ensure that it meets the user's
requirements. It also verifies that the system is ready for deployment and is capable of
handling real-world scenarios. System testing can be performed manually or using
automated testing tools and techniques to ensure the system is reliable, scalable, and secure.
6.2 WEBSITE
There are different types of testing methods available:
In this testing we test each module individually and integrate the overall system.
Unit testing focuses verification efforts on the smaller unit of software design in the
module. This is also known as „module‟ testing. The modules of the system are tested
separately. The testing is carried out during programming stage itself. In this testing
step each module is found to work satisfactory as regard to the expected output from
the module. There are some validation checks for verifying the data input given by the
user. It is very easy to find error and debug the system.
Data can be lost across an interface; one module can have an adverse effect on the
other sub functions when combined by May not produce the desired major functions.
Integrated testing is the systematic testing for constructing the uncover errors within
the interface. This testing was done with sample data. The need for integrated test is to
find the overall system performance.
6.3 WEBSITE
The following are the method of testing to be carried out to ensure
reliability of the website
In this testing we test each module individually and integrate the overall system.
Unit testing focuses verification efforts on the smaller unit of software design in
the module. This is also known as „module‟ testing. The modules of the system
are tested separately. The testing is carried out during programming stage itself.
In this testing step each module is found to work satisfactory as regard to the
expected output from the module. There are some validation checks for verifying
the data input given by the user. It is very easy to find error and debug the
system.
Data can be lost across an interface; one module can have an adverse effect on the other
sub functions when combined by May not produce the desired major functions.
Integrated testing is the systematic testing for constructing the uncover errors within the
interface. This testing was done with sample data. The need for integrated test is to find
the overall system performance.
This testing attempts to find errors in the following areas or categories: Incorrect or missing
functions, interface errors, errors in data structures, external database access, performance
errors and initialization and termination errors.
It is a software testing method in which the software application is tested against the
acceptance criteria or requirements specified by the end-users. the purpose of acceptance
testing is to ensure that software application meets the expectation of the end-users and that it
is ready for release. this method involves testing the software application through various
scenarios, verifying the input and output data, and analysing the results.
White box testing is a testing case design method that uses the control structure of the
procedural design to derive the test cases. The entire independent path in a module is
exercised at least once. All the logical decisions are exercised at least once. Executing all the
loops at boundaries and within their operational bounds exercise internal data structure to
ensure their validity.
7. SYSTEM IMPLEMENTATION
7.1 INTRODUCTION
Implementation is one of the most important task in a project. Implementation is the phase, in
which one has to be cautions, because all efforts undertaken during this project will be fruitful
only if the software is properly implemented according to the plans made. Implementation is
the stage in the project were theoretical design is turned into working system. The crucial
stage is achieving successful new system and given to the user’s confidence in that system
will work effectively and efficiently.
7.2 WEBSITE
8. CONCLUSION
In conclusion, the project aims to provide a better management for the brand. The users can
purchase the computer parts and accessories with less cost and in their own customization.
The website provides users with a list of products . Dr P C in an excellent solution promises
to enhance the management experience for users while providing a space for discussion and
interaction.
9. FUTURE ENHANCEMENT
2.long sustainability:
We have a good friendly relation with the users it helps to the long stability.
10.BIBLIOGRAPHY
Other References
[1] https://en.wikipedia.org/
[2] https://www.google.co.in/
[3] https://www.w3schools.com/