⟩ What is the difference between smoke and sanity testcase?
Smoke testing-it is a bulid verification test.
only the essential functionalities will be checked.
Sanity testing-only sanity of code will be checked.
Particular code will be checked before it actually combined to existing system.