Smoke Test

Also called build acceptance testing, the idea is to run a simple set of tests that will quickly expose any major fatal flaws.

A smoke test is not meant to be exhaustive, for that typically integration tests are used, which are automated and much more likely to catch regressions.

Further Reading