Application Testing

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Static testing

analyzes code without executing it. This approach points developers directly at vulnerabilities and often provides specific remediation suggestions

2
New cards

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

3
New cards

Interactive testing

combines static and dynamic testing, analyzing the source code while testers interact with the application through exposed intervals

4
New cards

Answer

answer