kpat.io
July 8, 2019

Test Engineering

Writing tests is a common practice, especially for firms that leverage continuous delivery. With this article I’d like to explain some methods that can be used to generate test cases.


July 3, 2019

Testable Code

Testing has quickly become a standard in the software industry. Writing testable code is quite simple when following a few simple guidelines. This post aims at providing you with a framework for tackling that issue.


June 8, 2019

TDD with Go

This post explains the basics of Test Driven Development (TDD) in the Go language. We’ll start with the basics of TDD and then cover a simple example with the factorial function.