wat is build verification testing
Answers were Sorted based on User's Feedback
Build Verification Testing is SMOKE TESTING.
Here we should check the application's stability like
whether it is working without any hangouts.
| Is This Answer Correct ? | 16 Yes | 3 No |
Build varification Testing is nothing but Sanity
Testing/level-0 testing/build verification testing etc.,
because this test is the first test which we are conducting
as soon as we get the build from development team. here we
are checking/verifing wether the build is operatable,
understandable,or not and wether the build is stable.
Mainly we are concentrating on wether the build is working
or not and operatable or not etc., means verifying the build.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / g.mallikarjun
Hi Neelavathi,u r right,but small mistake,that
build verification testing is nothing but smoke testing
which means,testing the build which was come first from the
development team,is working or not for futher testing.
eg.check the build whether it is giving any crashes,or any
run time errors while executing the build friquently.this
is called as bvt.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / ratha.a
Build verificartion testing is sanity testing.Sanity
testing is intial level of testing.after Getting a build we
check all the major functionalities are working properly.
in my company we called this as a sanity testing.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / friend
hi ..
as per my knowledge...
we can call so many types..
like BVT(BUILD VERIFICATION TESTING),BAT(BUILD ACCEPTANCE
TESING),SANITY TESTING,SMOKE TESTING..
but SMOKE TESTING is nothing but when ever the build is in
release stage.Then,the developers well test it once.
this is know as SMOKE TESTING
| Is This Answer Correct ? | 3 Yes | 0 No |
Build Verification Test (BVT) is also known as Build
Acceptance Test, is a set of tests run on each new build of
a product to verify that the build is testable before the
build is released into the hands of the test team. The
build acceptance test is generally a short set of tests,
which exercises the mainstream functionality of the
application software. Any build that fails the build
verification test is rejected, and testing continues on the
previous build
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / subodh chakravarthy
After the unit testing is completed the code will be
realsed to the build team for deploying in the testing
environment. Build team is setup the environment and
validates the basic functionalities like, all the logins
are setup, testers has appropriately user permission to the
database and application launching etc.. This testing is
called build verification testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
difference between static and dynamic testing( not just definition) as a 4+ experienced guy
What are the advantages of Automated Testing?
What is System Testing Phase? Which types of testing will be conducted in system testing phase?
In a web application one page is getting open in server & if i tries to open the same page in the local system,application is throwing page not found error. what are all the possible scenarios? Please let me know the scenarios
What are the categories of writing test cases?
Write SQL query to see first 100 recorders from table?
Write the Test Cases for Ball Pen and Water Bottle.
14 Answers Chetu India, Quexst,
what are different types of test cases?.
29 Answers CTS, Free Systems, Softdel, Vtiger, Wipro, Yosa Technology, Zylog,
Can anyone Give me examples for high Severity and Low priority defects?
Difference between verification and validation?
how agile testing is performed and what are the related documents.
What is the difference between System Testing and Functionality Testing?