English 中文(简体)
Software Testing Dictionary

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

Useful Resources

Selected Reading

Passive Testing
  • 时间:2024-03-20 18:01:20

Passive Testing


Previous Page Next Page  

What is Passive Testing?

被动测试是一种软件测试技术,可采用该系统而不进行互动。 另一方面,积极测试涉及与系统的互动。

Active Vs Passive Testing:

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.
Advertisements