📜  ui 测试与 api 测试 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:16.377000             🧑  作者: Mango

代码示例1
User interface testing is basically testing
the graphical user interface. The focus of UI
testing is on the look and feel of the
application. In the UI main focus is on
how users interact with app elements like
images, layouts etc.
On the other hand Api testing allows the 
communication between two software systems.
API testing works on backend also known
as backend testing.