Multiple choice technology testing

BVT is usually done by developers but can also be done by testers (True or False)?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

BVT is typically performed by developers as part of the build process, but testers can also run BVT suites. This is a standard practice in software development where smoke tests or sanity tests are executed after deployment.