Software Testing: Build and Release

https://www.youtube.com/watch?v=aT4O9K6Kq5g&feature=youtu.be

 

Build

  • Build: It is a number given to Installable software that is handed over to testing team by the development team for testing purpose.

  • Build is still in testing phase or may not be tested yet.

  • Build can be rejected by test team if  major defect is found or it does not meet the certain requirement


Release

  • It is a number given to software that is handed over to customer by the testing team or development team.

  • One Release can have several builds associated with it.

  • A build when tested and certified by the test team is given to the customers as “release”.

  • Release is handed over to Customer after completion of development and testing phase.

Comments

Popular posts from this blog

What is unit testing

Regression Testing