Smoke Testing 

what is ?

Complete analysis

testgrid.io

Smoke testing is the testing process that determines the stability of the software. 

1

2

You carry out this testing at the initial stage of software development to check whether your application performs basic functionalities or not

3

It is basically a very initial level testing

4

It does not test the application in-depth but just to check whether the basic features are functional.

5

For example, You are building one application like Whatsapp, and it is filled with tons of features.

6

with this testing, you will be able to check whether the message and call feature, i.e. the core features, are working correctly or not.

7

If core features are not working, then further development does not make sense

8

Smoke testing is also called build verification testing.

Types and Process