Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Dynamic Application Security Testing (DAST) tests

Dynamic Application Security Testing (DAST) tests

AContainer images for known CVEs only
BA running application from the outside
CSource code without any execution at all
DCompiled bytecode for static patterns
Answer & Solution
Correct answer: B. A running application from the outside
DAST scans the running application as a black box, sending malicious payloads and observing responses. Tools: OWASP ZAP, Burp Suite, Acunetix. Complements SAST and SCA in the security toolbox.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions