In API testing, _________ testing ensures that the API behaves as expected when it receives invalid, unexpected, or random data.

  • Black-box
  • Grey-box
  • Load
  • White-box
In API testing, black-box testing focuses on the external behavior of the API without considering its internal implementation. It ensures that the API functions correctly regardless of its internal structure, handling various inputs effectively.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *