La migliore risposta
Il test del fumo è una sorta di regressione test. Durante il controllo del fumo, lintero sistema viene testato dallinizio alla fine.
- Il controllo del fumo può essere condotto sia dagli sviluppatori che dai tester.
- Il test del fumo si concentra sulla stabilità del sistema
Shakeout il test viene eseguito prima che inizi il test per assicurarsi che le applicazioni puntino a URL corretti e che i dati scorrano e anche per assicurarmi che le applicazioni puntino ad ambienti corretti.
Risposta
Una volta ho letto questa risposta qui
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.
Grazie, Vaibhav (fondatore Aiutando i tester | Corsi di formazione sul test del software Online )