패시브 테스트

패시브 테스트 란 무엇입니까?

수동 테스트는 상호 작용없이 시스템을 관찰하는 소프트웨어 테스트 기술입니다. 반면에 능동 테스트에는 시스템과의 상호 작용이 포함됩니다.

능동 대 수동 테스트 :

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.