DevOps – A Software Architect’s Perspective | Book Series

Overview

In DevOps: A Software Architect’s Perspective, three leading architects address these issues head-on. The authors review decisions software architects must make in order to achieve DevOps’ goals and clarify how other DevOps participants are likely to impact the architect’s work. They also provide the organizational, technical, and operational context needed to deploy DevOps more efficiently, and review DevOps’ impact on each development phase. The authors also address cross-cutting concerns that link multiple functions, offering practical insights into compliance, performance, reliability, repeatability, and security.

Published In

2015

Author

Len Bass , Ingo Weber, Liming Zhu

Release Candidate | Glossary

Definition:

A Release Candidate(RC) is a beta version with potential to be a final product, which is ready to release unless we find any significant bug. Release Candidate is also known as “going silver”. A release is called on code complete when the development team agrees that no new code will be added to this release at this stage and product is stable with agreed features designed, coded and tested through multiple beta cycles with no showstopper bugs. Testing is conducted at the customer locations from user’s perspective using the release candidate as though it is a finished product.

Release candidate has few issues when compared to the Beta testing build. Release candidates are not for production deployment but are for testing purposes only, however there is no difference between the final build and the last release candidate. Installation issues are verified for final time, critical workflow test is performed against the release candidate. Automated regression test is recommended to done against every release candidate. A team can use a checklist to evaluate each release candidate which includes all features that provide business value for the release, meeting all build acceptance criteria, has proof of having passed all agreed upon test, has no open defect reports.

Further Reading:

Book: AGILE TESTING A Practical Guide for Testers and Agile Teams
https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate
https://www.tutorialspoint.com/software_testing_dictionary/release_candidate.htm