Software-testing-dictionary-passive-testing

提供:Dev Guides
移動先:案内検索

パッシブテスト

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

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

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

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.