wat is build verification testing
Answers were Sorted based on User's Feedback
smoke testing is the testing in which we will test the
major functionality.(Ex:whether the links are working or
not....suppose we have a banking application inorder to
transfer money from the account first the user has to
login...If the user tries to login the application may show
you an error page ...so you cant test the functionality of
transfering the money)
Here we have to make sure that the application is testable
or not.
In Sanity testing we have to test whether the application
is crashing your operating system files or database is
corrupted because of running the application.
In both the cases we are going to get the stable build
| Is This Answer Correct ? | 2 Yes | 1 No |
Build Verification test is a set of tests run on every new
build to verify that build is testable before it is released
to test team for further testing. These test cases are core
functionality test cases that ensure application is stable
and can be tested thoroughly. Typically BVT process is
automated. If BVT fails that build is again get assigned to
developer for fix.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vikas singh
BVT is different from Sanity/Smoke Testing..
Its not applicable for all projects. Suppose an application
where some installers are available to install the build. In
that case tester has to test this installer in all manner
like language support, integration with database,default
user, default installation directory etc..
If there is no installer available, in this case once
developer will release the build to QA tester has to verify
the build(Not as per sanity/smoke level), but whether
application is accessing correct DB,users etc..Also check
any authentications required for this or not..
Note: Its not applicable for all project.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kamala
both the smoke testing and sanity testing are same with one
difference
smoke testing is basic and wide
sanity testing is narrow and depth
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anitha
Can u please give me clear answers.tell me the dif between
sanity, smoke, build verification and build accepteenc
testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh
build is nothing but it is simple conversion of source code
to excutable code for devloper side...!!
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / porteck
Please be clear wht the difference between sanity n smoke
testing. that will help u a lot :)
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / suneetha
when ever the build is released in to the testing
department they check the build whether it is ready for
detail testing or not, i.e called as B.V.T. some companies
called it as smoke testing and sanity testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / priya
Build means-once developer Fixed the bug and given for
retesting that particular functionality we will be saying
build1 if again the bug is reponed and given to developer
for bug fixing and this cycle says bulid2 this is know as Build
| Is This Answer Correct ? | 0 Yes | 3 No |
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
How do you handle conflict with programmers?
what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?
One scenario: yahoo inbox doesnt show emails but instead of all inbox emails are shown in draft folder. How do u wrte the defect repert for this scenario.
what is the good answer for authentication and authorization?
How do you determine user soad for a perf test of a Web application?
Can anyone explain about agile software methodology...
At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?
Guys, can any one of u give the realtime example for Regression Testing
What type of tesings are performed in Product testing?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
entry criteria and exit criteria for unit testing, integration testing, system testing and uat