+1 vote
in APIGEE - API Services by
What’s the difference between UI and API testing?

1 Answer

0 votes
by

This question checks that you are familiar with the different types of software testing and aware of when each should be employed.

Example: “UI, or user interface, testing is focused on examining the graphical interface of an application, such as how the user can interact with its elements. API testing, on the other hand, sets up a mode of communication between two software systems, allowing them to share sub-routines and functions.”

...