New Product Development Question:
What is main difference between Continuous Integration and Iterative Models?
Answer:
Continuous integration:
-----------------------
First core functionality implemented. Then new requirements
are added to that implemented part and checking whether it
is giving some meaningful functionality and then again some
requirements are added. This process continues until the
system is fully developed.
Advantage: Client gets small working system very early.
Iterative: Total opposite to the above.
----------
Disadvantage : Client has to wait a long for his/her desired
system
-----------------------
First core functionality implemented. Then new requirements
are added to that implemented part and checking whether it
is giving some meaningful functionality and then again some
requirements are added. This process continues until the
system is fully developed.
Advantage: Client gets small working system very early.
Iterative: Total opposite to the above.
----------
Disadvantage : Client has to wait a long for his/her desired
system
Previous Question | Next Question |
What is deferred Bug? | What is difference between get and post method in load runner or it same as the concept in html form? |