Creating Integration Tests for Oracle-to-PostgreSQL Migration Generates integration test cases for data access artifacts in a single target project. Tests validate behavior consistency when running against Oracle or PostgreSQL. Prerequisites - The test project must already exist and compile (scaffolded separately). - Read the existing base test class and seed manager conventions before writing tests. Workflow Step 1: Discover the test project conventions Read the base test class, seed manager, and project file to understand inheritance patterns, transaction management, and seed file conventio…