What is the difference between alpha and beta release?

泪湿孤枕 提交于 2019-12-03 05:49:30

问题


I want to deploy my software in different environment and provide features phase by phase. When and where should I use alpha and beta version?


回答1:


Alpha Release - This is the release when the feature which you are developing is incomplete or partially complete. Suppose in a Ticket booking system you have developed the seat selection but the payment implementation is remaining. In this case you can release it to testers to test the initial phase of feature. Lot of Open source products do their Alpha release.

Beta Release - This release is done when the product feature is complete and all the development is done but there are possibilities that it could contain some bugs and performance issues.This release mostly done to users who test the product and who can report the bugs. Even UAT phase could be considered as Beta release.

For more details read the below wiki- https://en.wikipedia.org/wiki/Software_release_life_cycle



来源:https://stackoverflow.com/questions/40067469/what-is-the-difference-between-alpha-and-beta-release

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!