SY0-301 · Question #156
An IT auditor tests an application as an authenticated user. This is an example of which of the following types of testing?
The correct answer is D. Gray box. Gray box testing sits between black box and white box testing. In gray box testing, the tester has partial knowledge of the system - in this case, the auditor has valid credentials (authenticated access) but does not have full internal system knowledge such as source code or…
Question
An IT auditor tests an application as an authenticated user. This is an example of which of the following types of testing?
Options
- APenetration
- BWhite box
- CBlack box
- DGray box
How the community answered
(44 responses)- A2% (1)
- B7% (3)
- C2% (1)
- D89% (39)
Explanation
Gray box testing sits between black box and white box testing. In gray box testing, the tester has partial knowledge of the system - in this case, the auditor has valid credentials (authenticated access) but does not have full internal system knowledge such as source code or architecture diagrams. Black box testing involves no prior knowledge or access (simulating an external attacker with no credentials). White box testing grants the tester full internal knowledge, including source code and architecture. Penetration testing is a methodology rather than a knowledge-level classification and can be performed as any of the three types. Authenticated access with limited internal knowledge is the defining characteristic of gray box testing.
Topics
Community Discussion
No community discussion yet for this question.