PMP Lecture 5
PMP Lecture 5
Definition of Risk:
Risk is an expectation of loss, a potential problem that may occur in the future.
It is generally caused by a lack of information, control, or time.
Loss may include an increase in production cost, development of poor-quality products, or failure
to complete the project on time.
Types of Risks
Internal Risks: External Risks:
o Risks within the control of the project manager. o Risks beyond the control of the project manager.
Managing Risks
1. Requirements Review:
o Helps balance functionality and scope creep.
o Common issues:
▪ Unclear requirements from stakeholders.
▪ Low-quality requirement presentations.
▪ Unverifiable requirements that cannot be tested.
2. Managing Risk in Code:
o Low readability of code and coherence among software components increases risk likelihood.
o High dependency between components raises the probability of risk.
3. Testing as Risk Management:
o Testing ensures the code satisfies requirements and contains no errors.
o Common testing risks:
▪ Insufficient test cases.
▪ Performing validation tests without defect or verification tests.