Smoke testing is the initial testing when we get the Build. In this testing we test whether the build is Stable to execute the test cases in the next phase of testing. If we find any major functionality is not working then we reject the build. If all major functionalities are working properly then we accept the build for comprehensive testing. This can be called as Build Verification testing.
This type of testing is done in order to check if the application is ready for further major testing and is working properly without failing up to least expected level
This type of testing is done in order to check if the application is ready for further majar testing and is working without failing up to least expected level
This test is conducted to verify Are there any issues in Software This test is conducted before releasing the application or product to test team. Actually this type of test is conducted by White box tester or Developers.
smoke testing and sanity testing are not same...sanity testing:sanity test is a quick testing implemented by the tester in the test environement to make sure the application is ready for testing.If sanity testing is pass we continue with the through testing.smoke testing:while releasing the application to the client we have to test the application on the final release media i.e. CD or FTP server such testing is called smoketesting.
It is a type of testing in which one can perform an intial level of testing on an application.In order to ensure whether all the windows/objects/features are basically available in order to carry on the detail testing on it. Hence it is a non detailed testing which can be accomplished within a short span of time.SMOKE TESTING IS CALLED AS AVAILABILITY TESTING.
Smoke testing is collection of tests that are performed on system prior to being accepted for further testing. Tester tests all areas of an application without going into details. It is also called as build verification testing.