xxxxxxxxxx
" Build " is where code is written, It is step 4 in SDLC(software Dev Life Cycle)
a specific build task is based on a specific feature request
SDLC include
1-3. planning, analysis, design,
4. development (or build) ,
5-7. testing, implementation, and maintenance.
I Agile development, the build team receives user stories that tells
the build team what user sees and what feature the user needs. Once the tester
makes sure the new feature matches what the user needs, the build task
is closed.
xxxxxxxxxx
What happens in build process?
Basically, Build is the process of creating the application program
for a software release, by taking all the relevant source code files
and compiling them and then creating a build artefact, such as binaries
or executable program, etc.