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 |
what is the good test case and bad test case tell me with an example
what is real testing & comprehensive testing? plz rly me my qestion
Tell the procedure to close word file?
If client give you a project then which testing you will perform first
What is Traditional testing & Object Oriented testing?
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
If there are more number of test cases, how can u pick up a selective test case?
List 5 major test cases for Lift
How to do browser testing (creates a standard script and run it for the different browser combinations)
What is a test data? Give examples
what is meant by web service testing and what is the use of web service testing ?
What r the attribute of good software test?