types of testing? and what is mean bvt and bat ? differ
btwn bvt and bat pls can anybody post the answer
Answer Posted / hoss
BVT = Build Verification Test (Sometime Build Validation
Test)
BAT = Build Authentication Test
BAT is run before BVT. They are sometimes run together.
BAT is more to prove that a build built correctly, all
files are present and in correct locations, etc.
Sometimes BAT gets into actual installation of build.
BVT then gets into some basic verification of features
that ensure build actually functions at same predefined
basic quality level. Typically breadth, not depth. Its
to prove the build is of enough quality to warrant
spending the time to install it and perform full testing
or for dev purposes. They are also used for maintaining
a minimum quality bar over time, sometimes increasing
coverage through the project cycle. BVT passes are
typically short, often kept to 15 minutes or less for a
given flavor of a build.
Many people also get into BVT+ which is just extended
coverage but would typically not "fail/reject" a build
if the BVT+ cases failed. This is often done as
additional info and to indicate if build is ready to be
put through an extensive full automation pass.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between gui map and gui map files?
Difference between winrunner and test director?
How do you find out which is the start up file in winrunner?
Define parameterizing?
How to check the background colour of the screen in WR?
What is toogle breakpoints? How does it differ from break points?
What is parameterizing?
What actually happens when you load GUI map?
Explain the purpose of different record methods?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
How to force wr to learn the sub-items on a menu?
Name the different types of checkpoints?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
supose 10 times text data is there but it will run 8 times whtat will you do.
How to test Fonts and its size thru "Font Expert" in Win Runner.