what is BVT testing?Who can do this testing?
Answers were Sorted based on User's Feedback
Answer / uday
BVT stands for Build Verification Testing, which is also
nothing but Smoke Testing.
This testing verifies the stability of the build to do
further testing. If the build is not stable, then it can be
rejected to reduce the time saved by further testing.
All the above answers posted are for BVA - Boundary Value
Analysis.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / rani
BVT stands for Build Varification testing which is nothing but
sanity testing.In which test engineer checks
1>Whether the buid is properly instaled into the environment or not.
2>whether one can navigate to all the pages of the application or not.
3>Whether all the important features are available or not.
4>Whether the required connections are properly established or not.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mayur jain
BVT stands for the Boundary Value Testing and It is done by the tester.
| Is This Answer Correct ? | 11 Yes | 10 No |
Answer / castor_troy
BVT is boundary value testing.
The test data for this testing will always be :
min-1, min, max, max+1.
It is done by testers.
| Is This Answer Correct ? | 10 Yes | 9 No |
Answer / jyothi
BVT is not sanity testing. It is kind of smoke test. BVT is a smoke test performed on a particular build.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep
BVT is build verification Testing. It is smoke testing. To check the build is ready for testing or is ready for QA release.To check basic features are there ot not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sarada
Test data for this testing always be:
min,max,min-1,max-1,min+1,max+1.
its done by testers
| Is This Answer Correct ? | 3 Yes | 7 No |
Answer / ch srivardhan kumar
BVT MEANS BOUNDARY VOLUME TESTING , ITS ALSO CALLED AS
BOUNDARY VOLUME ANALYSIS, ITS CONDUCTING BY TESTERS, LIKE
THAT MIN-1, MIN=MAX, MAX+1 MAX-1, ,,,,,
| Is This Answer Correct ? | 1 Yes | 6 No |
what are the initial templates used in a project (glamorous...)
which sanity testing is performed?
Tell me the SRS based review,brs based review
What is a Show Stopper?
Who are responsible for writing test plan? When does it start after or before writing test case???
What is the exact difference between Integration & System testing; give me examples
what r the best jobsites for manual and automation testing? except testingken.com
What Is System Testing
What is the difference between pilot and beta testing?
Who will assign the work to Test Engineer?
exactly what is the purpose of configuration mgt tool? also give some examples?
Are number of defects more in design phase or coding phase?