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 testing
which type fo Error occurred in localization testing and globalization testing explain me with example thanks Pradeep Singh
Maximum how many defects found in a single module?
in your currency project architecture?
what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?
What is mean by "instance" in case of software testing..?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?
ANY IDEA ABOUT CMM AND ISO?
What is a Module?
how to excute testcases in regression testing time.
what are the contents of SRS documents?