Ekta Ghule 2107760260
Ekta Ghule 2107760260
Ekta Ghule 2107760260
EDUCATION (MUMBAI)
INDUSTRIAL TRAINING
REPORT
ON
Submitted By:
Name: Ekta Ghule
Enrollment No : 2107760260
Page 1
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION,MUMBAI
INDUSTRIAL TRAINING – 22057
A
Training Report
on
Industrial Training
(6 weeks – after 4th semester)
Submitted by
Ekta Ghule
Submitted to
Prof. C.S. Mogare
In
Department of Information
Technology MET’s Institute of
Technology, Polytechnic
Bhujbal Knowledge City, Adgaon, Nashik – 422003
Page 2
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION, MUMBAI
INDUSTRIAL TRAINING – 22057
Certificate of Completion
Of Industrial Training
Page 3
Format 2
Consent Letter from parents/guardians
The Principal,
MET’s Institute of Technology,
Polytechnic Bhujbal Knowledge City,
Adgaon,
Nashik - 422003
Sir/Madam,
With respect to above I give my consent for my ward to travel to and from the
mentionedindustry. Further I undertake that –
a) My ward will be entirely under the discipline of the organization where he/she will
be placed and will abide by the rules and regulations in force of the said organization.
b) My ward is not entitled to any leave during training period.
c) My ward will submit regularly a prescribed weekly diary, duly filled and countersigned
bythe training supervisor of the organization to the mentor faculty of the polytechnic
d) My ward will undergo the training at his/her own cost and risk during training and/or stay.
I have explained the contents of the letter to my ward who has also promised to adhere strictly
to the requirements. I assure that my ward will be properly instructed to take his own care to
avoid any accidents/injuries in the industry.
Page 4
Certificate
Page 5
CHAPTER 1
Page 6
CHAPTER 2
2.3 HISTORY :-
InnovationsHub Services Pvt Ltd is a leading Information Technology (IT) Service
provider in Nashik and Pune, who delivers the complete solution for the entire
software necessities with the assured quality. We proved our competence in IT
consulting, Technology services, R&D and Technology service, IEEE project
development, corporate training, Academic Project enhancement, Business Process
Outsourcing, Web Designing, Content writing, Research Article submission, Blogger
services, a Management solution. Our team associates designated after the several
scrutinized and hence the exhibits of them imitate the blend of invaluable experience
and the qualification. They have the intellectual to deliver the exact way out for any
kind of defy. We endow the updated methodologies in every phase of our process and
we well known the value of the fiscal and time of the clients. Hence our outcome
ensures the suppleness for any kind of global amendments and enhancement in IT
sector. Our professionals have the expertise in several fields and they lend their hands
for client’s business development and obligations. We confer the service prior to the
dead line and we compromise on the money not in quality.
Page 7
CHAPTER 3
3.1.1. Laptops
Specification
Processor: up to Intel Core i5-2410M 2.3 GHz.
Graphics: ...
Memory: up to 8GB DDR3.
Storage: up to 750GB hard disk drive.
Optical Drive: a dual layer DVD reader/writer.
Display: 17.3" (HD, maximum resolution of 1600 × 900)
Web Camera: integrated.
3.1.2. Notepad++
Notepad++ is a free, open-source text and source code editor. Written in the Web
language, Notepad++ prides itself in paring down on unnecessary features and
streamlining processes to create a light and efficient text notepad program.
Page 8
CHAPTER 4
4.1.2 Planning:
The team comes up with a rough plan of software process. At this step the team
analyses if a software can be made to fulfil all requirements of the user and if there
is any possibility of software being no more useful. It is found out, if the project is
financially, practically and technologically feasible for the organization to take up.
There are many algorithms available, which help the developers to conclude the
feasibility of a software project.
4.1.3 Designing:
Next step is to bring down whole knowledge of requirements and analysis on the
desk and design the software product. The inputs from users and information
gathered in requirement gathering phase are the inputs of this step. The output of this
step comes in the form of two designs; logical design and physical design. Engineers
produce meta-data and data dictionaries, logical diagrams, data-flow diagrams and in
some cases pseudo codes.
4.1.4 Coding:
Page 9
CHAPTER 5
5.1.1 Testing:
An estimate says that 50% of whole software development process should be tested.
Errors may ruin the software from critical level to its own removal. Software testing is
done while coding by the developers and thorough testing is conducted by testing
experts at various levels of code such as module testing, program testing, product
testing, in-house testing and testing the product at user’s end. Early discovery of errors
and their remedy is the key to reliable software.
TestingManual Testing:
Manual testing is the process of using the functions and features of an application as
an end- user would in order to verify the software is working as required. With
manual testing, a tester manually conducts tests on the software by following a set of
pre-defined test cases. In order to successfully conduct manual tests, you first need to
understand the requirements of the software. By understanding the requirements,
you’ll know what needs to be tested and what classifies a defect. This is a crucial part
of manual testing as the main goal is to make sure the software is bug-free.
Selenium:
Selenium is a portable framework for testing web applications. Selenium provides a
playback (formerly also recording) tool for authoring functional tests without the
need to learn a test scripting language (Selenium IDE). It also provides a test domain-
specific language (Selenese) to write tests in a number of popular programming
languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby and Scala. The tests
can then run against most modern web browsers.
Selenium deploys on Windows, Linux, and macOS platforms. It is open-source
software, released under the Apache 2.0 license: web developers can download
and use it without charge.
Page 10
CHAPTER 6
6.1.3 Feedback
We provide customized websites and software solutions that suit customer’s company
objectives. We always keep involving our customers in an entire process starting from
design through deployment, so that your ideas can be incorporated into work. After
deploying website or software we keep working with you to provide continuous
support. We also help to promote your businesses by our digital marketing services.
Our focus is always on giving a quality product to a customer for which we design
attractive websites, by combining creative strategies with innovative technology.
Page 11
CHAPTER 7
7.1 Safety Procedure followed and safety gear used (Preventive Measures
– Website development process)
Page 12
CHAPTER 8
Page 13
CHAPTER 9
9.1 Short Report/Description of the project (If any done during training)
Week 1
Page 14
Week 2
Page 15
Week 3
Introduction to Bootstrap.
4 Online-bootstrap:<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
Offline bootstrap: (download bootstrap file and include it in tag)
Page 16
Week 4
2 Button class: btn btn-default, btn btn-success, btn btn-danger, btn btn-info, btn btn-
warning, btn btn-link, btn btn-primary.
6 Assignment-Design first website using Header, Article and Footer using Bootstrap
Page 17
Week 5
Introduction to JavaScript
1 Applications: To change HTML content, to change CSS object, change HTML object,
Form- validation, etc.
Display Possibilities :
1. Using .innerHTML
2. document. write()
2
3. window. alert()
4. console.log()
Method: document.getElementById();`
1. Change Html content. innerHTML
3
used to change html content.
2. Change CSS content.
style used to change CSS content
Variable:
Used to store values. var
5
used to assign name.
Rules of creating variable.
Data types.
Page 18
Week 6
Statements:
2 if, if-else, if…else if
Functions.
Form-validation.
PHP Introduction and
Installation Local and Live server
3
Client server architecture
1) Introduction To php and how to download , install and operate Xamppserver.
2) Also run php programs using local host. 3)Structure of
php program and some basics Ex:-<?php
4 $t=date(“H”);
If($t<”20”){
Echo “Have a good day!”;
}
?>
Conditonal Statements in php:
1)if(condition){
Code to be executed if condition is true;
}
5 2) if(condition){
Code to be executed if condition is true
}else{
Code to be executed if condition is false;
}
switch
Loops:
1) While while (condition is true) {
code to be executed;
}
6 2) do while do {
code to be executed;
} while (condition is true);
Page 19
(Testing of Website or work done)
Output of Project:
Home page:
About Us:
Page 20
Products:
Page 21
Login :
Contact Us :
Page 22
Buy Now:
Page 23
Source code of Index page only:
Page 24
Page 25
Page 26
Skill Developed/ Learning Of this project:
Page 27
CHAPTER 10
10.2 Conclusions :
Page 28
Format 4
Marks (5
marks for
each PA PA
Sr Enrollment Name of Student week) by Marks by Marks by Total
no Number Mentor & Industry Mentor Marks
Industry Supervisor faculty
Supervisor
jointly
Out of 30 Out of 25 Out of 20 Out of 75
(A) (B) (C) (A)+(B)+(C)
A) Marks for PA are to be awarded out of 5 for each week considering the level of completeness
of activity
observed, from the daily diary maintained.
B) Marks are to be awarded by Industry Supervisor on the basis of General Observation and
behavioral aspects of Student.
C) Marks are to be awarded by Mentor faculty on the basis if report, understanding level and
work performance of the student.
Page 29