Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

code coverage

SQL unit tests – coverage report

Nowadays, it is quite common to write unit tests for code that we are creating, but not for all programming languages. When we are writing code for www, desktop or mobile application we get used to write unit test for code that is related to application. Together with that we are not testing database code. It is correct when we are using some ORM tools because such tools generate code for us. Situation looks quite different when we are writing SQL code by our own. Then this code should be unit tested similar to other production code. To do that [...]

By |2016-09-09T21:48:17+02:0012 September 2016 |Categories: Testing|Tags: , , , |0 Comments

Free tool for testing code coverage – PartCover

In the course of writing the code is already accustomed to this, that you should write tests in parallel. Approaches, when and how to write tests is much. The choice we have too few available test frameworks, but not what I wanted to write. In this article I want to touch on the test code coverage testing. […]

By |2012-05-20T07:13:22+02:007 February 2011 |Categories: Testing|Tags: , , , , , , |0 Comments
Go to Top