Software Development Alpha Beta

Alpha software is computer software that is still in the early testing phase. It is functional enough to be used, but is unpolished and often lacks many of the features that will be included in the final version of the program. The 'alpha phase' of software development follows the early programming and design stages, but precedes the 'beta.

As we begin the private beta for Stack Overflow later this week, I wondered: where do the software terms alpha and beta come from? And why don't we ever use gamma?

Alpha and Beta are the first two characters of the Greek alphabet. Presumably these characters were chosen because they refer to the first and second rounds of software testing, respectively.

  1. Jul 30, 2008  Alpha. The software is complete enough for internal testing. This is typically done by people other than the software engineers who wrote it, but still within the same organization or community that developed the software. The software is complete enough for external testing - that is, by groups outside the organization or community that.
  2. Feb 03, 2013  The answer to this question lies in the context so let's consider that. Assuming we're talking about software and the focus is on people who will actively use the product then here would be how I would explain each item Prototype: Is designed to.

But where did these terms originate? There's an uncited Wikipedia section that claims the alpha and beta monikers came, as did so many other things, from the golden days of IBM:

The term beta test comes from an IBM hardware product test convention, dating back to punched card tabulating and sorting machines. Hardware first went through an alpha test for preliminary functionality and small scale manufacturing feasibility. Then came a beta test, by people or groups other than the developers, to verify that the hardware correctly performed the functions it was supposed to, and that it could be manufactured at scales necessary for the market. And finally, a c test to verify final safety. With the advent of programmable computers and the first shareable software programs, IBM used the same terminology for testing software. As other companies began developing software for their own use, and for distribution to others, the terminology stuck -- and is now part of our common vocabulary.

Based on the software release lifecycle page, and my personal experience, here's how I'd characterize each phase of software development:

  1. Pre-Alpha

    The software is still under active development and not feature complete or ready for consumption by anyone other than software developers. There may be milestones during the pre-alpha which deliver specific sets of functionality, and nightly builds for other developers or users who are comfortable living on the absolute bleeding edge.

  2. Alpha

    The software is complete enough for internal testing. This is typically done by people other than the software engineers who wrote it, but still within the same organization or community that developed the software.

  3. Beta

    The software is complete enough for external testing -- that is, by groups outside the organization or community that developed the software. Beta software is usually feature complete, but may have known limitations or bugs. Betas are either closed (private) and limited to a specific set of users, or they can be open to the general public.

  4. Release Candidate (aka gamma or delta)

    The software is almost ready for final release. No feature development or enhancement of the software is undertaken; tightly scoped bug fixes are the only code you're allowed to write in this phase, and even then only for the most heinous and debilitating of bugs. One of the most experienced software developers I ever worked with characterized the release candidate development phase thusly: 'does this bug kill small children?'

  5. Gold

    The software is finished -- and by finished, we mean there are no show-stopping, little-children-killing bugs in it. That we know of. There are probably numerous lower-prority bugs triaged into the next point release or service pack, as well.

These phases all sound perfectly familiar to me, although there are two clear trends:

  • The definition of beta grows more all-encompassing and elastic every year.
  • We are awfully eager to throw alpha quality code over the wall to external users and testers.

In the brave new world of web 2.0, the alpha and beta designations don't mean quite the same things they used to. Perhaps the most troubling trend is the perpetual beta. So many websites stay in perpetual beta, it's almost become a running joke. GMail, for example, is still in beta after over four years!

Although I've seen plenty of release candidates in my day, I've rarely seen a 'gamma' or 'delta'. Apparently Flickr used it for a while in their logo, after heroically soldiering on from beta:

'loves you' is certainly more fun than 'gold', but I'm not sure it's ever the same as done. Maybe that's the way it should be.

A software release life cycle is the sum of the stages of development and maturity for a piece of computer software: ranging from its initial development to its eventual release, and including updated versions of the released version to help improve software or fix software bugs still present in the software.

  • 2Stages of development
    • 2.3Beta
  • 3Release
  • 4Support

History[edit]

Usage of the 'alpha/beta' test terminology originated at IBM. Similar terminologies for IBM's software development were used by people involved with IBM from at least the 1950s (and probably earlier). 'A' test was the verification of a new product before the public announcement. 'B' test was the verification before releasing the product to be manufactured. 'C' test was the final test before the general availability of the product. As software became a significant part of IBM's offerings, the alpha test terminology was used to denote the pre-announcement test and the beta test was used to show product readiness for general availability. Martin Belsky, a manager on some of IBM's earlier software projects claimed to have invented the terminology. IBM dropped the alpha/beta terminology during the 1960s, but by then it had received fairly wide notice. The usage of 'beta test' to refer to testing done by customers was not done in IBM. Rather, IBM used the term 'field test'.

Stages of development[edit]

Software Development Alpha Beta

Pre-alpha[edit]

Pre-alpha refers to all activities performed during the software project before formal testing. These activities can include requirements analysis, software design, software development, and unit testing. In typical open source development, there are several types of pre-alpha versions. Milestone versions include specific sets of functions and are released as soon as the feature is complete.

Cycle

Alpha[edit]

The alpha phase of the release life cycle is the first phase to begin software testing (alpha is the first letter of the Greek alphabet, used as the number 1). In this phase, developers generally test the software using white-box techniques. Additional validation is then performed using black-box or gray-box techniques, by another testing team. Moving to black-box testing inside the organization is known as alpha release.[1][better source needed]

Alpha software is software that is not thoroughly tested by the developer before it is released to customers. Alpha software usually contains serious errors;[2] therefore it can be unstable and could cause crashes or data loss. Alpha software may not contain all of the features that are planned for the final version.[3] In general, external availability of alpha software is uncommon in proprietary software, while open source software often has publicly available alpha versions. The alpha phase usually ends with a feature freeze, indicating that no more features will be added to the software. At this time, the software is said to be feature complete. A beta test is carried out following acceptance testing at the supplier's site (alpha test) and immediately prior to general release of the software as a product.[4]

Beta[edit]

Beta, named after the second letter of the Greek alphabet, is the software development phase following alpha. Software in the beta stage is also known as betaware.[5] Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs.[6] Software in the beta phase will generally have many more bugs in it than completed software, speed or performance issues, and may still cause crashes or data loss. The focus of beta testing is reducing impacts to users, often incorporating usability testing. The process of delivering a beta version to the users is called beta release and this is typically the first time that the software is available outside of the organization that developed it. Software beta releases can either be public or private, depending on whether they are openly available or only available to a limited audience. Beta version software is often useful for demonstrations and previews within an organization and to prospective customers. Some developers refer to this stage as a preview, preview release, prototype, technical preview / technology preview (TP),[7] or early access.

Beta testers are people who actively report issues of beta software. They are usually customers or representatives of prospective customers of the organization that develops the software. Beta testers tend to volunteer their services free of charge but often receive versions of the product they test, discounts on the release version, or other incentives.

Perpetual beta[edit]

Some software is kept in perpetual beta, where new features are continually added to the software without establishing a final 'stable' release.

As the Internet has facilitated rapid and inexpensive distribution of software, companies have begun to take a looser approach to use of the word 'beta'.[8] In February 2005, ZDNet published an article[9] about the recent phenomenon of a beta version often staying for years and being used as if it were in production level, disparagingly called 'perpetual beta'. It noted that Gmail and Google News, for example, had been in beta for a long time although widely used; Google News did leave beta in January 2006, followed by Google Apps, including Gmail, in July 2009.[10] This technique may allow a developer to delay offering full support and responsibility for remaining issues. In the context of Web 2.0, people even talk of perpetual betas to signify that some software is meant to stay in beta state. Also, 'beta' is sometimes used to indicate something more like a release candidate, or as a form of time-limited demo, or marketing technique.[11] Since the introduction of Windows 8, Microsoft has called pre-release software as a 'preview', rather than beta. All pre-release builds released through the Windows Insider Program launched in 2014 are termed 'Insider Preview builds'.

Open and closed beta[edit]

Developers may release either a closed beta also called private beta, or an open beta also called public beta; closed beta versions are released to a restricted group of individuals for a user test by invitation, while open beta testers are from a larger group, or anyone interested. Private beta could be suitable for the software that is capable to deliver value, but is not ready to be used by everyone either due to scaling issues, lack of documentation or still missing vital features. The testers report any bugs that they find, and sometimes suggest additional features they think should be available in the final version. Examples of a major public beta test include the following:

  • Early customers purchased a 'pioneer edition' of the WordVision word processor for the IBM PC for $49.95. In 1984, Stephen Manes wrote that 'in a brilliant marketing coup, Bruce and James Program Publishers managed to get people to pay for the privilege of testing the product.'[12]
  • In September 2000 a boxed version of Apple's Mac OS X Public Beta operating system was released.[13]
  • Microsoft's release of community technology previews (CTPs) for Windows Vista, between September 2005 and May 2006.[14]
  • From 2009 to 2011, Minecraft was in public beta.
  • From December 29, 2014, all owners of Halo: The Master Chief Collection for the Xbox One were able to download and play the Beta of Halo 5: Guardians free of charge until January 18, 2015. Users of the Beta were reminded via an in-game popup that the release was a Beta and could contain some glitches, and were encouraged to communicate them through the Halo series online community.

Open betas serve the dual purpose of demonstrating a product to potential consumers, and testing among an extremely wide user base likely to bring to light obscure errors that a much smaller testing team might not find.

Release candidate[edit]

A release candidate (RC), also known as 'going silver', is a beta version with potential to be a final product, which is ready to release unless significant bugs emerge. In this stage of product stabilization, all product features have been designed, coded and tested through one or more beta cycles with no known showstopper-class bugs. A release is called code complete when the development team agrees that no entirely new source code will be added to this release. There could still be source code changes to fix defects, changes to documentation and data files, and peripheral code for test cases or utilities. Beta testers, if privately selected, will often be credited for using the release candidate as though it were a finished product. Beta testing is conducted in a client's or customer's location and to test the software from a user's perspective.

Release[edit]

Once released, the software is generally known as a 'stable release'. The formal term often depends on the method of release: physical media, online release or a web application.

Release to manufacturing (RTM)[edit]

Development

The term release to manufacturing (RTM), also known as 'going gold', is a term used when a software product is ready to be delivered. This build may be digitally signed, allowing the end user to verify the integrity and authenticity of the software purchase. A copy of the RTM build known as the 'gold master' or GM is sent for mass duplication if applicable. RTM precedes general availability (GA) when the product is released to the public.

It is typically used in certain retail mass-production software contexts—as opposed to a specialized software production or project in a commercial or government production and distribution—where the software is sold as part of a bundle in a related computer hardware sale and typically where the software and related hardware is ultimately to be available and sold on mass/public basis at retail stores to indicate that the software has met a defined quality level and is ready for mass retail distribution. RTM could also mean in other contexts that the software has been delivered or released to a client or customer for installation or distribution to the related hardware end user computers or machines. The term does not define the delivery mechanism or volume; it only states that the quality is sufficient for mass distribution. The deliverable from the engineering organization is frequently in the form of a golden master media used for duplication or to produce the image for the web.

General availability (GA)[edit]

Milestones in a product life cycle: general availability (GA), end of life announcement (EOLA), last order date (LOD), and end-of-life (EOL)

General availability (GA) is the marketing stage at which all necessary commercialization activities have been completed and a software product is available for purchase, depending, however, on language, region, electronic vs. media availability.[15] Commercialization activities could include security and compliance tests, as well as localization and worldwide availability. The time between RTM and GA can be from a week to months in some cases before a generally available release can be declared because of the time needed to complete all commercialization activities required by GA. At this stage, the software has 'gone live'.

Release to web (RTW)[edit]

Software Development Alpha Beta Software

Release to the web (RTW) or web release is a means of software delivery that utilizes the Internet for distribution. No physical media are produced in this type of release mechanism by the manufacturer. Web releases are becoming more common as Internet usage grows.

Support[edit]

During its supported lifetime, software is sometimes subjected to service releases, patches or service packs, sometimes also called 'interim releases' or 'maintenance release' (MR). For example, Microsoft released three major service packs for the 32-bit editions of Windows XP and two service packs for the 64-bit editions. Such service releases contain a collection of updates, fixes, and enhancements, delivered in the form of a single installable package. They may also implement new features. Some software is released with the expectation of regular support. Classes of software that generally involve protracted support as the norm include anti-virus suites and massively multiplayer online games. A good example of a game that utilizes this process is Minecraft, an indie game developed by Mojang, which features regular 'updates' featuring new content and bug fixes.

End-of-life [edit]

Software Development Alpha Vs Beta

When software is no longer sold or supported, the product is said to have reached end-of-life, to be discontinued, retired, deprecated, abandoned, or obsolete, but user loyalty may continue its existence for some time, even long after its platform is obsolete—e.g., the Atari ST and Sinclair ZX Spectrum.

After the end-of-life date, the developer will usually not implement any new features, fix existing defects, bugs or vulnerabilities (known before that date or not) or provide any support for the product.

See also[edit]

References[edit]

  1. ^'Encyclopedia definition of alpha version'. PC Magazine. Archived from the original on 2011-04-27. Retrieved 2011-01-12.
  2. ^Ince, Darrel (ed.). A Dictionary of the Internet (3 ed.). Oxford University Press. ISBN9780191744150. Retrieved 15 July 2019.
  3. ^'The Next Generation 1996 Lexicon A to Z'. Next Generation. No. 15. Imagine Media. March 1996. p. 29. Alpha software generally barely runs and is missing major features like gameplay and complete levels.
  4. ^A Dictionary of Computer Science (7th ed.). Oxford University Press. p. 44. ISBN9780199688975.
  5. ^'Definition of betaware in the Free Online Encyclopedia'. thefreedictionary.com. Retrieved 2015-04-06.
  6. ^'The Next Generation 1996 Lexicon A to Z'. Next Generation. No. 15. Imagine Media. March 1996. p. 30.
  7. ^'Technology Preview Features Support Scope'. Red Hat. Retrieved 2015-03-18.
  8. ^'Waiting with Beta'd Breath TidBITS #328 (May 13, 1996)'. Archived from the original on 2006-05-15.
  9. ^'A long winding road out of beta | Tech News on ZDNet'. web.archive.org. 2005-02-14. Retrieved 2019-04-28.
  10. ^'Google Apps is out of beta (yes, really)'. Google Blog. Google. 7 July 2009. Archived from the original on 21 January 2011. Retrieved 2011-01-12.
  11. ^The inconvenient truths behind betasArchived 2011-04-30 at the Wayback Machine
  12. ^Manes, Stephen (1984-04-03). 'Taking A Gamble With Word Vision'. PC. p. 211. Archived from the original on 17 March 2015. Retrieved 15 February 2015.
  13. ^'Apple Releases Mac OS X Public Beta' (Press release). Apple Inc. 13 September 2000. Archived from the original on 1 May 2011. Retrieved 2011-02-22.
  14. ^'Microsoft Windows Vista October Community Technology Preview Fact Sheet' (Press release). Microsoft. October 2005. Archived from the original on 2011-04-30. Retrieved 2011-02-22.
  15. ^Luxembourg, Yvan Philippe (20 May 2013). 'Top 200 SAM Terms – A Glossary Of Software Asset Management Terms'. OMTCO. Archived from the original on 10 August 2013. Retrieved 21 May 2013.Cite journal requires |journal= (help)

Alpha 5 Software Program

Bibliography[edit]

  • Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation by Jez Humble, David Farley; ISBN0-321-60191-2

Software Development Cycle Alpha Beta

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Software_release_life_cycle&oldid=918240731'