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 |
How do you determine wat to be tested?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
Can anybody tell me Which documents consider as SRS document?? Wire frame document can considered SRS Document for writing test cases??
where u r writing testcases manually?
hai, pls. explain V-Model clearly. Pls. give me guidience how to explain V-Model in interviews?
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
How to calculate testing productivity?
how can we upload manual test cases in testdirector
tester can give suggestion to developer "how to fix the bug" in bug report
1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?