sanity testing and smoke testing both are same or not?
what is mean by Build Acceptance Test?
Answers were Sorted based on User's Feedback
Answer / logesh
Smoke testing :
Testing whether all required functionalities are working as
expected or not.
Sanity testing:
Testing whether specific functionality is working as
expected or not.
Build Acceptance testing :
A new build(modified code) will be deployed to the existing
build(code) in the test environment ,and acceptance testing
will be ran to check whether the expected changes has been
done in the test environment or not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rahul
Smoke Testing: Testing is done to verify that software application is stable enough for the further testing(checking the application functionality is working properly and accept it further testing).A subset of most basic and important test cases is selected and run to make sure that most basic and crucial functions of the software are working fine and software can be further tested.
Sanity Testing: Testing that is done after any change in code or after the defect has been fixed to ensure that particular functionality works properly. (Regression testing is looking for the impact on the whole application after any change in application or defect is fixed)
Build Acceptance test/ Build Verification Test:
Is a set of tests run on each new build of a product to verify that the build is testable before the build is released into the hands of the test team
| Is This Answer Correct ? | 0 Yes | 0 No |
what is port testing and mutation testing?
What's the role of documentation in QA?
What is compatibility testing? Is there any certification available for testing, like MCP etc..?
what is backend testing using SQL?
i have 2.5 years of experience in manual testing and qtp. can anyone say me what kind of questions do they ask on manual testing and qtp.
what is a test analyst? what are his responsibilities?
plz send test cases for system shutdown
How to do the performance testing manually? Does you have a test case for that?
which type of testing we r doing at the begining of the project,and what r the next next testing at the application
What is "Visible State Transition" test? Give example
Different environments in software testing?
Is it necessary to do regression testing after retesting