Test passivi

Cos'è il test passivo?

Il test passivo è una tecnica di test del software che osserva il sistema senza interazione. D'altra parte, il test attivo implica l'interazione con il sistema.

Test attivo vs passivo:

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.