sanity testing and smoke testing both are same or not?
what is mean by Build Acceptance Test?
Answer Posted / 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 |
Post New Answer View All Answers
Write the test cases for file transfer from one user to other from Google Drive/drop box?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
What is a test severity and test priority? difference between them with suitable examples?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
There are some features to improve the performance of a Product. What are those factors?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Which criteria should take in account while doing CMS testing of any project?
What processes/methodologies are you familiar with?
What is showstopper defect?
Explain the advantages of automation over manual testing?
What are the differences between web applications and client and server applications?
Can you explain steps in function points?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
How do you test a web application for dump and deaf??