Answer» - Build: Once the source code for the software application is developed, developers convert it into standalone or executable form (build). As soon as the build has been completed, the DEVELOPMENT team passes it on to the testing team for testing. The software testing team checks this build for multiple bugs and if it fails to meet the requirements, the build is rejected. A build occurs prior to the release, and it is generated more frequently. During software development, SEVERAL builds are generated.
- Release: At the end of development and testing, the release is the final PRODUCT. As soon as the software is tested and certified, it is delivered to the CUSTOMER. It is possible, HOWEVER, for a release to have multiple builds. As such, it refers to the software developed after the testing and development phases are completed.
|