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 use of gui map and what happens when the gui map file get loaded?
What is the purpose of regexp_label property and regexp_msw_class property?
Could you anyone share me the path to download the automation tools which are having trial license version?
How do u check FONTS in Login Window?
How can withwin runner to make single scripts which supports multiple languages?
What is test parameter
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
How do you maintain the document information of the test scripts?
What are the Win Runner tools for functional testing?
What is the XML test cases creation?
What is the difference between writing a function and writing a script?
When it is appropriate to change physical description?
write a compilemodule function for loginscreen.
What are the modes of script recording in winrunner ?
How do you handle dynamically changing area of the window in the bitmap checkpoints?