Code Review vs. Testing

0
Among coding best practices, code review vs. testing are often compared. Here’s what you need to know about each. What are Code Reviewing and Testing? Code Review Code...
firstbird use case

Interview with Daniel Pfeiffer, CTO at Firstbird

0
We had a very nice talk with Daniel Pfeiffer, CTO at Firstbird; it was an informal conversation in which we looked to understand the reasons why...
Who should care about code coverage

Who should care about code coverage

0
Code coverage tells us what percentage of our code is covered by tests. There are different code coverage types, and a...
Different code coverage types and the importance of a good report

Different code coverage types and the importance of a good report

0
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you...

Code coverage best practices (Part I)

1
In the most basic sense, code coverage is a way of using analytics to get an idea of how well an application has been tested...