logo logo
Code Coverage vs. Test Coverage

Code Coverage vs. Test Coverage

When I was pursuing a degree in software engineering, I had a class specific to the concepts of software testing. In this class, it was the first time I had encountered the term...

Code Coverage Best Practices for Frontend Apps

Code Coverage Best Practices for Frontend Apps

As software codebases grow, the need for extensive automated testing becomes more critical 📍 Code coverage is a key metric that measures how much of your source code is tested....

How Code Coverage Tools Can Produce Fragile Tests

How Code Coverage Tools Can Produce Fragile Tests

Code coverage tools are helpful. This article is not about convincing anyone to avoid or ignore them. It's about human behavior and gamification. Developers suffer when they work...

Measuring Code Coverage from API Workflow & Functional UI Tests

Measuring Code Coverage from API Workflow & Functional UI Tests

This article takes you through the process of measuring code coverage, understanding why it is important, and demonstrating how to implement code coverage. Table of Contents ...

5 Tips to Upgrade Code Quality Using Automation Testing

As a software engineer, I get often asked for advice on how to upgrade code quality. The answer is that automation testing has the ability to upgrade code quality and improve...