Integrates Testing | Unit & End-to-End Tests | Fluid Attacks Help
Testing - Introduction
This section contains everything regarding testing for Integrates’ backend. It explains the types of tests used and why they are employed. We run the following tests:
Unit tests: Individually test functions, classes, and other low-level components of the application. These tests provide a more comprehensive understanding of the code.
End-to-end tests: Test the entire application by accessing the front end and running the most typical interactions a client does. These tests provide a more comprehensive understanding of the application.