Peculiarities of Build Acceptance Testing

Peculiarities of Build Acceptance Testing
January 13 10:00 2015 Print This Article

Every software testing process includes build acceptance testing. It is a complex of tests that are run on each newly created build. The tests verify whether the module is ready for testing. If they pass, the build is verified further, if they fail, the programmers correct it and run the tests again.

Build Acceptance Tests Check:

  • the main functions of the application module;
  • whether the module is stable;
  • whether there are no obvious serious or critical errors in the code.

The tests are focused on validation and acceptance of the build. Automated testing is usually applied for such verification.

Built acceptance testing sometimes is called smoke testing, but there is a difference between them. Smoke testing aims to verify only the main functions of the module, while build acceptance testing is more detailed, and usually comprises smoke testing of the module.

The tests are often included in regression testing and are executed on every new software build in order to make sure that the essential functionality operates as intended. They must be carefully elaborated and cover the main functions of the module. Experts in mobile application testing, desktop testing and web site testing claim that executing of build acceptance tests should not last longer than half an hour.

Related Posts:

About Article Author

view more articles
Nataliia Vasylyna
Nataliia Vasylyna

View More Articles

0 Comments

write a comment

No Comments Yet!

You can be the one to start a conversation.

Add a Comment

Your data will be safe! Your e-mail address will not be published. Also other data will not be shared with third person.
All fields are required.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.