Backend Burger
Backend Burger
Difference:
4) Testing:
a- Unit-Testing:
Tests the whole code or some part it like some tools are PyTest for python testing, test for
JavaScript testing etc.
b- Integration-Testing:
It checks the integration points are either integrated successfully or not module-to-
module, package-to-package, frontend-to-backend etc.
c- Functional-Testing:
It checks either the application is working fine according to the requirements or not
means it checks the functionality of the application.