Implementing the design
The final step of the design process is the implementation of the design as shown in the following design process diagram:
Implementation takes the design from paper and puts it into practice. If time has been taken to create and correctly document a solid design, its implementation will be the easiest part of the process.
How to do it...
The following steps are part of the design implementation:
- Implement the documented design.
- Perform the validation and testing.
- Perform the review and delivery.
How it works...
Implement the design as documented in the architecture design. The implementation plan provides a guide to the implementation process, while the installation guide provides the details about performing the installation. The validation test plan is then used to test and validate the implementation against the design requirements.
Once the design has been implemented successfully, it should be reviewed by the customer in order to identify any lessons learned for the...