Multiple choice

In which of the following testing strategies is testing done without considering the internal structure of the application or programme?

  1. White box testing

  2. Grey box testing

  3. Blackbox or functional testing

  4. Unit testing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Black box testing or functional testing strategy is where the internal structure or logic is not considered and its aim is to see whether the application or program is in according to the user requirement, or not.