Podcast
Questions and Answers
What are the six principles to follow when designing any software project to minimize faults and increase productivity?
What are the six principles to follow when designing any software project to minimize faults and increase productivity?
Develop repeatedly. Manage requirements because they are set by customers and can change by users. Divide parts of the system into components to model them and test them individually. Testing should be a major part of the project at any time. A project is usually worked on by multiple developers, so it is important to control changes and synchronize them.
What is a PSP tool?
What is a PSP tool?
PSP tool is a software the automates data gathering and reporting to help software developers with personal software processing. It provides a place to record data related to your project. For each task you perform, PSP tool allows you to track based on time, defects and code size.
What is the objective of the inception phase?
What is the objective of the inception phase?
Gather requirements for the project, come up with the main use cases for the core functionality of the project, evaluate the architecture of the software, estimate cost, schedule and risk, provide the business case - what is the business justification and benefit gained from adding that functionality, create a work plan for the following elaboration phase.
What is the objective of the elaboration phase in RUP?
What is the objective of the elaboration phase in RUP?
Signup and view all the answers
What will you get by the end of the elaboration phase?
What will you get by the end of the elaboration phase?
Signup and view all the answers
What is the objective of the construction phase?
What is the objective of the construction phase?
Signup and view all the answers