Verify shared expensive resource is initialized once and reused
Preconditions (2)
✅ Expected Result: The database connection is initialized only once before any tests run and reused by all test functions, ensuring faster test execution and resource efficiency
