| 1. |
What Is The Difference Between Api Testing And Unit Testing? |
|
Answer» API - Application Programming Interface GUI - Graphical User Interface A GUI is the user-facing side of a program, the PART that a user interacts with, and controls the program with. Common elements of such interfaces are buttons, text fields, CHECK boxes, etc. An API is generally used by a program (rather than a human) to INTERACT with or control another program. API - Application Programming Interface GUI - Graphical User Interface A GUI is the user-facing side of a program, the part that a user interacts with, and controls the program with. Common elements of such interfaces are buttons, text fields, check boxes, etc. An API is generally used by a program (rather than a human) to interact with or control another program. |
|