Tag: softwaredevelopment

Layers of Complexity and when to apply testing

Introduction Testing helps with complexity, but need to be applied at the right situation, to deal with complexity, without adding increasing it unnecessary. Complexity level 0 – clarity The code is simple and easy to read. How to deal with it: No need to test it and no documentation...
Read More

Python is not just a programming language.

Python is also a neat automation tool, like a calculator, that can help you with many tiny tasks.  I use it every day in test automation, like  * getting the sum of all characters in a text,  * scrapping webpages,  * decipher system encoded texts into human readable text,...
Read More