InterviewSolution
| 1. |
How Can You Say That Api Testing Is Different From Ui Level Testing? |
|
Answer» Testing the graphical interface is generally considered as UI testing. It basically includes testing the WAYS users interact with the applications and its ELEMENTS such as IMAGES. Its prime aim is to check whether the layout and the appearance of an application is fine or not. On the other side, API testing is meant to enable the communication among the software systems that are SEPARATE. EXECUTION among different applications can be done through an API. Testing the graphical interface is generally considered as UI testing. It basically includes testing the ways users interact with the applications and its elements such as images. Its prime aim is to check whether the layout and the appearance of an application is fine or not. On the other side, API testing is meant to enable the communication among the software systems that are separate. Execution among different applications can be done through an API. |
|