steps involved in software development

hello techies!!!
in our day to day  life we are using so many software,
today I gonna walk you through steps involved in the development of software or part of the software...
 trust me it will help you a lot, if you are interested in programming, or wanna become a software developer

steps involved in software development 

>>> communication :::>  
>>>planning :::>
>>>:::> modeling:::>
>>>:::>construction:::>
>>>:::> testing:::>
>>>::: deployment and maintenance:::>
>>>::: maintaining:::>

here are a few steps I listed in the software development cycle
let me explain them one by one...

00) communication - it is the most important thing in any task ( project),
communication allows us to put our efforts together to achieve our goal.
in software development, the last member of our team should know what type of work we are going to make done.
or how our product should look like.
there should be a communication between a developer, UI UX designer, coder, algorithmists and other members of the team,
we should also in contact with our client, what type of product he/she want? we should know their needs...

01) planning - it is the most important thing, which allows us to predict our outcome,
it includes wireframing, and also a discussion between client and team.

02) modeling - creating a small model of our project 
which is also known as prototyping,

03) construction -
construction is the step where we develop an actual project, 
by integrating programs algorithms designs and everything we have.

04) testing - it allows us to take a trial of our product,
it includes testing of software on the platform like web, windows, android, ios, mac...and other  devices available in the market
it this scenario we test our project in the emulator or an actual device.

05) deployment and maintenance -
  these process includes identifying and removing bugs,
deploy changes,

06) maitainace - there are some bugs we were enabled to catch before launch, 
later on, we can remove it in the updated version of a product







Comments

Popular posts from this blog

php laravel