Powered By Blogger

Tuesday, April 17, 2012

Build verification testing

Build verification Testing:

            Build verification testing is also called as smoke testing.Build verification is a set of tests run on new build to verify that whether the build is application to proceed for testing.It is done priorly by test team before releasing  application to testing.This testing is mainly done for build validation and build acceptance.This test is done for each new build  if any of tests got failed that build is rejected by testing team.
Below is the process for Build verification testing:
        ·     The results are sent to TL / PM
·     Results are analyzed by TL / PM
·     The person who runs the tests and TL / PM diagnoses the cause of failure (if any)
·     If there is any defect, the relevant information is sent to respective developers
·     Developer fixes the bug
Once the bug is fixed; BVT test suite is executed again. This process gets repeated for every new build.

No comments:

Post a Comment