Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Process Model (Rational Unfied Process (Advantages (allows for…
Software Process Model
Rational Unfied Process
divide the development phase into 4 distinct phase each involve business modeling, analysis and design, implementation, testing, and deployment. The 4 phase is inception, elaboration, construction and transition
Advantages
allows for the adaptive capability to deal with changing requirements throughout the development life cycle
-
-
Prototyping
simulatesonly a few aspects of, and maybe completely different from, the final product
Advantages
-
Easy to communicate with users, leaders and other relevant people
-
Disadvantages
-
-
it may not be possible to estimate the difficulty degree of implementation and will cause unlimited development time
Agile
-
Advantages
Close, daily cooperation between business people and developers
-
-
-
Disadvantages
-
-
easily get taken off track if the customer representative is not clear what the final outcome that they want
Waterfall model
-
Advantages
Easy to understand, easy to use
-
-
-
Interative development
process of software development where requirements are broken down into multiple standalone modules of software development cycle. Incremental development is done in steps analysis design, implementation, testing/verification, maintenance.
-
-