asked 206k views
0 votes
A security professional is testing the functionality of an application, but does not have any knowledge about the internal coding of the application. What type of test is this tester performing?

1 Answer

5 votes

Final answer:

The security professional is engaged in black-box testing, a method where the application's functionality is tested without knowledge of the internal code, focusing on input and output behaviors.

Step-by-step explanation:

A security professional who is testing the functionality of an application without any knowledge about the internal coding is performing a type of testing known as black-box testing. This method evaluates the application from an external perspective, focusing on inputs and the expected outputs without knowing how the application processes the data internally.

Black-box testing can involve functional testing, system testing, and acceptance testing among other approaches. It is crucial for validating the correctness of an application's functionality.

Black-box testing contrasts with white-box testing, where the tester has an in-depth knowledge of the internal code structure. Another related method is grey-box testing which is a combination of both approaches, where some knowledge about the internal workings is known but not to the extent of white-box testing.

answered
User Randy Burgess
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.