Diff between Smoke testing and Sanity testing?
Sigiloso
smoke testing is wide and shallow testing, that here we try to overcome more number of the feature as basic or critical but we do not test this feature deeply. sanity testing is narrow and deep testing, that here we try to cover less number of the feature as basic or critical we test this identify feature deeply. smoke testing is a subset of regression testing and sanity testing is a subset of acceptance testing. smoke testing is scripted, and sanity testing is not scripted.