Back to Tags
Testing
9 items tagged with "testing"
Filter by type:
Best Practices1
FAQs2
FAQ
What should I do about undocumented legacy code?
Use AI to analyze and document the codebase, interview long-tenured team members, add logging to trace execution paths, write characterization tests t...
FAQ
How do I ensure migrated code works correctly?
Implement multiple testing layers: unit tests for migrated components, integration tests for interactions, end-to-end tests for critical paths, and pa...