Introduction
The @AfterAll method runs once after all tests finish. It helps clean up resources or reset settings.
Close a database connection after all tests complete.
Delete temporary files created during tests.
Stop a server or service started for testing.
Reset shared test data or configurations.
Log summary information after all tests run.