what is build acceptance test?
Answers were Sorted based on User's Feedback
Answer / narendra
When v get a fresh build, then v should perform some smoke
testing on that build with some set of test cases. If those
are passed then the build should be accepted.
Is This Answer Correct ? | 19 Yes | 3 No |
Answer / shashi
It is a type of testing in which one will conduct overall
testing on the realesed built weather to check the build is
proper or not for the detailed testing
to do so one need to see
1 whether the application is properly installed in the
environment or not.
2 whether all the functionality are there or not
3 whether one can navigate to all the pages or not
4 whether required connections are working fine or not..
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rajendra prasad reddy penumall
narendra a small addition to your concept
Build Acceptence Test is also called Tester Acceptence
Testing.
In this we test the stability of the build.
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / ugandhar
Build acceptence or build verification test is a type of
testing in which we will check that the released build is
proper or not to do the detailed testing.
and also we will check
i) in this build can we navigate all the pages or not
ii)the required functionalities are available with the
build or not
iii)and required connections or working fine or not
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudhakar
Sr Testing engg/ Test Lead execute a set of selected testing
to verify whether development initial released is stable or
not. Simply to verify the stability of the build release to
further continue with testing with resting of testing team.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / john
Build Acceptance test is to test the basic functionality of
the build against the set of test cases.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / madhu
Whenever we receive the build this is the first test conducted to the basic functionality of all the requirements. During the test run each requirement open the window performe basic functional testing. Then the test is conducted to verify the build is qualified for features derailed testing. The per pose of this test is if any cretecal defects are found we can report at earlier stage. This is also called sanity testing. After sanity test the status either pass or fails is reported to developer.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the procedure for acquiring CMMI Certification for the company Is CMM no longer used
What documents QA team needs from Development to orginize a QA process
Enlist some of the key challenges that are faced while performing software testing.
You are a tester. Now how will you choose which defect to remove in 1000000 defects?
How to create requirements test matrix template?
Explain what is traceability matrix?
How do u calculate Schedule variance? What is the formula? Explain with Example
How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?
How would you test an ATM Machine?
If conflict arrises between u and developer how will solve that?
I’ve been using a test tool for quite some time but it has not lived up to the expectations. So I’m planning to invest in a good one. Please suggest some?
what kind of issues do u think a QA team might face if sw is built incorrectly?