Java Regression Test Generator

Automatically generate regression tests for Java codebases by analyzing changes between old and new code versions. Use when users need to: (1) Generate tests after refactoring or code changes, (2) Ensure previously tested behavior still works in new versions, (3) Cover modified or newly added code paths, (4) Migrate existing tests to work with updated APIs or signatures, (5) Maintain test coverage during code evolution. Supports JUnit and TestNG frameworks with unit tests, parameterized tests, and exception testing patterns.

ArabelaTso Updated

File contents

ArabelaTso/Skills-4-SE/tree/main/skills/java-regression-test-generator commit edbd0631de

Frequently asked questions

npx skillmds@latest add arabelatso/java-regression-test-generator