Smoke Test

You might say

After a new version reaches testing, first check that home opens, login works, and the core API responds; if one fails, do not start full regression.

A smoke test uses a few critical checks after a new build to decide whether the system is worth deeper testing.A new version can open home, log in, and call a core API first; any failure blocks slower tests. It aims to decide “continue or stop” within minutes. Re-running every old feature and edge case is regression testing, not smoke testing.
Know first
Smoke TestBuild Verification TestBVT
Further reading