Answers for "why use api"

0

why api

It verifies all the functional paths 
of the system under test very effectively.
It provides the most stable interface.
It is easier to maintain and 
provides fast feedback.
Posted by: Guest on January-19-2021
-3

purpose of api

Knowing the purpose of the API will
set a firm foundation for you to
well prepare your test data for input
and output. This step also helps you
define the verification approach.
For example, for some APIs, you will
verify the responses against the
database; and for some others, it is
better to verify the responses 
against other APIs.
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language