What is the different between Build Verfication Testing and Build Acceptance Testing? Pls exp briefly

Showing Answers 1 - 2 of 2 Answers

dileep kumar.g

  • Jan 3rd, 2007
 

Hi all,Build acceptance testing means, Whether the build is acceptable for actual testing (executing the test cases). In this type of testing we check for show stoppers or high priority bugs with out the help of test cases. If the build is stable for executing the test cases then we'll start the actual testing process.BVT means, We'll execute P1 test cases on the Build. ThanksDileep Kumar.G

  Was this answer useful?  Yes

CYber

  • Jan 9th, 2007
 

Build Verification is a Smoke  testing done by the developers before the build is released for the testing. We run a set of test cases to check that the product build is testable before handing over it to test team.

Build Acceptance Testing is Sanity testing where the build is accepted for Testing

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions