ベストアンサー
スモークテストは一種の回帰ですテスト。スモークテストでは、システム全体がエンドツーエンドでテストされます。
- スモークテストは、開発者とテスターの両方が実施できます。
- スモークテストは、システムの安定性に重点を置いています。
シェイクアウトテストは、テストが開始される前に実行され、アプリケーションが正しいURLを指していることと、データが流れていることを確認します。また、アプリケーションが正しい環境を指していることを確認するためです。
回答
この回答を一度読んだことがありますここ
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.
ありがとう、Vaibhav(創設者テスターの支援|ソフトウェアテストトレーニングコースオンライン)