SlideShare a Scribd company logo
Software Development Models - Testing and Implementation System - Apridila Anggita Suri
Software
Development Models
The life cycle model that is
adopted for a project will have a big
impact on the testing that is arried
out. Testing does not exist in
isolation; test activities Are highly
related to software development
activities. It will define the what,
where, and when of our planned
testing, influence regression testing,
and largely determine which test
techniques to use.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Before discussing the V-model, we will
look at the model which came before it. The
waterfall model was one of the earliest models
to be designed. It has a natural timeline where
tasks are executed in a sequential fashion. We
start at the top of the waterfall with a feasibility
study and flow down through the various
project tasks finishing with implementation
into the live environment.
V-Model
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
V-Model (Cont...)
Although variants of the V-model exist, a common
type of V-model uses four test levels. The four test
levels used, each with their own objectives, are:
 component testing: searches for defects in and
verifies the functioning of software components
(e.g. modules, programs, objects, classes etc.)
that are separately testable;
 integration testing: tests interfaces between
components, interactions to different parts of a
system such as an operating system, file system
and hard ware or interfaces between systems;
 system testing: concerned with the behavior
of the whole system/product as defined by the
scope of a development project or product. The
main focus of system testing is verification
against specified requirements;
 acceptance testing: validation testing with
respect to user needs, requirements, and
business processes conducted to determine
whether or not to accept the system.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
V-Model (Cont...)
Note that the types of work
products mentioned in Figure 2.2 on
the left side of the V-model are just
an illustration. In practice they
come under many different names.
References for generic work
products include the Capability
Maturity Model Integration (CMMi)
or the 'Software life cycle processes'
from ISO/IEC 12207.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Iterative Life Cycles
Not all life cycles are sequential. There are also iterative or incremental life cycles
where, instead of one large development time line from Beginning to end, we cycle
through a number of smaller self-contained life cycle phases for the same project. As with
the V model, there are many variants of iterative life cycles.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Iterative Life Cycles
(Cont...)
A common feature of iterative approaches is that the delivery is divided into
increments or builds with each increment adding new functionality. The initial
increment will contain the infrastructure required to support the initial build
functionality. The increment produced by an iteration may be tested at several levels
as part of its development. Subsequent increments will need testing for the new
functionality, regression testing of the existing functionality, and integration testing
of both new and existing parts. Regression testing is increasingly important on all
iterations after the first one.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Rapid Application Development (RAD) is formally
a parallel development of functions and subsequent
integration.
Rapid Application
Development
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
The RAD development process encourages active Customer feedback.
The customer gets early visibility of the product, can provide feedback on
the design and can decide, based on the existing functionality, whether to
proceed with The development, what functionality to include in the next
delivery cycle or even to halt the project if it is not Delivering the expected
value. An early business-focused solution in the market place gives an early
return on investment (ROI) and can provide valuable marketing
information for the business.
Rapid Application
Development (Cont...)
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Agile Development
Extreme Programming (XP) is currently
one of the most well-known agile development
life cycle models. (See [Agile] for ideas behind
this approach.) The methodology claims to be
more human friendly than traditional
development methods. Some characteristics of
XP are:
 It promotes the generation of business stories
to define the functionality.
 It demands an on-site customer for continual
feedback and to define and carry out
functional acceptance testing.
 It promotes pair programming
and shared code ownership
amongst the developers.
 It states that component test scripts
shall be written before the code is
written and that those tests should
be automated.
 It states that integration and testing
of the code shall happen several
times a day.
 It states that we always implement
the simplest solution to meet
today's problems.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Testing Within A Life
Cycle Model
In summary, whichever life cycle model is being used, there are several characteristics
of good testing:
 for every development activity there is a Corresponding testing activity;
 each test level has test objectives specific to that level;
 the analysis and design of tests for a given test level should begin during the
corresponding development activity;
 testers should be involved in reviewing documents as soon as drafts are avail able in the
development cycle.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Bibliography
Graham et.al. (2011). ISTQB-Fondation of Software
Testing. London: Cengage Learning EMEA.
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
Link
Information System
Science and Technology
Faculty
State Islamic University of
Sultan Syarif Kasim Riau
SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI

More Related Content

PPTX
Software development models_rendi_saputra_infosys_USR
PPTX
FADHILLA ELITA Ppt testing 3
PPTX
Software Development Models
PPT
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
PPTX
Software development models endang
PPTX
SOFTWARE DEVELOPMENT MODELS
PPTX
Software development models
PPTX
Iterative model in sdlc
Software development models_rendi_saputra_infosys_USR
FADHILLA ELITA Ppt testing 3
Software Development Models
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Software development models endang
SOFTWARE DEVELOPMENT MODELS
Software development models
Iterative model in sdlc

What's hot (20)

PPTX
RAD Model & Prototyping Of Software Engineering
PPT
V model final
PPTX
The Spiral Model
PPTX
Waterfall, Spiral and iterative model
PPTX
V model in software testing
PPTX
PPTX
PPTX
Spiral Model - Software Development Life Cycle (SDLC)
PPT
SDLC- concept and models
PDF
SDLC RAD model
PPTX
V model Over View (Software Engineering)
PPTX
SDLC Waterfall Model
ODP
V model by_sandeep
PPTX
Waterfall model
PPTX
Testing Throughout The Software Life Cycle (Dhea Frizky)
DOCX
What is iterative model
PPTX
Software testing
PPTX
software development methodologies and their application
PPTX
Waterfall model and spiral model
RAD Model & Prototyping Of Software Engineering
V model final
The Spiral Model
Waterfall, Spiral and iterative model
V model in software testing
Spiral Model - Software Development Life Cycle (SDLC)
SDLC- concept and models
SDLC RAD model
V model Over View (Software Engineering)
SDLC Waterfall Model
V model by_sandeep
Waterfall model
Testing Throughout The Software Life Cycle (Dhea Frizky)
What is iterative model
Software testing
software development methodologies and their application
Waterfall model and spiral model
Ad

Similar to Software Development Models - Testing and Implementation System - Apridila Anggita Suri (20)

PPTX
TESTING IMPLEMENTATION SYSTEM
PPTX
Software Development Models
PPTX
Software development models hazahara
PPTX
Softwaredevelopmentmodels windirohmaheny11453205427kelase
PPTX
Materi Testing dan Implementasi System
PPTX
Software development models
PDF
Comparing Various SDLC Models On The Basis Of Available Methodology
PPTX
Testing throughout the software life cycle (software development models)
PPTX
Testing Throughout The Software Life Cycle
PPTX
Testing Throughout The Software Life Cycle
PPTX
Fitri haryati (testing throughout the software life cycle)
PDF
Lecture 1. Software Process Models.pdf
PPTX
Software development models
PPTX
testing throughout the software life cycle
PPTX
Testing throughout the software life cycle
PPTX
SDLC Models
PPTX
Chapter 1.pptxs Introduction to software Engineering
PPTX
Software Engineering- Crisis and Process Models
PPTX
Testing Throughout the Software Life Cycle part.2 - Andika Dwi Ary Candra
PPTX
Testing throughout the software life cycle
TESTING IMPLEMENTATION SYSTEM
Software Development Models
Software development models hazahara
Softwaredevelopmentmodels windirohmaheny11453205427kelase
Materi Testing dan Implementasi System
Software development models
Comparing Various SDLC Models On The Basis Of Available Methodology
Testing throughout the software life cycle (software development models)
Testing Throughout The Software Life Cycle
Testing Throughout The Software Life Cycle
Fitri haryati (testing throughout the software life cycle)
Lecture 1. Software Process Models.pdf
Software development models
testing throughout the software life cycle
Testing throughout the software life cycle
SDLC Models
Chapter 1.pptxs Introduction to software Engineering
Software Engineering- Crisis and Process Models
Testing Throughout the Software Life Cycle part.2 - Andika Dwi Ary Candra
Testing throughout the software life cycle
Ad

Recently uploaded (20)

PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Lesson notes of climatology university.
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
master seminar digital applications in india
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
Complications of Minimal Access Surgery at WLH
PDF
RMMM.pdf make it easy to upload and study
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
01-Introduction-to-Information-Management.pdf
Lesson notes of climatology university.
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Chinmaya Tiranga quiz Grand Finale.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Anesthesia in Laparoscopic Surgery in India
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
human mycosis Human fungal infections are called human mycosis..pptx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
master seminar digital applications in india
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
A systematic review of self-coping strategies used by university students to ...
Complications of Minimal Access Surgery at WLH
RMMM.pdf make it easy to upload and study
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape

Software Development Models - Testing and Implementation System - Apridila Anggita Suri

  • 2. Software Development Models The life cycle model that is adopted for a project will have a big impact on the testing that is arried out. Testing does not exist in isolation; test activities Are highly related to software development activities. It will define the what, where, and when of our planned testing, influence regression testing, and largely determine which test techniques to use. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 3. Before discussing the V-model, we will look at the model which came before it. The waterfall model was one of the earliest models to be designed. It has a natural timeline where tasks are executed in a sequential fashion. We start at the top of the waterfall with a feasibility study and flow down through the various project tasks finishing with implementation into the live environment. V-Model SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 4. V-Model (Cont...) Although variants of the V-model exist, a common type of V-model uses four test levels. The four test levels used, each with their own objectives, are:  component testing: searches for defects in and verifies the functioning of software components (e.g. modules, programs, objects, classes etc.) that are separately testable;  integration testing: tests interfaces between components, interactions to different parts of a system such as an operating system, file system and hard ware or interfaces between systems;  system testing: concerned with the behavior of the whole system/product as defined by the scope of a development project or product. The main focus of system testing is verification against specified requirements;  acceptance testing: validation testing with respect to user needs, requirements, and business processes conducted to determine whether or not to accept the system. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 5. V-Model (Cont...) Note that the types of work products mentioned in Figure 2.2 on the left side of the V-model are just an illustration. In practice they come under many different names. References for generic work products include the Capability Maturity Model Integration (CMMi) or the 'Software life cycle processes' from ISO/IEC 12207. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 6. Iterative Life Cycles Not all life cycles are sequential. There are also iterative or incremental life cycles where, instead of one large development time line from Beginning to end, we cycle through a number of smaller self-contained life cycle phases for the same project. As with the V model, there are many variants of iterative life cycles. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 7. Iterative Life Cycles (Cont...) A common feature of iterative approaches is that the delivery is divided into increments or builds with each increment adding new functionality. The initial increment will contain the infrastructure required to support the initial build functionality. The increment produced by an iteration may be tested at several levels as part of its development. Subsequent increments will need testing for the new functionality, regression testing of the existing functionality, and integration testing of both new and existing parts. Regression testing is increasingly important on all iterations after the first one. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 8. Rapid Application Development (RAD) is formally a parallel development of functions and subsequent integration. Rapid Application Development SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 9. The RAD development process encourages active Customer feedback. The customer gets early visibility of the product, can provide feedback on the design and can decide, based on the existing functionality, whether to proceed with The development, what functionality to include in the next delivery cycle or even to halt the project if it is not Delivering the expected value. An early business-focused solution in the market place gives an early return on investment (ROI) and can provide valuable marketing information for the business. Rapid Application Development (Cont...) SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 10. Agile Development Extreme Programming (XP) is currently one of the most well-known agile development life cycle models. (See [Agile] for ideas behind this approach.) The methodology claims to be more human friendly than traditional development methods. Some characteristics of XP are:  It promotes the generation of business stories to define the functionality.  It demands an on-site customer for continual feedback and to define and carry out functional acceptance testing.  It promotes pair programming and shared code ownership amongst the developers.  It states that component test scripts shall be written before the code is written and that those tests should be automated.  It states that integration and testing of the code shall happen several times a day.  It states that we always implement the simplest solution to meet today's problems. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 11. Testing Within A Life Cycle Model In summary, whichever life cycle model is being used, there are several characteristics of good testing:  for every development activity there is a Corresponding testing activity;  each test level has test objectives specific to that level;  the analysis and design of tests for a given test level should begin during the corresponding development activity;  testers should be involved in reviewing documents as soon as drafts are avail able in the development cycle. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 12. Bibliography Graham et.al. (2011). ISTQB-Fondation of Software Testing. London: Cengage Learning EMEA. SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI
  • 13. Link Information System Science and Technology Faculty State Islamic University of Sultan Syarif Kasim Riau SOFTWARE DEVELOPMENT MODELS – APRIDILA ANGGITA SURI