📦 TestCaseMig: LLM-Driven Test Case Migration for Evolving Codebases TestCaseMig is a framework that uses large language models (LLMs) to automatically migrate test cases when the underlying code changes. It combines static code analysis with LLM-based prompt generation and feedback-driven refinement to adapt outdated tests to updated programs.
🎯 Use Case: When your code evolves—such as method updates or refactoring—existing tests may break. TestCaseMig helps you fix and update those tests automatically, reducing manual effort and keeping CI pipelines healthy.
📌 Demo and dataset coming soon. Stay tuned!