Final answer:
The two types of scheduled tests supported on the endpoint agent are unit tests and integration tests.
Step-by-step explanation:
The two types of scheduled tests that are supported on the endpoint agent are unit tests and integration tests.
- Unit tests are used to test individual units of code, usually at the function or method level, to ensure that they are functioning correctly. These tests are typically written by developers.
- Integration tests are used to test how multiple units of code work together as a whole, to ensure that they are integrated correctly. These tests are typically written by QA testers.