Wednesday, 10 April 2013

Can you tell me the difference between smoke and system testing? Interview question asked in CSC, Noida


tell me the difference between smoke and system testing?

  A smoke test is specialized system test to verify that system will not have a critical failure, usually done after significant changes or a new code release. System testing is much more comprehensive and done after the smoke test passes (always considering the time constraints that you are under).


 Smoke testing is perform to verify the critical features of an application while in system testing is done to thoroughly test the application and verify all aspects not only critical or basic features.And also system testing is performed on environment similar to production environment.


No comments:

Post a Comment