Beste svaret
Røykprøving er en slags regresjon testing. Under røykkontrollen blir hele systemet testet fra ende til slutt.
- Røykkontroll kan utføres av både utviklere og testere.
- Røykprøving er fokusert på systemstabilitet.
Shakeout -testing utføres før testingen begynner for å sikre at applikasjoner peker på riktige nettadresser og data flyter og også for å sikre at applikasjoner peker mot riktige miljøer.
Svar
Jeg har en gang lest dette svaret 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.
Takk, Vaibhav (grunnlegger Hjelper testere | Programvare Testing kurs Online )