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 testing high level architecture
when start testing
What is the usage of Test case Design Techniques,in Integration/System Testing?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
Why don’t we normally load the gui maps through start up scripts?
supose 10 times text data is there but it will run 8 times whtat will you do.
what is risk?
What is the extension of gui map file?
Explain the difference between gui map and gui map files?
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.....
What is the purpose of gui map configuration?
What are the platforms that WinRunner can be used?
How to to get the information from the status bar without doing any activity/click on the hyperlink?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
Define parameterizing?