Bästa svaret
Rökprovning är ett slags regression testning. Under rökkontrollen testas hela systemet från slut till slut.
- Rökkontroll kan utföras av både utvecklare och testare.
- Rökprovning fokuserar på systemstabilitet.
Shakeout -testning görs innan testningen börjar för att se till att applikationer pekar på korrekta webbadresser och data flyter och också för att se till att applikationer pekar på rätt miljö.
Svar
Jag läste en gång detta svar här
Smoke Testing covers most crucial functions of the
application testing carried out to check whether most crucial
functions of the application work fine or not? dont bother
about the in-depth coverage of each testset.
Shakeout test : To identify an initial, simple end to end
test which verifies that a load has been successful and all
software is accessible and functioning as expected and to
document this test so that the same test may be run at each
new build, installation or upgrade.
Tack, Vaibhav (grundare Hjälper testare | Programvarutestningskurser Online )