Software-testing-dictionary-passive-testing

提供:Dev Guides
2020年6月22日 (月) 23:08時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

パッシブテスト

パッシブテストとは何ですか?

パッシブテストは、対話なしでシステムを観察するソフトウェアテスト手法です。 一方、アクティブテストにはシステムとの対話が含まれます。

アクティブ対パッシブテスト:

Consider a password based authentication system. Password testing is performed to check if the user can login using easy passwords. Upon successful login the program might mail or write a success message the sys admin. This testing is active testing. Passive testing in this case, involves testing of the password file protection and comparing the encrypted strings.