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 type of testing skills we required for a testing.
Hi friends This is sowmya plz can u tell me what type of questions will they ask in banking domain in interview plz let me know thanks in advance
How do you detemine wat to be tested?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
What are the different phases available in STLC.
In Testing What Type of Defects your finding
1.What types of documents would you need for QA, QC, and Testing?
What is transient bugs ? How to reproduce those bugs? Can we log the those kind of bugs in tracking tool, if we found?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
what are the contents of SRS documents?
What are the differences between web applications and client and server applications?
How do we run the database testing manually