Description
Tests are a major drag on our productivity. Our AI heavy coding approach is adding more but not necessarily consistent tests, while the legacy tests may be stale. And when we generate and/or call live models, testing is slower and prone to failure, and leaves cruft in the production system.
Desired Behavior
We need a holistic approach that leverages AI to keep coverage high but friction low.
Blog post https://devblogs.microsoft.com/dotnet/polyglot-unit-testing-agent/ described a Unit Test Writing Agent framework from Microsoft. Repo is here. I want to try this out.
Description
Tests are a major drag on our productivity. Our AI heavy coding approach is adding more but not necessarily consistent tests, while the legacy tests may be stale. And when we generate and/or call live models, testing is slower and prone to failure, and leaves cruft in the production system.
Desired Behavior
We need a holistic approach that leverages AI to keep coverage high but friction low.
Blog post https://devblogs.microsoft.com/dotnet/polyglot-unit-testing-agent/ described a Unit Test Writing Agent framework from Microsoft. Repo is here. I want to try this out.