๐Ÿš€ Now showing test coverage directly in class diagrams.

No more guessing what's tested โ€” it's all visual, right where you design.

#DevTools #DX #TestCoverage #CodeDesign

Big milestone: the Hunter backend just hit 100% test coverage!
Every route, service, and edge case fully covered.

More stability, less guesswork.
Live: https://hunter.cv

#HunterPlatform #Backend #TestCoverage #BuildInPublic #DevLog

Hunter

My goal this week is to add at least 80% code coverage with unit tests for one fo my personally written apps. #developer #testcoverage

C++ code coverage reports often omit function templates that are not instantiated, which can give a misleading picture of coverage. I've been trying to improve my tooling in this regard, and so added a feature to Doxide to export line data directly from source code that can be mixed in with gcov coverage data. Here's the story so far.

https://indii.org/blog/cplusplus-code-coverage-with-gcov-gcovr-doxide/

#softwaretesting #testcoverage #codecoverage #cplusplus #cpp

Improving C++ Code Coverage with Gcov, Gcovr and Doxide

Doxide can now produce line data on function templates, even when not instantiated, to mix with execution data for more accurate test coverage reports. This is especially useful when testing header-only libraries.

indii.org

The 3rd Community Question is here! ๐ŸŽ‰ Hanan Ur Rehman asks about key elements of a software testing strategy and how to establish it for better coverage. ๐Ÿš€ Check out my latest video for insights!

๐Ÿ”— Watch here: https://youtu.be/p0wRtDKhqlU

#SoftwareTesting #TestingStrategy #QA #TestCoverage #DevCommunity

Key Elements of a Testing Strategy - Software Testing Community Question No. 3

YouTube
Shareholders have sued CrowdStrike claiming they made false statements about their testing. This might be the first lawsuit in history where a company will have to prove in court that they have proper test coverage.
https://www.msn.com/en-us/money/companies/crowdstrike-sued-by-shareholders-over-global-outage/ar-BB1qZPOB
#crowdstrike #testcoverage
MSN

One semi decent programming use case I have found for LLMs is starting out unit tests to backfill coverage for an already existing untested function.

#dev #testcoverage

Opinions on #unittesting are endless: test fixtures, test factories; test doubles, mocks, and stubs. The real problem is mistaking exhaustive #testcoverage for a sensible testing strategy. They aren't synonymous.

Testing core #RubyLang methods or coupling tests for a menu bar to DB calls both miss the point. The Pareto principle is to validate *your* logic, not whether Ruby or Rails work.

Tests that can't explain app-specific features or debug non-builtin code is *muda* waste. Just don't.

@sourcenouveau if there is a gap in testing it should be easy to find, and possibly easy to fix, and Iโ€™d rather do that than write my own clone from scratch! #TestCoverage #StableSoftware