Bedste svar
Røgtest er en slags regression testning. Under røgkontrollen testes hele systemet fra ende til slut.
- Røgkontrol kan udføres af både udviklere og testere.
- Røgtestning er fokuseret på systemstabilitet.
Shakeout -test udføres, før testen begynder for at sikre, at applikationer peger på korrekte webadresser, og data flyder og også for at sikre, at applikationer peger på korrekte miljøer.
Svar
Jeg har en gang læst dette svar her
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.
Tak, Vaibhav (grundlægger Hjælper testere | Software Testing kurser Online )