nerdexam
(ISC)2

CISSP · Question #227

What is the MOST effective method of testing custom application code?

The correct answer is B. White box testing. White box testing is the most effective method of testing custom application code because it involves examining the internal structure and logic of the code, which can reveal errors, vulnerabilities, and inefficiencies that may not be detected by other methods. White box testing

Submitted by katya_ua· Mar 5, 2026Software Development Security

Question

What is the MOST effective method of testing custom application code?

Options

  • ANegative testing
  • BWhite box testing
  • CPenetration testing
  • DBlack box testing

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    86% (24)
  • C
    7% (2)
  • D
    4% (1)

Explanation

White box testing is the most effective method of testing custom application code because it involves examining the internal structure and logic of the code, which can reveal errors, vulnerabilities, and inefficiencies that may not be detected by other methods. White box testing can also help improve the design, quality, and security of the code by applying techniques such as code coverage, code analysis, and code review. White box testing requires access to the source code and knowledge of the programming language and tools used to develop the code.

Topics

#application security testing#white box testing#code review

Community Discussion

No community discussion yet for this question.

Full CISSP Practice