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
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
What is tsl? What 4gl is it similar too?
What information is contained in the checklist file and in which file expected results are stored?
When would you use 'set_window' and when would you use 'win_activate'?
What are data driven tests?
What is the use of gui map?
Which function to use to compare the application date with system date?
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 check property of specific icon is highlighted or not?
Why don’t we normally load the gui maps through start up scripts?
What are the virtual objects and how do you learn them?
What is the purpose of regexp_label property and regexp_msw_class property?
What are the Win Runner tools for functional testing?
How to have winrunner insert yesterdays date into a field in the application?
Where do you found that you can't use winrunner for automation?