Testing Types

Home >> Taxonomy >> Term >> Testing Types

Types of Software Testing

What is smoke testing?

Testing is done when the build/application is ready to test and deployed in the test servers / environments. This is an adhoc kind of testing to cross check and make sure the functionalities which are important in the application are working as expected without throwing any server errors or exception errors.
This is a kind of check on developers to make sure they do unit testing from their side when releasing the build to testing.