📜  测试类型有哪些 - TypeScript 代码示例

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

代码示例1
-Unit Testing: Test the smallest code of an application
-API Testing: Testing API created for the application
-Integration Testing: Individual software
 modules are combined and tested
-System Testing: Complete testing of the system
-Install/UnInstall Testing: Testing done 
 from the point of client/customer view
-Agile Testing: Testing through Agile technique