testing
mocking microservices for functional tests
Here are a few links which helped me to understand what to use to mock microservices with REST API. Just for a case, I've choosen wiremock because I need Jav...
February 04, 2017
python Selenium in Ubuntu 16.04
Selenium is a web browser automation software. In Ubuntu 16.04 it doesn't work out of the box, and external components should be installed. In this post I no...
December 22, 2016
experience report with TDD
I've seriously tried TDD in a real project, writing tests before code and following the red-green-refactor cycle. Short summary:
* I believe in TDD now;
* tr...
November 03, 2016