AWS Certified Developer Associate DVA-C02 Practice Question
What is an essential characteristic of a unit test when developing applications?
It should be able to be run in a production environment to test real user scenarios.
It should cover multiple components and their interactions to ensure integration.
It should be isolated, testing a single component without external dependencies.
It should interact with a live database to validate integration points.