1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Static testing
analyzes code without executing it. This approach points developers directly at vulnerabilities and often provides specific remediation suggestions
Dynamic testing
executes code as part of the test, running all the interfaces that the code exposes to the user with a variety of inputs, searching for vulnerabilities
Interactive testing
combines static and dynamic testing, analyzing the source code while testers interact with the application through exposed intervals
Answer
answer