163k views
1 vote
Which two types of scheduled tests are supported on the endpoint agent?

a) Unit tests
b) Regression tests
c) Performance tests
d) Integration tests

User Pzed
by
7.7k points

1 Answer

5 votes

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.

User DerekC
by
7.6k points