345 Tech Talks
5: Episode 5: 7 Outcomes for Success in Software Development Part Deux
- Author: Vários
- Narrator: Vários
- Publisher: Podcast
- Duration: 1:05:48
- More information
Informações:
Synopsis
In this episode we're closing off the remaining 4 outcomes for success in software development. In the first episode we covered Rapid Delivery, Available & Scalable and Secure. Remember, you can always read the 7 outcomes on the 345 site here (https://www.345.systems/how-we-help/) . The last 4 outcomes discussed in this episode are: Quality & Bug-Free Quality in software is layered, we approach it in a number of ways: Does the solution meet design intent? (This can be tech design and product design) Does the code pass static analysis, does it appear to be well written? Does the code pass unit tests, and is code coverage sufficient? Does the solution work when integrated with the other components? Does the solution meet non-functional goals such as performance and resilience? Does the usability meet the needs of the users? Do users love the solution? Each of these layers of quality control needs a different approach to testing and quality assurance. Each of these layers needs to be built into the process. Au