Posts by this author

Nov 28, 2024
0

Transform your debugging experience with GitHub Copilot

Are your unit tests failing, and do you want to debug them more effectively? The latest feature in Visual Studio 2022, powered by GitHub Copilot, has the perfect solution for you. Introducing the Debug with Copilot button in Test Explorer, this feature takes the hassle out of debugging failed tests and gets you closer to passing tests in no time. ...

GitHub CopilotDebugging
Sep 20, 2023
8
3

IntelliTest simplifies writing and maintaining unit tests

Writing a suite of unit tests that exhaustively exercise and validate the logic of the code is not easy. It can even be considered too expensive to do at all. Fortunately, IntelliTest addresses both concerns: it helps you achieve high code coverage at a fraction of the cost, and now in Preview, this Enterprise feature supports projects that target ...

TestingIntelliTest